Color Hex Logo

#4062a4 Color Hex

#4062A4
(64,98,164)
0 Favorites   0 Comments

Color spaces of #4062a4

RGB 6498164
HSL0.610.440.45
HSV220°61°64°
CMYK 0.610.400.00   0.36
XYZ13.182912.505736.8410
Yxy12.50570.21080.2000
Hunter Lab35.36344.6559-37.0130
CIE-Lab42.00888.7798-39.3498

#4062a4 color RGB value is (64,98,164).

#4062a4 hex color red value is 64, green value is 98 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #4062a4 hue: 0.61 , saturation: 0.44 and the lightness value of 4062a4 is 0.45.

The process color (four color CMYK) of #4062a4 color hex is 0.61, 0.40, 0.00, 0.36. Web safe color of #4062a4 is #336699. Color #4062a4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100010 10100100
Octal 100 142 244
Decimal 64 98 164
Hex 40 62 A4

RGB Percentages of Color #4062a4

%19.63
%30.06
%50.31

CMYK Percentages of Color #4062a4

%61
%40
%0
%36

Triadic Colors of #4062a4

#4062a4 #a44062 #62a440

Analogous Colors of #4062a4

#4062a4 #5040a4 #4094a4

Monochromatic Colors of #4062a4

#4062a4

Complementary Color

#4062a4 #a48240

#4062a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4062a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4062a4 Color CSS Codes

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

#4062a4 Text Font Color

<p style="color:#4062a4">Text here</p>

This sample text font color is #4062a4
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.


#4062a4 Background Color

<div style="background-color:#4062a4">
Div content here</div>

This div background color is #4062a4


#4062a4 Border Color

<div style="border:3px solid #4062a4">
Div here</div>

This div border color is #4062a4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,98,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4062a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4062a4;
  -webkit-box-shadow: 1px 1px 3px 2px #4062a4;
  box-shadow:         1px 1px 3px 2px #4062a4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,98,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4062a4


Comments

No comments written yet.

Please login to write comment.