Shades of Astronaut #485282
Tints of Astronaut #485282
RGB
CMYK
RGB Variations
Color information
#485282 (or 0x485282) is known color: Astronaut. HEX triplet: 48, 52 and 82. RGB value is (72,82,130). Sum of RGB (Red+Green+Blue) = 72+82+130=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #485282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485282 is #B7AD7D. Grayscale: #545454. Windows color (decimal): -12037502 or 8540744. OLE color: 8540744.
HSL color Cylindrical-coordinate representation of color #485282: hue angle of 229.66º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #485282 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 82 | 130 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.49 |
| HSL | 229.66º | 0.29% | 0.4% | - |
| HSV(B) | 229.66º | 0.45% | 0.51% | - |
| XYZ | 9.72 | 9.02 | 22.35 | - |
| YUV | 84.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 130 | 0.45 | 0.37 | 0 | 0.49 | 229.66 | 0.29 | 0.4 |
| Hex | 48 | 52 | 82 | 2D | 25 | 0 | 31 | E6 | 1D | 28 |
| Octal | 110 | 122 | 202 | 55 | 45 | 0 | 61 | 346 | 35 | 50 |
| Binary | 1001000 | 1010010 | 10000010 | 101101 | 100101 | 0 | 110001 | 11100110 | 11101 | 101000 |
Color Harmonies of #485282
Complementary color
Monochromatic Colors of #485282
Black with #485282
Text Example
Text Example
White with #485282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485282; }
p { color: rgb(72,82,130); }
H1.HeaderClassName
{
color: #485282;
}
.AnyTagClassName
{
color: #485282;
}
</style>
background-color css
<style>
a { background-color: #485282; }
a { background-color: rgb(72,82,130); }
div.DivClassName
{
background-color: #485282;
}
.BgClassName
{
background-color: #485282;
}
</style>
border-color css
<style>
span { border-color: #485282; }
span { border-color: rgb(72,82,130); }
td.TdClassName
{
border-color: #485282;
}
.TagClassName
{
border-color: #485282;
}
</style>