Shades of Astronaut #405172
Tints of Astronaut #405172
RGB
CMYK
RGB Variations
Color information
#405172 (or 0x405172) is known color: Astronaut. HEX triplet: 40, 51 and 72. RGB value is (64,81,114). Sum of RGB (Red+Green+Blue) = 64+81+114=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #405172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405172 is #BFAE8D. Grayscale: #4F4F4F. Windows color (decimal): -12562062 or 7491904. OLE color: 7491904.
HSL color Cylindrical-coordinate representation of color #405172: hue angle of 219.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #405172 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 81 | 114 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.55 |
| HSL | 219.6º | 0.28% | 0.35% | - |
| HSV(B) | 219.6º | 0.44% | 0.45% | - |
| XYZ | 8.09 | 8.19 | 17.07 | - |
| YUV | 79.68 | 147.37 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 114 | 0.44 | 0.29 | 0 | 0.55 | 219.6 | 0.28 | 0.35 |
| Hex | 40 | 51 | 72 | 2C | 1D | 0 | 37 | DC | 1C | 23 |
| Octal | 100 | 121 | 162 | 54 | 35 | 0 | 67 | 334 | 34 | 43 |
| Binary | 1000000 | 1010001 | 1110010 | 101100 | 11101 | 0 | 110111 | 11011100 | 11100 | 100011 |
Color Harmonies of #405172
Complementary color
Monochromatic Colors of #405172
Black with #405172
Text Example
Text Example
White with #405172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405172; }
p { color: rgb(64,81,114); }
H1.HeaderClassName
{
color: #405172;
}
.AnyTagClassName
{
color: #405172;
}
</style>
background-color css
<style>
a { background-color: #405172; }
a { background-color: rgb(64,81,114); }
div.DivClassName
{
background-color: #405172;
}
.BgClassName
{
background-color: #405172;
}
</style>
border-color css
<style>
span { border-color: #405172; }
span { border-color: rgb(64,81,114); }
td.TdClassName
{
border-color: #405172;
}
.TagClassName
{
border-color: #405172;
}
</style>