Shades of Astronaut #485178
Tints of Astronaut #485178
RGB
CMYK
RGB Variations
Color information
#485178 (or 0x485178) is known color: Astronaut. HEX triplet: 48, 51 and 78. RGB value is (72,81,120). Sum of RGB (Red+Green+Blue) = 72+81+120=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #485178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485178 is #B7AE87. Grayscale: #525252. Windows color (decimal): -12037768 or 7885128. OLE color: 7885128.
HSL color Cylindrical-coordinate representation of color #485178: hue angle of 228.75º 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 #485178 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 81 | 120 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.53 |
| HSL | 228.75º | 0.25% | 0.38% | - |
| HSV(B) | 228.75º | 0.4% | 0.47% | - |
| XYZ | 9.01 | 8.62 | 18.96 | - |
| YUV | 82.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 120 | 0.40 | 0.32 | 0 | 0.53 | 228.75 | 0.25 | 0.38 |
| Hex | 48 | 51 | 78 | 28 | 20 | 0 | 35 | E5 | 19 | 26 |
| Octal | 110 | 121 | 170 | 50 | 40 | 0 | 65 | 345 | 31 | 46 |
| Binary | 1001000 | 1010001 | 1111000 | 101000 | 100000 | 0 | 110101 | 11100101 | 11001 | 100110 |
Color Harmonies of #485178
Complementary color
Monochromatic Colors of #485178
Black with #485178
Text Example
Text Example
White with #485178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485178; }
p { color: rgb(72,81,120); }
H1.HeaderClassName
{
color: #485178;
}
.AnyTagClassName
{
color: #485178;
}
</style>
background-color css
<style>
a { background-color: #485178; }
a { background-color: rgb(72,81,120); }
div.DivClassName
{
background-color: #485178;
}
.BgClassName
{
background-color: #485178;
}
</style>
border-color css
<style>
span { border-color: #485178; }
span { border-color: rgb(72,81,120); }
td.TdClassName
{
border-color: #485178;
}
.TagClassName
{
border-color: #485178;
}
</style>