Color Hex Logo

#405099 Color Hex

#405099
(64,80,153)
0 Favorites   0 Comments

Color spaces of #405099

RGB 6480153
HSL0.640.410.43
HSV229°58°60°
CMYK 0.580.480.00   0.40
XYZ10.73289.127231.3330
Yxy9.12720.20970.1783
Hunter Lab30.211310.5439-40.3436
CIE-Lab36.228116.5521-41.9932

#405099 color RGB value is (64,80,153).

#405099 hex color red value is 64, green value is 80 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #405099 hue: 0.64 , saturation: 0.41 and the lightness value of 405099 is 0.43.

The process color (four color CMYK) of #405099 color hex is 0.58, 0.48, 0.00, 0.40. Web safe color of #405099 is #336699. Color #405099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010000 10011001
Octal 100 120 231
Decimal 64 80 153
Hex 40 50 99

RGB Percentages of Color #405099

%21.55
%26.94
%51.52

CMYK Percentages of Color #405099

%58
%48
%0
%40

Triadic Colors of #405099

#405099 #994050 #509940

Analogous Colors of #405099

#405099 #5d4099 #407d99

Monochromatic Colors of #405099

#405099

Complementary Color

#405099 #998940

#405099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#405099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#405099 Color CSS Codes

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

#405099 Text Font Color

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

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


#405099 Background Color

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

This div background color is #405099


#405099 Border Color

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

This div border color is #405099


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,80,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #405099; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #405099;
  -webkit-box-shadow: 1px 1px 3px 2px #405099;
  box-shadow:         1px 1px 3px 2px #405099; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #405099


Comments

No comments written yet.

Please login to write comment.