#404D72

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

Shades of Astronaut #404D72

Tints of Astronaut #404D72

Color information

#404D72 (or 0x404D72) is unknown color: approx Astronaut. HEX triplet: 40, 4D and 72. RGB value is (64,77,114). Sum of RGB (Red+Green+Blue) = 64+77+114=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #404D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D72 is #BFB28D. Grayscale: #4D4D4D. Windows color (decimal): -12563086 or 7490880. OLE color: 7490880.

HSL color Cylindrical-coordinate representation of color #404D72: hue angle of 224.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #404D72 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6477114-
CMYK0.440.3200.55
HSL224.4º28.09%34.9%-
HSV(B)224.4º43.86%44.71%-
XYZ7.817.6116.98-
YUV77.33148.69118.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 77 (30.47% from 255) = 30.20%
BLUE value IS 114 (44.92% from 255) = 44.71%
R=25.10%
G=30.20%
B=44.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64771140.440.3200.55224.428.0934.9
Hex404D722C20037e01c23
Octal10011516254400673403443
Binary10000001001101111001010110010000001101111110000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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