#404551

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

Shades of Blue Zodiac #404551

Tints of Blue Zodiac #404551

Color information

#404551 (or 0x404551) is unknown color: approx Blue Zodiac. HEX triplet: 40, 45 and 51. RGB value is (64,69,81). Sum of RGB (Red+Green+Blue) = 64+69+81=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 81 - color contains mainly: blue. Hex color #404551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404551 is #BFBAAE. Grayscale: #444444. Windows color (decimal): -12565167 or 5326144. OLE color: 5326144.

HSL color Cylindrical-coordinate representation of color #404551: hue angle of 222.35º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #404551 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB646981-
CMYK0.210.1500.68
HSL222.35º11.72%28.43%-
HSV(B)222.35º20.99%31.76%-
XYZ5.735.948.63-
YUV68.87134.84124.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=29.91%
G=32.24%
B=37.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6469810.210.1500.68222.3511.7228.43
Hex40455115F044dec1c
Octal100105121251701043361434
Binary1000000100010110100011010111110100010011011110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404551; }

 p { color: rgb(64,69,81); }

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

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

 a { background-color: rgb(64,69,81); }

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

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

 span { border-color: rgb(64,69,81); }

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