Shades of Astronaut #455179
Tints of Astronaut #455179
RGB
CMYK
RGB Variations
Color information
#455179 (or 0x455179) is known color: Astronaut. HEX triplet: 45, 51 and 79. RGB value is (69,81,121). Sum of RGB (Red+Green+Blue) = 69+81+121=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #455179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455179 is #BAAE86. Grayscale: #515151. Windows color (decimal): -12234375 or 7950661. OLE color: 7950661.
HSL color Cylindrical-coordinate representation of color #455179: hue angle of 226.15º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #455179 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 81 | 121 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.53 |
| HSL | 226.15º | 0.27% | 0.37% | - |
| HSV(B) | 226.15º | 0.43% | 0.47% | - |
| XYZ | 8.85 | 8.53 | 19.27 | - |
| YUV | 81.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 121 | 0.43 | 0.33 | 0 | 0.53 | 226.15 | 0.27 | 0.37 |
| Hex | 45 | 51 | 79 | 2B | 21 | 0 | 35 | E2 | 1B | 25 |
| Octal | 105 | 121 | 171 | 53 | 41 | 0 | 65 | 342 | 33 | 45 |
| Binary | 1000101 | 1010001 | 1111001 | 101011 | 100001 | 0 | 110101 | 11100010 | 11011 | 100101 |
Color Harmonies of #455179
Complementary color
Monochromatic Colors of #455179
Black with #455179
Text Example
Text Example
White with #455179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455179; }
p { color: rgb(69,81,121); }
H1.HeaderClassName
{
color: #455179;
}
.AnyTagClassName
{
color: #455179;
}
</style>
background-color css
<style>
a { background-color: #455179; }
a { background-color: rgb(69,81,121); }
div.DivClassName
{
background-color: #455179;
}
.BgClassName
{
background-color: #455179;
}
</style>
border-color css
<style>
span { border-color: #455179; }
span { border-color: rgb(69,81,121); }
td.TdClassName
{
border-color: #455179;
}
.TagClassName
{
border-color: #455179;
}
</style>