Shades of Astronaut #485476
Tints of Astronaut #485476
RGB
CMYK
RGB Variations
Color information
#485476 (or 0x485476) is known color: Astronaut. HEX triplet: 48, 54 and 76. RGB value is (72,84,118). Sum of RGB (Red+Green+Blue) = 72+84+118=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #485476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485476 is #B7AB89. Grayscale: #545454. Windows color (decimal): -12037002 or 7754824. OLE color: 7754824.
HSL color Cylindrical-coordinate representation of color #485476: hue angle of 224.35º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #485476 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 84 | 118 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.54 |
| HSL | 224.35º | 0.24% | 0.37% | - |
| HSV(B) | 224.35º | 0.39% | 0.46% | - |
| XYZ | 9.11 | 9.03 | 18.4 | - |
| YUV | 84.29 | 147.02 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 84 | 118 | 0.39 | 0.29 | 0 | 0.54 | 224.35 | 0.24 | 0.37 |
| Hex | 48 | 54 | 76 | 27 | 1D | 0 | 36 | E0 | 18 | 25 |
| Octal | 110 | 124 | 166 | 47 | 35 | 0 | 66 | 340 | 30 | 45 |
| Binary | 1001000 | 1010100 | 1110110 | 100111 | 11101 | 0 | 110110 | 11100000 | 11000 | 100101 |
Color Harmonies of #485476
Complementary color
Monochromatic Colors of #485476
Black with #485476
Text Example
Text Example
White with #485476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485476; }
p { color: rgb(72,84,118); }
H1.HeaderClassName
{
color: #485476;
}
.AnyTagClassName
{
color: #485476;
}
</style>
background-color css
<style>
a { background-color: #485476; }
a { background-color: rgb(72,84,118); }
div.DivClassName
{
background-color: #485476;
}
.BgClassName
{
background-color: #485476;
}
</style>
border-color css
<style>
span { border-color: #485476; }
span { border-color: rgb(72,84,118); }
td.TdClassName
{
border-color: #485476;
}
.TagClassName
{
border-color: #485476;
}
</style>