#404B6D

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

Shades of Astronaut #404B6D

Tints of Astronaut #404B6D

Color information

#404B6D (or 0x404B6D) is unknown color: approx Astronaut. HEX triplet: 40, 4B and 6D. RGB value is (64,75,109). Sum of RGB (Red+Green+Blue) = 64+75+109=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #404B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B6D is #BFB492. Grayscale: #4B4B4B. Windows color (decimal): -12563603 or 7162688. OLE color: 7162688.

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

Color convert

RGB6475109-
CMYK0.410.3100.57
HSL225.33º26.01%33.92%-
HSV(B)225.33º41.28%42.75%-
XYZ7.397.2315.47-
YUV75.59146.86119.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 109 (42.97% from 255) = 43.95%
R=25.81%
G=30.24%
B=43.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64751090.410.3100.57225.3326.0133.92
Hex404B6D291F039e11a22
Octal10011315551370713413242
Binary1000000100101111011011010011111101110011110000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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