#404758

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

Shades of Blue Zodiac #404758

Tints of Blue Zodiac #404758

Color information

#404758 (or 0x404758) is unknown color: approx Blue Zodiac. HEX triplet: 40, 47 and 58. RGB value is (64,71,88). Sum of RGB (Red+Green+Blue) = 64+71+88=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 88 - color contains mainly: blue. Hex color #404758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404758 is #BFB8A7. Grayscale: #464646. Windows color (decimal): -12564648 or 5785408. OLE color: 5785408.

HSL color Cylindrical-coordinate representation of color #404758: hue angle of 222.5º 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 #404758 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB647188-
CMYK0.270.1900.65
HSL222.5º15.79%29.8%-
HSV(B)222.5º27.27%34.51%-
XYZ6.136.310.13-
YUV70.84137.68123.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.70%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 88 (34.77% from 255) = 39.46%
R=28.70%
G=31.84%
B=39.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6471880.270.1900.65222.515.7929.8
Hex4047581B13041de101e
Octal100107130332301013362036
Binary100000010001111011000110111001101000001110111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404758; }

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

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

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

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

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

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

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

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