#404557

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

Shades of Blue Zodiac #404557

Tints of Blue Zodiac #404557

Color information

#404557 (or 0x404557) is unknown color: approx Blue Zodiac. HEX triplet: 40, 45 and 57. RGB value is (64,69,87). Sum of RGB (Red+Green+Blue) = 64+69+87=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 87 - color contains mainly: blue. Hex color #404557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404557 is #BFBAA8. Grayscale: #454545. Windows color (decimal): -12565161 or 5719360. OLE color: 5719360.

HSL color Cylindrical-coordinate representation of color #404557: hue angle of 226.96º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #404557 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB646987-
CMYK0.260.2100.66
HSL226.96º15.23%29.61%-
HSV(B)226.96º26.44%34.12%-
XYZ5.966.039.87-
YUV69.56137.84124.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 87 (34.38% from 255) = 39.55%
R=29.09%
G=31.36%
B=39.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6469870.260.2100.66226.9615.2329.61
Hex4045571A15042e3f1e
Octal100105127322501023431736
Binary10000001000101101011111010101010100001011100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404557; }

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

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

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

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

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

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

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

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