Shades of Astronaut #404A76
Tints of Astronaut #404A76
RGB
CMYK
RGB Variations
Color information
#404A76 (or 0x404A76) is known color: Astronaut. HEX triplet: 40, 4A and 76. RGB value is (64,74,118). Sum of RGB (Red+Green+Blue) = 64+74+118=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #404A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A76 is #BFB589. Grayscale: #4B4B4B. Windows color (decimal): -12563850 or 7752256. OLE color: 7752256.
HSL color Cylindrical-coordinate representation of color #404A76: hue angle of 228.89º 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 #404A76 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 74 | 118 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.54 |
| HSL | 228.89º | 0.3% | 0.36% | - |
| HSV(B) | 228.89º | 0.46% | 0.46% | - |
| XYZ | 7.83 | 7.3 | 18.13 | - |
| YUV | 76.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 118 | 0.46 | 0.37 | 0 | 0.54 | 228.89 | 0.3 | 0.36 |
| Hex | 40 | 4A | 76 | 2E | 25 | 0 | 36 | E5 | 1E | 24 |
| Octal | 100 | 112 | 166 | 56 | 45 | 0 | 66 | 345 | 36 | 44 |
| Binary | 1000000 | 1001010 | 1110110 | 101110 | 100101 | 0 | 110110 | 11100101 | 11110 | 100100 |
Color Harmonies of #404A76
Complementary color
Monochromatic Colors of #404A76
Black with #404A76
Text Example
Text Example
White with #404A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A76; }
p { color: rgb(64,74,118); }
H1.HeaderClassName
{
color: #404A76;
}
.AnyTagClassName
{
color: #404A76;
}
</style>
background-color css
<style>
a { background-color: #404A76; }
a { background-color: rgb(64,74,118); }
div.DivClassName
{
background-color: #404A76;
}
.BgClassName
{
background-color: #404A76;
}
</style>
border-color css
<style>
span { border-color: #404A76; }
span { border-color: rgb(64,74,118); }
td.TdClassName
{
border-color: #404A76;
}
.TagClassName
{
border-color: #404A76;
}
</style>