Shades of Astronaut #4A5176
Tints of Astronaut #4A5176
RGB
CMYK
RGB Variations
Color information
#4A5176 (or 0x4A5176) is known color: Astronaut. HEX triplet: 4A, 51 and 76. RGB value is (74,81,118). Sum of RGB (Red+Green+Blue) = 74+81+118=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A5176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5176 is #B5AE89. Grayscale: #525252. Windows color (decimal): -11906698 or 7754058. OLE color: 7754058.
HSL color Cylindrical-coordinate representation of color #4A5176: hue angle of 230.45º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A5176 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 81 | 118 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.54 |
| HSL | 230.45º | 0.23% | 0.38% | - |
| HSV(B) | 230.45º | 0.37% | 0.46% | - |
| XYZ | 9.04 | 8.65 | 18.33 | - |
| YUV | 83.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 81 | 118 | 0.37 | 0.31 | 0 | 0.54 | 230.45 | 0.23 | 0.38 |
| Hex | 4A | 51 | 76 | 25 | 1F | 0 | 36 | E6 | 17 | 26 |
| Octal | 112 | 121 | 166 | 45 | 37 | 0 | 66 | 346 | 27 | 46 |
| Binary | 1001010 | 1010001 | 1110110 | 100101 | 11111 | 0 | 110110 | 11100110 | 10111 | 100110 |
Color Harmonies of #4A5176
Complementary color
Monochromatic Colors of #4A5176
Black with #4A5176
Text Example
Text Example
White with #4A5176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5176; }
p { color: rgb(74,81,118); }
H1.HeaderClassName
{
color: #4A5176;
}
.AnyTagClassName
{
color: #4A5176;
}
</style>
background-color css
<style>
a { background-color: #4A5176; }
a { background-color: rgb(74,81,118); }
div.DivClassName
{
background-color: #4A5176;
}
.BgClassName
{
background-color: #4A5176;
}
</style>
border-color css
<style>
span { border-color: #4A5176; }
span { border-color: rgb(74,81,118); }
td.TdClassName
{
border-color: #4A5176;
}
.TagClassName
{
border-color: #4A5176;
}
</style>