#404457

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

Shades of Blue Zodiac #404457

Tints of Blue Zodiac #404457

Color information

#404457 (or 0x404457) is unknown color: approx Blue Zodiac. HEX triplet: 40, 44 and 57. RGB value is (64,68,87). Sum of RGB (Red+Green+Blue) = 64+68+87=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 87 - color contains mainly: blue. Hex color #404457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404457 is #BFBBA8. Grayscale: #444444. Windows color (decimal): -12565417 or 5719104. OLE color: 5719104.

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

Color convert

RGB646887-
CMYK0.260.2200.66
HSL229.57º15.23%29.61%-
HSV(B)229.57º26.44%34.12%-
XYZ5.95.919.85-
YUV68.97138.17124.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 87 (34.38% from 255) = 39.73%
R=29.22%
G=31.05%
B=39.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6468870.260.2200.66229.5715.2329.61
Hex4044571A16042e6f1e
Octal100104127322601023461736
Binary10000001000100101011111010101100100001011100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404457; }

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

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

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

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

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

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

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

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