#404F6F

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

Shades of Astronaut #404F6F

Tints of Astronaut #404F6F

Color information

#404F6F (or 0x404F6F) is unknown color: approx Astronaut. HEX triplet: 40, 4F and 6F. RGB value is (64,79,111). Sum of RGB (Red+Green+Blue) = 64+79+111=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 111 - color contains mainly: blue. Hex color #404F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F6F is #BFB090. Grayscale: #4E4E4E. Windows color (decimal): -12562577 or 7294784. OLE color: 7294784.

HSL color Cylindrical-coordinate representation of color #404F6F: hue angle of 220.85º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #404F6F is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6479111-
CMYK0.420.2900.56
HSL220.85º26.86%34.31%-
HSV(B)220.85º42.34%43.53%-
XYZ7.787.8316.14-
YUV78.16146.53117.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.20%
GREEN value IS 79 (31.25% from 255) = 31.10%
BLUE value IS 111 (43.75% from 255) = 43.70%
R=25.20%
G=31.10%
B=43.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64791110.420.2900.56220.8526.8634.31
Hex404F6F2A1D038dd1b22
Octal10011715752350703353342
Binary1000000100111111011111010101110101110001101110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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