Shades of Astronaut #4C5480
Tints of Astronaut #4C5480
RGB
CMYK
RGB Variations
Color information
#4C5480 (or 0x4C5480) is known color: Astronaut. HEX triplet: 4C, 54 and 80. RGB value is (76,84,128). Sum of RGB (Red+Green+Blue) = 76+84+128=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C5480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5480 is #B3AB7F. Grayscale: #565656. Windows color (decimal): -11774848 or 8410188. OLE color: 8410188.
HSL color Cylindrical-coordinate representation of color #4C5480: hue angle of 230.77º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C5480 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 84 | 128 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.50 |
| HSL | 230.77º | 0.25% | 0.4% | - |
| HSV(B) | 230.77º | 0.41% | 0.5% | - |
| XYZ | 10.05 | 9.44 | 21.71 | - |
| YUV | 86.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 84 | 128 | 0.41 | 0.34 | 0 | 0.50 | 230.77 | 0.25 | 0.4 |
| Hex | 4C | 54 | 80 | 29 | 22 | 0 | 32 | E7 | 19 | 28 |
| Octal | 114 | 124 | 200 | 51 | 42 | 0 | 62 | 347 | 31 | 50 |
| Binary | 1001100 | 1010100 | 10000000 | 101001 | 100010 | 0 | 110010 | 11100111 | 11001 | 101000 |
Color Harmonies of #4C5480
Complementary color
Monochromatic Colors of #4C5480
Black with #4C5480
Text Example
Text Example
White with #4C5480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5480; }
p { color: rgb(76,84,128); }
H1.HeaderClassName
{
color: #4C5480;
}
.AnyTagClassName
{
color: #4C5480;
}
</style>
background-color css
<style>
a { background-color: #4C5480; }
a { background-color: rgb(76,84,128); }
div.DivClassName
{
background-color: #4C5480;
}
.BgClassName
{
background-color: #4C5480;
}
</style>
border-color css
<style>
span { border-color: #4C5480; }
span { border-color: rgb(76,84,128); }
td.TdClassName
{
border-color: #4C5480;
}
.TagClassName
{
border-color: #4C5480;
}
</style>