color codes Logo

#4a7edf color codes

#4A7EDF
(74,126,223)
0 Favorites   0 Comments

Color spaces of #4a7edf

RGB 74126223
HSL0.610.700.58
HSV219°67°87°
CMYK 0.670.430.00   0.13
XYZ23.604221.705372.7575
Yxy21.70530.19990.1838
Hunter Lab46.58898.9060-59.9803
CIE-Lab53.712913.7959-54.6568

#4a7edf color RGB value is (74,126,223).

#4a7edf hex color red value is 74, green value is 126 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4a7edf hue: 0.61 , saturation: 0.70 and the lightness value of 4a7edf is 0.58.

The process color (four color CMYK) of #4a7edf color code is 0.67, 0.43, 0.00, 0.13. Web safe color of #4a7edf is #3366cc. Color #4a7edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01111110 11011111
Octal 112 176 337
Decimal 74 126 223
Hex 4A 7E DF

RGB Percentages of Color #4a7edf

%17.49
%29.79
%52.72

CMYK Percentages of Color #4a7edf

%67
%43
%0
%13

Triadic Colors of #4a7edf

#4a7edf #df4a7e #7edf4a

Analogous Colors of #4a7edf

#4a7edf #614adf #4ac9df

Monochromatic Colors of #4a7edf

#4a7edf

Complementary Color

#4a7edf #dfab4a

#4a7edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a7edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a7edf Color CSS Codes

.mybgcolor {background-color:#4a7edf; } 
.myforecolor {color:#4a7edf; }
.mybordercolor {border:3px solid #4a7edf; }

#4a7edf Text Font Color

<p style="color:#4a7edf">Text here</p>

This sample text font color is #4a7edf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4a7edf Background Color

<div style="background-color:#4a7edf">
Div content here</div>

This div background color is #4a7edf


#4a7edf Border Color

<div style="border:3px solid #4a7edf">
Div here</div>

This div border color is #4a7edf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,126,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a7edf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a7edf;
  -webkit-box-shadow: 1px 1px 3px 2px #4a7edf;
  box-shadow:         1px 1px 3px 2px #4a7edf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,126,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4a7edf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4a7edf;
  -webkit-box-shadow: 1px 1px 3px 2px #4a7edf;
  box-shadow:         1px 1px 3px 2px #4a7edf;">
Div content here</div>

This div box has shadow with color #4a7edf


Comments

No comments written yet.

Please login to write comment.