Shades of Astronaut #485174
Tints of Astronaut #485174
RGB
CMYK
RGB Variations
Color information
#485174 (or 0x485174) is known color: Astronaut. HEX triplet: 48, 51 and 74. RGB value is (72,81,116). Sum of RGB (Red+Green+Blue) = 72+81+116=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #485174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485174 is #B7AE8B. Grayscale: #525252. Windows color (decimal): -12037772 or 7622984. OLE color: 7622984.
HSL color Cylindrical-coordinate representation of color #485174: hue angle of 227.73º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #485174 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 81 | 116 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.55 |
| HSL | 227.73º | 0.23% | 0.37% | - |
| HSV(B) | 227.73º | 0.38% | 0.45% | - |
| XYZ | 8.77 | 8.52 | 17.71 | - |
| YUV | 82.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 116 | 0.38 | 0.30 | 0 | 0.55 | 227.73 | 0.23 | 0.37 |
| Hex | 48 | 51 | 74 | 26 | 1E | 0 | 37 | E4 | 17 | 25 |
| Octal | 110 | 121 | 164 | 46 | 36 | 0 | 67 | 344 | 27 | 45 |
| Binary | 1001000 | 1010001 | 1110100 | 100110 | 11110 | 0 | 110111 | 11100100 | 10111 | 100101 |
Color Harmonies of #485174
Complementary color
Monochromatic Colors of #485174
Black with #485174
Text Example
Text Example
White with #485174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485174; }
p { color: rgb(72,81,116); }
H1.HeaderClassName
{
color: #485174;
}
.AnyTagClassName
{
color: #485174;
}
</style>
background-color css
<style>
a { background-color: #485174; }
a { background-color: rgb(72,81,116); }
div.DivClassName
{
background-color: #485174;
}
.BgClassName
{
background-color: #485174;
}
</style>
border-color css
<style>
span { border-color: #485174; }
span { border-color: rgb(72,81,116); }
td.TdClassName
{
border-color: #485174;
}
.TagClassName
{
border-color: #485174;
}
</style>