#404E71

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

Shades of Astronaut #404E71

Tints of Astronaut #404E71

Color information

#404E71 (or 0x404E71) is unknown color: approx Astronaut. HEX triplet: 40, 4E and 71. RGB value is (64,78,113). Sum of RGB (Red+Green+Blue) = 64+78+113=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #404E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E71 is #BFB18E. Grayscale: #4D4D4D. Windows color (decimal): -12562831 or 7425600. OLE color: 7425600.

HSL color Cylindrical-coordinate representation of color #404E71: hue angle of 222.86º degrees, saturation: 0.28, 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 #404E71 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6478113-
CMYK0.430.3100.56
HSL222.86º27.68%34.71%-
HSV(B)222.86º43.36%44.31%-
XYZ7.827.7316.7-
YUV77.8147.86118.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 113 (44.53% from 255) = 44.31%
R=25.10%
G=30.59%
B=44.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64781130.430.3100.56222.8627.6834.71
Hex404E712B1F038df1c23
Octal10011616153370703373443
Binary1000000100111011100011010111111101110001101111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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