#404E7B

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

Shades of Astronaut #404E7B

Tints of Astronaut #404E7B

Color information

#404E7B (or 0x404E7B) is unknown color: approx Astronaut. HEX triplet: 40, 4E and 7B. RGB value is (64,78,123). Sum of RGB (Red+Green+Blue) = 64+78+123=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #404E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E7B is #BFB184. Grayscale: #4E4E4E. Windows color (decimal): -12562821 or 8080960. OLE color: 8080960.

HSL color Cylindrical-coordinate representation of color #404E7B: hue angle of 225.76º 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 #404E7B is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6478123-
CMYK0.480.3700.52
HSL225.76º31.55%36.67%-
HSV(B)225.76º47.97%48.24%-
XYZ8.417.9719.83-
YUV78.94152.86117.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 123 (48.44% from 255) = 46.42%
R=24.15%
G=29.43%
B=46.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64781230.480.3700.52225.7631.5536.67
Hex404E7B3025034e22025
Octal10011617360450643424045
Binary100000010011101111011110000100101011010011100010100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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