#404E70

Color #404E70 Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #404E70

Tints of Astronaut #404E70

Color information

#404E70 (or 0x404E70) is unknown color: approx Astronaut. HEX triplet: 40, 4E and 70. RGB value is (64,78,112). Sum of RGB (Red+Green+Blue) = 64+78+112=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #404E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E70 is #BFB18F. Grayscale: #4D4D4D. Windows color (decimal): -12562832 or 7360064. OLE color: 7360064.

HSL color Cylindrical-coordinate representation of color #404E70: hue angle of 222.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #404E70 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6478112-
CMYK0.430.3000.56
HSL222.5º27.27%34.51%-
HSV(B)222.5º42.86%43.92%-
XYZ7.767.7116.41-
YUV77.69147.36118.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.20%
GREEN value IS 78 (30.86% from 255) = 30.71%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=25.20%
G=30.71%
B=44.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64781120.430.3000.56222.527.2734.51
Hex404E702B1E038de1b23
Octal10011616053360703363343
Binary1000000100111011100001010111111001110001101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404E70; }

 p { color: rgb(64,78,112); }

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

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

 a { background-color: rgb(64,78,112); }

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

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

 span { border-color: rgb(64,78,112); }

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