#404960

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

Shades of Blue Zodiac #404960

Tints of Blue Zodiac #404960

Color information

#404960 (or 0x404960) is unknown color: approx Blue Zodiac. HEX triplet: 40, 49 and 60. RGB value is (64,73,96). Sum of RGB (Red+Green+Blue) = 64+73+96=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #404960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404960 is #BFB69F. Grayscale: #484848. Windows color (decimal): -12564128 or 6310208. OLE color: 6310208.

HSL color Cylindrical-coordinate representation of color #404960: hue angle of 223.12º 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 #404960 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB647396-
CMYK0.330.2400.62
HSL223.12º20%31.37%-
HSV(B)223.12º33.33%37.65%-
XYZ6.616.712.01-
YUV72.93141.02121.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 73 (28.91% from 255) = 31.33%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=27.47%
G=31.33%
B=41.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6473960.330.2400.62223.122031.37
Hex404960211803Edf141f
Octal10011114041300763372437
Binary100000010010011100000100001110000111110110111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404960; }

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

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

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

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

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

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

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

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