#404858

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

Shades of Blue Zodiac #404858

Tints of Blue Zodiac #404858

Color information

#404858 (or 0x404858) is unknown color: approx Blue Zodiac. HEX triplet: 40, 48 and 58. RGB value is (64,72,88). Sum of RGB (Red+Green+Blue) = 64+72+88=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #404858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404858 is #BFB7A7. Grayscale: #474747. Windows color (decimal): -12564392 or 5785664. OLE color: 5785664.

HSL color Cylindrical-coordinate representation of color #404858: hue angle of 220º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #404858 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB647288-
CMYK0.270.1800.65
HSL220º15.79%29.8%-
HSV(B)220º27.27%34.51%-
XYZ6.196.4310.15-
YUV71.43137.35122.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.57%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=28.57%
G=32.14%
B=39.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6472880.270.1800.6522015.7929.8
Hex4048581B12041dc101e
Octal100110130332201013342036
Binary100000010010001011000110111001001000001110111001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404858; }

 p { color: rgb(64,72,88); }

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

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

 a { background-color: rgb(64,72,88); }

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

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

 span { border-color: rgb(64,72,88); }

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