Shades of Astronaut #405176
Tints of Astronaut #405176
RGB
CMYK
RGB Variations
Color information
#405176 (or 0x405176) is known color: Astronaut. HEX triplet: 40, 51 and 76. RGB value is (64,81,118). Sum of RGB (Red+Green+Blue) = 64+81+118=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #405176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405176 is #BFAE89. Grayscale: #4F4F4F. Windows color (decimal): -12562058 or 7754048. OLE color: 7754048.
HSL color Cylindrical-coordinate representation of color #405176: hue angle of 221.11º 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 #405176 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 81 | 118 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.54 |
| HSL | 221.11º | 0.3% | 0.36% | - |
| HSV(B) | 221.11º | 0.46% | 0.46% | - |
| XYZ | 8.33 | 8.28 | 18.3 | - |
| YUV | 80.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 118 | 0.46 | 0.31 | 0 | 0.54 | 221.11 | 0.3 | 0.36 |
| Hex | 40 | 51 | 76 | 2E | 1F | 0 | 36 | DD | 1E | 24 |
| Octal | 100 | 121 | 166 | 56 | 37 | 0 | 66 | 335 | 36 | 44 |
| Binary | 1000000 | 1010001 | 1110110 | 101110 | 11111 | 0 | 110110 | 11011101 | 11110 | 100100 |
Color Harmonies of #405176
Complementary color
Monochromatic Colors of #405176
Black with #405176
Text Example
Text Example
White with #405176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405176; }
p { color: rgb(64,81,118); }
H1.HeaderClassName
{
color: #405176;
}
.AnyTagClassName
{
color: #405176;
}
</style>
background-color css
<style>
a { background-color: #405176; }
a { background-color: rgb(64,81,118); }
div.DivClassName
{
background-color: #405176;
}
.BgClassName
{
background-color: #405176;
}
</style>
border-color css
<style>
span { border-color: #405176; }
span { border-color: rgb(64,81,118); }
td.TdClassName
{
border-color: #405176;
}
.TagClassName
{
border-color: #405176;
}
</style>