Shades of Astronaut #4C517A
Tints of Astronaut #4C517A
RGB
CMYK
RGB Variations
Color information
#4C517A (or 0x4C517A) is known color: Astronaut. HEX triplet: 4C, 51 and 7A. RGB value is (76,81,122). Sum of RGB (Red+Green+Blue) = 76+81+122=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C517A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C517A is #B3AE85. Grayscale: #545454. Windows color (decimal): -11775622 or 8016204. OLE color: 8016204.
HSL color Cylindrical-coordinate representation of color #4C517A: hue angle of 233.48º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C517A is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 81 | 122 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.52 |
| HSL | 233.48º | 0.23% | 0.39% | - |
| HSV(B) | 233.48º | 0.38% | 0.48% | - |
| XYZ | 9.44 | 8.83 | 19.62 | - |
| YUV | 84.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 122 | 0.38 | 0.34 | 0 | 0.52 | 233.48 | 0.23 | 0.39 |
| Hex | 4C | 51 | 7A | 26 | 22 | 0 | 34 | E9 | 17 | 27 |
| Octal | 114 | 121 | 172 | 46 | 42 | 0 | 64 | 351 | 27 | 47 |
| Binary | 1001100 | 1010001 | 1111010 | 100110 | 100010 | 0 | 110100 | 11101001 | 10111 | 100111 |
Color Harmonies of #4C517A
Complementary color
Monochromatic Colors of #4C517A
Black with #4C517A
Text Example
Text Example
White with #4C517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C517A; }
p { color: rgb(76,81,122); }
H1.HeaderClassName
{
color: #4C517A;
}
.AnyTagClassName
{
color: #4C517A;
}
</style>
background-color css
<style>
a { background-color: #4C517A; }
a { background-color: rgb(76,81,122); }
div.DivClassName
{
background-color: #4C517A;
}
.BgClassName
{
background-color: #4C517A;
}
</style>
border-color css
<style>
span { border-color: #4C517A; }
span { border-color: rgb(76,81,122); }
td.TdClassName
{
border-color: #4C517A;
}
.TagClassName
{
border-color: #4C517A;
}
</style>