#404B7B

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

Shades of Astronaut #404B7B

Tints of Astronaut #404B7B

Color information

#404B7B (or 0x404B7B) is unknown color: approx Astronaut. HEX triplet: 40, 4B and 7B. RGB value is (64,75,123). Sum of RGB (Red+Green+Blue) = 64+75+123=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #404B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B7B is #BFB484. Grayscale: #4C4C4C. Windows color (decimal): -12563589 or 8080192. OLE color: 8080192.

HSL color Cylindrical-coordinate representation of color #404B7B: hue angle of 228.81º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #404B7B is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6475123-
CMYK0.480.3900.52
HSL228.81º31.55%36.67%-
HSV(B)228.81º47.97%48.24%-
XYZ8.217.5519.76-
YUV77.18153.86118.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.43%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=24.43%
G=28.63%
B=46.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64751230.480.3900.52228.8131.5536.67
Hex404B7B3027034e52025
Octal10011317360470643454045
Binary100000010010111111011110000100111011010011100101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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