#404860

Color #404860 Blue Zodiac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Zodiac #404860

Tints of Blue Zodiac #404860

Color information

#404860 (or 0x404860) is unknown color: approx Blue Zodiac. HEX triplet: 40, 48 and 60. RGB value is (64,72,96). Sum of RGB (Red+Green+Blue) = 64+72+96=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #404860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404860 is #BFB79F. Grayscale: #484848. Windows color (decimal): -12564384 or 6309952. OLE color: 6309952.

HSL color Cylindrical-coordinate representation of color #404860: hue angle of 225º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #404860 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB647296-
CMYK0.330.2500.62
HSL225º20%31.37%-
HSV(B)225º33.33%37.65%-
XYZ6.546.5711.99-
YUV72.34141.35122.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 72 (28.52% from 255) = 31.03%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=27.59%
G=31.03%
B=41.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6472960.330.2500.622252031.37
Hex404860211903Ee1141f
Octal10011014041310763412437
Binary100000010010001100000100001110010111110111000011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404860; }

 p { color: rgb(64,72,96); }

 H1.HeaderClassName
 {
   color: #404860;
 }
 .AnyTagClassName
 {
   color: #404860;
 }
</style>
background-color css

<style>
 a { background-color: #404860; }

 a { background-color: rgb(64,72,96); }

 div.DivClassName
 {
   background-color: #404860;
 }
 .BgClassName
 {
   background-color: #404860;
 }
</style>
border-color css

<style>
 span { border-color: #404860; }

 span { border-color: rgb(64,72,96); }

 td.TdClassName
 {
   border-color: #404860;
 }
 .TagClassName
 {
   border-color: #404860;
 }
</style>