#404E75

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

Shades of Astronaut #404E75

Tints of Astronaut #404E75

Color information

#404E75 (or 0x404E75) is unknown color: approx Astronaut. HEX triplet: 40, 4E and 75. RGB value is (64,78,117). Sum of RGB (Red+Green+Blue) = 64+78+117=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #404E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E75 is #BFB18A. Grayscale: #4E4E4E. Windows color (decimal): -12562827 or 7687744. OLE color: 7687744.

HSL color Cylindrical-coordinate representation of color #404E75: hue angle of 224.15º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #404E75 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6478117-
CMYK0.450.3300.54
HSL224.15º29.28%35.49%-
HSV(B)224.15º45.3%45.88%-
XYZ8.057.8217.92-
YUV78.26149.86117.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=24.71%
G=30.12%
B=45.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64781170.450.3300.54224.1529.2835.49
Hex404E752D21036e01d23
Octal10011616555410663403543
Binary10000001001110111010110110110000101101101110000011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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