Shades of Astronaut #485279
Tints of Astronaut #485279
RGB
CMYK
RGB Variations
Color information
#485279 (or 0x485279) is known color: Astronaut. HEX triplet: 48, 52 and 79. RGB value is (72,82,121). Sum of RGB (Red+Green+Blue) = 72+82+121=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #485279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485279 is #B7AD86. Grayscale: #535353. Windows color (decimal): -12037511 or 7950920. OLE color: 7950920.
HSL color Cylindrical-coordinate representation of color #485279: hue angle of 227.76º 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 #485279 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 82 | 121 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.53 |
| HSL | 227.76º | 0.25% | 0.38% | - |
| HSV(B) | 227.76º | 0.4% | 0.47% | - |
| XYZ | 9.14 | 8.79 | 19.3 | - |
| YUV | 83.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 121 | 0.40 | 0.32 | 0 | 0.53 | 227.76 | 0.25 | 0.38 |
| Hex | 48 | 52 | 79 | 28 | 20 | 0 | 35 | E4 | 19 | 26 |
| Octal | 110 | 122 | 171 | 50 | 40 | 0 | 65 | 344 | 31 | 46 |
| Binary | 1001000 | 1010010 | 1111001 | 101000 | 100000 | 0 | 110101 | 11100100 | 11001 | 100110 |
Color Harmonies of #485279
Complementary color
Monochromatic Colors of #485279
Black with #485279
Text Example
Text Example
White with #485279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485279; }
p { color: rgb(72,82,121); }
H1.HeaderClassName
{
color: #485279;
}
.AnyTagClassName
{
color: #485279;
}
</style>
background-color css
<style>
a { background-color: #485279; }
a { background-color: rgb(72,82,121); }
div.DivClassName
{
background-color: #485279;
}
.BgClassName
{
background-color: #485279;
}
</style>
border-color css
<style>
span { border-color: #485279; }
span { border-color: rgb(72,82,121); }
td.TdClassName
{
border-color: #485279;
}
.TagClassName
{
border-color: #485279;
}
</style>