#404657

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

Shades of Blue Zodiac #404657

Tints of Blue Zodiac #404657

Color information

#404657 (or 0x404657) is unknown color: approx Blue Zodiac. HEX triplet: 40, 46 and 57. RGB value is (64,70,87). Sum of RGB (Red+Green+Blue) = 64+70+87=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 87 - color contains mainly: blue. Hex color #404657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404657 is #BFB9A8. Grayscale: #464646. Windows color (decimal): -12564905 or 5719616. OLE color: 5719616.

HSL color Cylindrical-coordinate representation of color #404657: hue angle of 224.35º 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 #404657 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB647087-
CMYK0.260.2000.66
HSL224.35º15.23%29.61%-
HSV(B)224.35º26.44%34.12%-
XYZ6.026.169.89-
YUV70.14137.51123.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 87 (34.38% from 255) = 39.37%
R=28.96%
G=31.67%
B=39.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6470870.260.2000.66224.3515.2329.61
Hex4046571A14042e0f1e
Octal100106127322401023401736
Binary10000001000110101011111010101000100001011100000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404657; }

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

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

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

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

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

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

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

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