Shades of Astronaut #4A5579
Tints of Astronaut #4A5579
RGB
CMYK
RGB Variations
Color information
#4A5579 (or 0x4A5579) is known color: Astronaut. HEX triplet: 4A, 55 and 79. RGB value is (74,85,121). Sum of RGB (Red+Green+Blue) = 74+85+121=280 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.43% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #4A5579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5579 is #B5AA86. Grayscale: #555555. Windows color (decimal): -11905671 or 7951690. OLE color: 7951690.
HSL color Cylindrical-coordinate representation of color #4A5579: hue angle of 225.96º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A5579 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 85 | 121 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.53 |
| HSL | 225.96º | 0.24% | 0.38% | - |
| HSV(B) | 225.96º | 0.39% | 0.47% | - |
| XYZ | 9.52 | 9.33 | 19.39 | - |
| YUV | 85.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 121 | 0.39 | 0.30 | 0 | 0.53 | 225.96 | 0.24 | 0.38 |
| Hex | 4A | 55 | 79 | 27 | 1E | 0 | 35 | E2 | 18 | 26 |
| Octal | 112 | 125 | 171 | 47 | 36 | 0 | 65 | 342 | 30 | 46 |
| Binary | 1001010 | 1010101 | 1111001 | 100111 | 11110 | 0 | 110101 | 11100010 | 11000 | 100110 |
Color Harmonies of #4A5579
Complementary color
Monochromatic Colors of #4A5579
Black with #4A5579
Text Example
Text Example
White with #4A5579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5579; }
p { color: rgb(74,85,121); }
H1.HeaderClassName
{
color: #4A5579;
}
.AnyTagClassName
{
color: #4A5579;
}
</style>
background-color css
<style>
a { background-color: #4A5579; }
a { background-color: rgb(74,85,121); }
div.DivClassName
{
background-color: #4A5579;
}
.BgClassName
{
background-color: #4A5579;
}
</style>
border-color css
<style>
span { border-color: #4A5579; }
span { border-color: rgb(74,85,121); }
td.TdClassName
{
border-color: #4A5579;
}
.TagClassName
{
border-color: #4A5579;
}
</style>