#404E6C

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

Shades of Astronaut #404E6C

Tints of Astronaut #404E6C

Color information

#404E6C (or 0x404E6C) is unknown color: approx Astronaut. HEX triplet: 40, 4E and 6C. RGB value is (64,78,108). Sum of RGB (Red+Green+Blue) = 64+78+108=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #404E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E6C is #BFB193. Grayscale: #4D4D4D. Windows color (decimal): -12562836 or 7097920. OLE color: 7097920.

HSL color Cylindrical-coordinate representation of color #404E6C: hue angle of 220.91º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #404E6C is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6478108-
CMYK0.410.2800.58
HSL220.91º25.58%33.73%-
HSV(B)220.91º40.74%42.35%-
XYZ7.557.6215.26-
YUV77.23145.36118.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 78 (30.86% from 255) = 31.2%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=25.6%
G=31.2%
B=43.2%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64781080.410.2800.58220.9125.5833.73
Hex404E6C291C03Add1a22
Octal10011615451340723353242
Binary1000000100111011011001010011110001110101101110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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