Shades of Astronaut #465473
Tints of Astronaut #465473
RGB
CMYK
RGB Variations
Color information
#465473 (or 0x465473) is known color: Astronaut. HEX triplet: 46, 54 and 73. RGB value is (70,84,115). Sum of RGB (Red+Green+Blue) = 70+84+115=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #465473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465473 is #B9AB8C. Grayscale: #535353. Windows color (decimal): -12168077 or 7558214. OLE color: 7558214.
HSL color Cylindrical-coordinate representation of color #465473: hue angle of 221.33º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #465473 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 84 | 115 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.55 |
| HSL | 221.33º | 0.24% | 0.36% | - |
| HSV(B) | 221.33º | 0.39% | 0.45% | - |
| XYZ | 8.79 | 8.88 | 17.47 | - |
| YUV | 83.35 | 145.86 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 84 | 115 | 0.39 | 0.27 | 0 | 0.55 | 221.33 | 0.24 | 0.36 |
| Hex | 46 | 54 | 73 | 27 | 1B | 0 | 37 | DD | 18 | 24 |
| Octal | 106 | 124 | 163 | 47 | 33 | 0 | 67 | 335 | 30 | 44 |
| Binary | 1000110 | 1010100 | 1110011 | 100111 | 11011 | 0 | 110111 | 11011101 | 11000 | 100100 |
Color Harmonies of #465473
Complementary color
Monochromatic Colors of #465473
Black with #465473
Text Example
Text Example
White with #465473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465473; }
p { color: rgb(70,84,115); }
H1.HeaderClassName
{
color: #465473;
}
.AnyTagClassName
{
color: #465473;
}
</style>
background-color css
<style>
a { background-color: #465473; }
a { background-color: rgb(70,84,115); }
div.DivClassName
{
background-color: #465473;
}
.BgClassName
{
background-color: #465473;
}
</style>
border-color css
<style>
span { border-color: #465473; }
span { border-color: rgb(70,84,115); }
td.TdClassName
{
border-color: #465473;
}
.TagClassName
{
border-color: #465473;
}
</style>