Shades of Astronaut #4A5477
Tints of Astronaut #4A5477
RGB
CMYK
RGB Variations
Color information
#4A5477 (or 0x4A5477) is known color: Astronaut. HEX triplet: 4A, 54 and 77. RGB value is (74,84,119). Sum of RGB (Red+Green+Blue) = 74+84+119=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A5477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5477 is #B5AB88. Grayscale: #545454. Windows color (decimal): -11905929 or 7820362. OLE color: 7820362.
HSL color Cylindrical-coordinate representation of color #4A5477: hue angle of 226.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A5477 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 84 | 119 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.53 |
| HSL | 226.67º | 0.23% | 0.38% | - |
| HSV(B) | 226.67º | 0.38% | 0.47% | - |
| XYZ | 9.32 | 9.13 | 18.72 | - |
| YUV | 85 | 147.19 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 119 | 0.38 | 0.29 | 0 | 0.53 | 226.67 | 0.23 | 0.38 |
| Hex | 4A | 54 | 77 | 26 | 1D | 0 | 35 | E3 | 17 | 26 |
| Octal | 112 | 124 | 167 | 46 | 35 | 0 | 65 | 343 | 27 | 46 |
| Binary | 1001010 | 1010100 | 1110111 | 100110 | 11101 | 0 | 110101 | 11100011 | 10111 | 100110 |
Color Harmonies of #4A5477
Complementary color
Monochromatic Colors of #4A5477
Black with #4A5477
Text Example
Text Example
White with #4A5477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5477; }
p { color: rgb(74,84,119); }
H1.HeaderClassName
{
color: #4A5477;
}
.AnyTagClassName
{
color: #4A5477;
}
</style>
background-color css
<style>
a { background-color: #4A5477; }
a { background-color: rgb(74,84,119); }
div.DivClassName
{
background-color: #4A5477;
}
.BgClassName
{
background-color: #4A5477;
}
</style>
border-color css
<style>
span { border-color: #4A5477; }
span { border-color: rgb(74,84,119); }
td.TdClassName
{
border-color: #4A5477;
}
.TagClassName
{
border-color: #4A5477;
}
</style>