#404D71

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

Shades of Astronaut #404D71

Tints of Astronaut #404D71

Color information

#404D71 (or 0x404D71) is unknown color: approx Astronaut. HEX triplet: 40, 4D and 71. RGB value is (64,77,113). Sum of RGB (Red+Green+Blue) = 64+77+113=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #404D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D71 is #BFB28E. Grayscale: #4D4D4D. Windows color (decimal): -12563087 or 7425344. OLE color: 7425344.

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

Color convert

RGB6477113-
CMYK0.430.3200.56
HSL224.08º27.68%34.71%-
HSV(B)224.08º43.36%44.31%-
XYZ7.757.5916.68-
YUV77.22148.19118.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.20%
GREEN value IS 77 (30.47% from 255) = 30.31%
BLUE value IS 113 (44.53% from 255) = 44.49%
R=25.20%
G=30.31%
B=44.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64771130.430.3200.56224.0827.6834.71
Hex404D712B20038e01c23
Octal10011516153400703403443
Binary10000001001101111000110101110000001110001110000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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