Shades of Astronaut #485179
Tints of Astronaut #485179
RGB
CMYK
RGB Variations
Color information
#485179 (or 0x485179) is known color: Astronaut. HEX triplet: 48, 51 and 79. RGB value is (72,81,121). Sum of RGB (Red+Green+Blue) = 72+81+121=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #485179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485179 is #B7AE86. Grayscale: #525252. Windows color (decimal): -12037767 or 7950664. OLE color: 7950664.
HSL color Cylindrical-coordinate representation of color #485179: hue angle of 228.98º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #485179 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 81 | 121 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.53 |
| HSL | 228.98º | 0.25% | 0.38% | - |
| HSV(B) | 228.98º | 0.4% | 0.47% | - |
| XYZ | 9.07 | 8.64 | 19.28 | - |
| YUV | 82.87 | 149.52 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 121 | 0.40 | 0.33 | 0 | 0.53 | 228.98 | 0.25 | 0.38 |
| Hex | 48 | 51 | 79 | 28 | 21 | 0 | 35 | E5 | 19 | 26 |
| Octal | 110 | 121 | 171 | 50 | 41 | 0 | 65 | 345 | 31 | 46 |
| Binary | 1001000 | 1010001 | 1111001 | 101000 | 100001 | 0 | 110101 | 11100101 | 11001 | 100110 |
Color Harmonies of #485179
Complementary color
Monochromatic Colors of #485179
Black with #485179
Text Example
Text Example
White with #485179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485179; }
p { color: rgb(72,81,121); }
H1.HeaderClassName
{
color: #485179;
}
.AnyTagClassName
{
color: #485179;
}
</style>
background-color css
<style>
a { background-color: #485179; }
a { background-color: rgb(72,81,121); }
div.DivClassName
{
background-color: #485179;
}
.BgClassName
{
background-color: #485179;
}
</style>
border-color css
<style>
span { border-color: #485179; }
span { border-color: rgb(72,81,121); }
td.TdClassName
{
border-color: #485179;
}
.TagClassName
{
border-color: #485179;
}
</style>