#404E73

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

Shades of Astronaut #404E73

Tints of Astronaut #404E73

Color information

#404E73 (or 0x404E73) is unknown color: approx Astronaut. HEX triplet: 40, 4E and 73. RGB value is (64,78,115). Sum of RGB (Red+Green+Blue) = 64+78+115=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #404E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E73 is #BFB18C. Grayscale: #4D4D4D. Windows color (decimal): -12562829 or 7556672. OLE color: 7556672.

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

Color convert

RGB6478115-
CMYK0.440.3200.55
HSL223.53º28.49%35.1%-
HSV(B)223.53º44.35%45.1%-
XYZ7.937.7817.3-
YUV78.03148.86117.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 78 (30.86% from 255) = 30.35%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=24.90%
G=30.35%
B=44.75%

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
Decimal64781150.440.3200.55223.5328.4935.1
Hex404E732C20037e01c23
Octal10011616354400673403443
Binary10000001001110111001110110010000001101111110000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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