#404C6D

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

Shades of Astronaut #404C6D

Tints of Astronaut #404C6D

Color information

#404C6D (or 0x404C6D) is unknown color: approx Astronaut. HEX triplet: 40, 4C and 6D. RGB value is (64,76,109). Sum of RGB (Red+Green+Blue) = 64+76+109=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #404C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C6D is #BFB392. Grayscale: #4C4C4C. Windows color (decimal): -12563347 or 7162944. OLE color: 7162944.

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

Color convert

RGB6476109-
CMYK0.410.3000.57
HSL224º26.01%33.92%-
HSV(B)224º41.28%42.75%-
XYZ7.467.3615.5-
YUV76.17146.52119.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 76 (30.08% from 255) = 30.52%
BLUE value IS 109 (42.97% from 255) = 43.78%
R=25.70%
G=30.52%
B=43.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64761090.410.3000.5722426.0133.92
Hex404C6D291E039e01a22
Octal10011415551360713403242
Binary1000000100110011011011010011111001110011110000011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,76,109); }

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

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

 a { background-color: rgb(64,76,109); }

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

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

 span { border-color: rgb(64,76,109); }

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