Shades of Astronaut #485281
Tints of Astronaut #485281
RGB
CMYK
RGB Variations
Color information
#485281 (or 0x485281) is known color: Astronaut. HEX triplet: 48, 52 and 81. RGB value is (72,82,129). Sum of RGB (Red+Green+Blue) = 72+82+129=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #485281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485281 is #B7AD7E. Grayscale: #545454. Windows color (decimal): -12037503 or 8475208. OLE color: 8475208.
HSL color Cylindrical-coordinate representation of color #485281: hue angle of 229.47º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #485281 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 82 | 129 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.49 |
| HSL | 229.47º | 0.28% | 0.39% | - |
| HSV(B) | 229.47º | 0.44% | 0.51% | - |
| XYZ | 9.65 | 9 | 22 | - |
| YUV | 84.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 129 | 0.44 | 0.36 | 0 | 0.49 | 229.47 | 0.28 | 0.39 |
| Hex | 48 | 52 | 81 | 2C | 24 | 0 | 31 | E5 | 1C | 27 |
| Octal | 110 | 122 | 201 | 54 | 44 | 0 | 61 | 345 | 34 | 47 |
| Binary | 1001000 | 1010010 | 10000001 | 101100 | 100100 | 0 | 110001 | 11100101 | 11100 | 100111 |
Color Harmonies of #485281
Complementary color
Monochromatic Colors of #485281
Black with #485281
Text Example
Text Example
White with #485281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485281; }
p { color: rgb(72,82,129); }
H1.HeaderClassName
{
color: #485281;
}
.AnyTagClassName
{
color: #485281;
}
</style>
background-color css
<style>
a { background-color: #485281; }
a { background-color: rgb(72,82,129); }
div.DivClassName
{
background-color: #485281;
}
.BgClassName
{
background-color: #485281;
}
</style>
border-color css
<style>
span { border-color: #485281; }
span { border-color: rgb(72,82,129); }
td.TdClassName
{
border-color: #485281;
}
.TagClassName
{
border-color: #485281;
}
</style>