Shades of Astronaut #405173
Tints of Astronaut #405173
RGB
CMYK
RGB Variations
Color information
#405173 (or 0x405173) is known color: Astronaut. HEX triplet: 40, 51 and 73. RGB value is (64,81,115). Sum of RGB (Red+Green+Blue) = 64+81+115=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #405173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405173 is #BFAE8C. Grayscale: #4F4F4F. Windows color (decimal): -12562061 or 7557440. OLE color: 7557440.
HSL color Cylindrical-coordinate representation of color #405173: hue angle of 220º 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 #405173 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 81 | 115 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.55 |
| HSL | 220º | 0.28% | 0.35% | - |
| HSV(B) | 220º | 0.44% | 0.45% | - |
| XYZ | 8.15 | 8.21 | 17.38 | - |
| YUV | 79.79 | 147.87 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 115 | 0.44 | 0.30 | 0 | 0.55 | 220 | 0.28 | 0.35 |
| Hex | 40 | 51 | 73 | 2C | 1E | 0 | 37 | DC | 1C | 23 |
| Octal | 100 | 121 | 163 | 54 | 36 | 0 | 67 | 334 | 34 | 43 |
| Binary | 1000000 | 1010001 | 1110011 | 101100 | 11110 | 0 | 110111 | 11011100 | 11100 | 100011 |
Color Harmonies of #405173
Complementary color
Monochromatic Colors of #405173
Black with #405173
Text Example
Text Example
White with #405173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405173; }
p { color: rgb(64,81,115); }
H1.HeaderClassName
{
color: #405173;
}
.AnyTagClassName
{
color: #405173;
}
</style>
background-color css
<style>
a { background-color: #405173; }
a { background-color: rgb(64,81,115); }
div.DivClassName
{
background-color: #405173;
}
.BgClassName
{
background-color: #405173;
}
</style>
border-color css
<style>
span { border-color: #405173; }
span { border-color: rgb(64,81,115); }
td.TdClassName
{
border-color: #405173;
}
.TagClassName
{
border-color: #405173;
}
</style>