Shades of Astronaut #455473
Tints of Astronaut #455473
RGB
CMYK
RGB Variations
Color information
#455473 (or 0x455473) is known color: Astronaut. HEX triplet: 45, 54 and 73. RGB value is (69,84,115). Sum of RGB (Red+Green+Blue) = 69+84+115=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #455473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455473 is #BAAB8C. Grayscale: #525252. Windows color (decimal): -12233613 or 7558213. OLE color: 7558213.
HSL color Cylindrical-coordinate representation of color #455473: hue angle of 220.43º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #455473 is Cyan = 0.4, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 84 | 115 | - |
| CMYK | 0.4 | 0.27 | 0 | 0.55 |
| HSL | 220.43º | 0.25% | 0.36% | - |
| HSV(B) | 220.43º | 0.4% | 0.45% | - |
| XYZ | 8.72 | 8.84 | 17.47 | - |
| YUV | 83.05 | 146.03 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 115 | 0.4 | 0.27 | 0 | 0.55 | 220.43 | 0.25 | 0.36 |
| Hex | 45 | 54 | 73 | 28 | 1B | 0 | 37 | DC | 19 | 24 |
| Octal | 105 | 124 | 163 | 50 | 33 | 0 | 67 | 334 | 31 | 44 |
| Binary | 1000101 | 1010100 | 1110011 | 101000 | 11011 | 0 | 110111 | 11011100 | 11001 | 100100 |
Color Harmonies of #455473
Complementary color
Monochromatic Colors of #455473
Black with #455473
Text Example
Text Example
White with #455473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455473; }
p { color: rgb(69,84,115); }
H1.HeaderClassName
{
color: #455473;
}
.AnyTagClassName
{
color: #455473;
}
</style>
background-color css
<style>
a { background-color: #455473; }
a { background-color: rgb(69,84,115); }
div.DivClassName
{
background-color: #455473;
}
.BgClassName
{
background-color: #455473;
}
</style>
border-color css
<style>
span { border-color: #455473; }
span { border-color: rgb(69,84,115); }
td.TdClassName
{
border-color: #455473;
}
.TagClassName
{
border-color: #455473;
}
</style>