#404D76

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

Shades of Astronaut #404D76

Tints of Astronaut #404D76

Color information

#404D76 (or 0x404D76) is unknown color: approx Astronaut. HEX triplet: 40, 4D and 76. RGB value is (64,77,118). Sum of RGB (Red+Green+Blue) = 64+77+118=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #404D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D76 is #BFB289. Grayscale: #4D4D4D. Windows color (decimal): -12563082 or 7753024. OLE color: 7753024.

HSL color Cylindrical-coordinate representation of color #404D76: hue angle of 225.56º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404D76 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6477118-
CMYK0.460.3500.54
HSL225.56º29.67%35.69%-
HSV(B)225.56º45.76%46.27%-
XYZ8.047.7118.2-
YUV77.79150.69118.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 77 (30.47% from 255) = 29.73%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=24.71%
G=29.73%
B=45.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64771180.460.3500.54225.5629.6735.69
Hex404D762E23036e21e24
Octal10011516656430663423644
Binary10000001001101111011010111010001101101101110001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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