#404F6C

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

Shades of Astronaut #404F6C

Tints of Astronaut #404F6C

Color information

#404F6C (or 0x404F6C) is unknown color: approx Astronaut. HEX triplet: 40, 4F and 6C. RGB value is (64,79,108). Sum of RGB (Red+Green+Blue) = 64+79+108=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #404F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F6C is #BFB093. Grayscale: #4D4D4D. Windows color (decimal): -12562580 or 7098176. OLE color: 7098176.

HSL color Cylindrical-coordinate representation of color #404F6C: hue angle of 219.55º 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 #404F6C is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6479108-
CMYK0.410.2700.58
HSL219.55º25.58%33.73%-
HSV(B)219.55º40.74%42.35%-
XYZ7.627.7615.28-
YUV77.82145.03118.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.50%
GREEN value IS 79 (31.25% from 255) = 31.47%
BLUE value IS 108 (42.58% from 255) = 43.03%
R=25.50%
G=31.47%
B=43.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64791080.410.2700.58219.5525.5833.73
Hex404F6C291B03Adc1a22
Octal10011715451330723343242
Binary1000000100111111011001010011101101110101101110011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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