Shades of Astronaut #454F73
Tints of Astronaut #454F73
RGB
CMYK
RGB Variations
Color information
#454F73 (or 0x454F73) is known color: Astronaut. HEX triplet: 45, 4F and 73. RGB value is (69,79,115). Sum of RGB (Red+Green+Blue) = 69+79+115=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #454F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454F73 is #BAB08C. Grayscale: #4F4F4F. Windows color (decimal): -12234893 or 7556933. OLE color: 7556933.
HSL color Cylindrical-coordinate representation of color #454F73: hue angle of 226.96º 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 #454F73 is Cyan = 0.4, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 79 | 115 | - |
| CMYK | 0.4 | 0.31 | 0 | 0.55 |
| HSL | 226.96º | 0.25% | 0.36% | - |
| HSV(B) | 226.96º | 0.4% | 0.45% | - |
| XYZ | 8.34 | 8.09 | 17.34 | - |
| YUV | 80.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 115 | 0.4 | 0.31 | 0 | 0.55 | 226.96 | 0.25 | 0.36 |
| Hex | 45 | 4F | 73 | 28 | 1F | 0 | 37 | E3 | 19 | 24 |
| Octal | 105 | 117 | 163 | 50 | 37 | 0 | 67 | 343 | 31 | 44 |
| Binary | 1000101 | 1001111 | 1110011 | 101000 | 11111 | 0 | 110111 | 11100011 | 11001 | 100100 |
Color Harmonies of #454F73
Complementary color
Monochromatic Colors of #454F73
Black with #454F73
Text Example
Text Example
White with #454F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F73; }
p { color: rgb(69,79,115); }
H1.HeaderClassName
{
color: #454F73;
}
.AnyTagClassName
{
color: #454F73;
}
</style>
background-color css
<style>
a { background-color: #454F73; }
a { background-color: rgb(69,79,115); }
div.DivClassName
{
background-color: #454F73;
}
.BgClassName
{
background-color: #454F73;
}
</style>
border-color css
<style>
span { border-color: #454F73; }
span { border-color: rgb(69,79,115); }
td.TdClassName
{
border-color: #454F73;
}
.TagClassName
{
border-color: #454F73;
}
</style>