#404D7A

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

Shades of Astronaut #404D7A

Tints of Astronaut #404D7A

Color information

#404D7A (or 0x404D7A) is unknown color: approx Astronaut. HEX triplet: 40, 4D and 7A. RGB value is (64,77,122). Sum of RGB (Red+Green+Blue) = 64+77+122=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #404D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D7A is #BFB285. Grayscale: #4E4E4E. Windows color (decimal): -12563078 or 8015168. OLE color: 8015168.

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

Color convert

RGB6477122-
CMYK0.480.3700.52
HSL226.55º31.18%36.47%-
HSV(B)226.55º47.54%47.84%-
XYZ8.287.819.48-
YUV78.24152.69117.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 77 (30.47% from 255) = 29.28%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=24.33%
G=29.28%
B=46.39%

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
Decimal64771220.480.3700.52226.5531.1836.47
Hex404D7A3025034e31f24
Octal10011517260450643433744
Binary10000001001101111101011000010010101101001110001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,77,122); }

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

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

 a { background-color: rgb(64,77,122); }

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

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

 span { border-color: rgb(64,77,122); }

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