Shades of Astronaut #4C547A
Tints of Astronaut #4C547A
RGB
CMYK
RGB Variations
Color information
#4C547A (or 0x4C547A) is known color: Astronaut. HEX triplet: 4C, 54 and 7A. RGB value is (76,84,122). Sum of RGB (Red+Green+Blue) = 76+84+122=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C547A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C547A is #B3AB85. Grayscale: #555555. Windows color (decimal): -11774854 or 8016972. OLE color: 8016972.
HSL color Cylindrical-coordinate representation of color #4C547A: hue angle of 229.57º 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 #4C547A is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 84 | 122 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.52 |
| HSL | 229.57º | 0.23% | 0.39% | - |
| HSV(B) | 229.57º | 0.38% | 0.48% | - |
| XYZ | 9.66 | 9.28 | 19.69 | - |
| YUV | 85.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 84 | 122 | 0.38 | 0.31 | 0 | 0.52 | 229.57 | 0.23 | 0.39 |
| Hex | 4C | 54 | 7A | 26 | 1F | 0 | 34 | E6 | 17 | 27 |
| Octal | 114 | 124 | 172 | 46 | 37 | 0 | 64 | 346 | 27 | 47 |
| Binary | 1001100 | 1010100 | 1111010 | 100110 | 11111 | 0 | 110100 | 11100110 | 10111 | 100111 |
Color Harmonies of #4C547A
Complementary color
Monochromatic Colors of #4C547A
Black with #4C547A
Text Example
Text Example
White with #4C547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C547A; }
p { color: rgb(76,84,122); }
H1.HeaderClassName
{
color: #4C547A;
}
.AnyTagClassName
{
color: #4C547A;
}
</style>
background-color css
<style>
a { background-color: #4C547A; }
a { background-color: rgb(76,84,122); }
div.DivClassName
{
background-color: #4C547A;
}
.BgClassName
{
background-color: #4C547A;
}
</style>
border-color css
<style>
span { border-color: #4C547A; }
span { border-color: rgb(76,84,122); }
td.TdClassName
{
border-color: #4C547A;
}
.TagClassName
{
border-color: #4C547A;
}
</style>