Shades of Astronaut #455273
Tints of Astronaut #455273
RGB
CMYK
RGB Variations
Color information
#455273 (or 0x455273) is known color: Astronaut. HEX triplet: 45, 52 and 73. RGB value is (69,82,115). Sum of RGB (Red+Green+Blue) = 69+82+115=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #455273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455273 is #BAAD8C. Grayscale: #515151. Windows color (decimal): -12234125 or 7557701. OLE color: 7557701.
HSL color Cylindrical-coordinate representation of color #455273: hue angle of 223.04º 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 #455273 is Cyan = 0.4, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 82 | 115 | - |
| CMYK | 0.4 | 0.29 | 0 | 0.55 |
| HSL | 223.04º | 0.25% | 0.36% | - |
| HSV(B) | 223.04º | 0.4% | 0.45% | - |
| XYZ | 8.57 | 8.54 | 17.42 | - |
| YUV | 81.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 115 | 0.4 | 0.29 | 0 | 0.55 | 223.04 | 0.25 | 0.36 |
| Hex | 45 | 52 | 73 | 28 | 1D | 0 | 37 | DF | 19 | 24 |
| Octal | 105 | 122 | 163 | 50 | 35 | 0 | 67 | 337 | 31 | 44 |
| Binary | 1000101 | 1010010 | 1110011 | 101000 | 11101 | 0 | 110111 | 11011111 | 11001 | 100100 |
Color Harmonies of #455273
Complementary color
Monochromatic Colors of #455273
Black with #455273
Text Example
Text Example
White with #455273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455273; }
p { color: rgb(69,82,115); }
H1.HeaderClassName
{
color: #455273;
}
.AnyTagClassName
{
color: #455273;
}
</style>
background-color css
<style>
a { background-color: #455273; }
a { background-color: rgb(69,82,115); }
div.DivClassName
{
background-color: #455273;
}
.BgClassName
{
background-color: #455273;
}
</style>
border-color css
<style>
span { border-color: #455273; }
span { border-color: rgb(69,82,115); }
td.TdClassName
{
border-color: #455273;
}
.TagClassName
{
border-color: #455273;
}
</style>