#404C6B

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

Shades of Astronaut #404C6B

Tints of Astronaut #404C6B

Color information

#404C6B (or 0x404C6B) is unknown color: approx Astronaut. HEX triplet: 40, 4C and 6B. RGB value is (64,76,107). Sum of RGB (Red+Green+Blue) = 64+76+107=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #404C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C6B is #BFB394. Grayscale: #4B4B4B. Windows color (decimal): -12563349 or 7031872. OLE color: 7031872.

HSL color Cylindrical-coordinate representation of color #404C6B: hue angle of 223.26º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #404C6B is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6476107-
CMYK0.400.2900.58
HSL223.26º25.15%33.53%-
HSV(B)223.26º40.19%41.96%-
XYZ7.357.3214.94-
YUV75.95145.52119.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 76 (30.08% from 255) = 30.77%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=25.91%
G=30.77%
B=43.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64761070.400.2900.58223.2625.1533.53
Hex404C6B281D03Adf1922
Octal10011415350350723373142
Binary1000000100110011010111010001110101110101101111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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