#404B6B

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

Shades of Astronaut #404B6B

Tints of Astronaut #404B6B

Color information

#404B6B (or 0x404B6B) is unknown color: approx Astronaut. HEX triplet: 40, 4B and 6B. RGB value is (64,75,107). Sum of RGB (Red+Green+Blue) = 64+75+107=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #404B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B6B is #BFB494. Grayscale: #4B4B4B. Windows color (decimal): -12563605 or 7031616. OLE color: 7031616.

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

Color convert

RGB6475107-
CMYK0.400.3000.58
HSL224.65º25.15%33.53%-
HSV(B)224.65º40.19%41.96%-
XYZ7.287.1814.91-
YUV75.36145.86119.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 75 (29.69% from 255) = 30.49%
BLUE value IS 107 (42.19% from 255) = 43.50%
R=26.02%
G=30.49%
B=43.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64751070.400.3000.58224.6525.1533.53
Hex404B6B281E03Ae11922
Octal10011315350360723413142
Binary1000000100101111010111010001111001110101110000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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