Shades of Astronaut #4A5182
Tints of Astronaut #4A5182
RGB
CMYK
RGB Variations
Color information
#4A5182 (or 0x4A5182) is known color: Astronaut. HEX triplet: 4A, 51 and 82. RGB value is (74,81,130). Sum of RGB (Red+Green+Blue) = 74+81+130=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #4A5182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5182 is #B5AE7D. Grayscale: #545454. Windows color (decimal): -11906686 or 8540490. OLE color: 8540490.
HSL color Cylindrical-coordinate representation of color #4A5182: hue angle of 232.5º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A5182 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 81 | 130 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.49 |
| HSL | 232.5º | 0.27% | 0.4% | - |
| HSV(B) | 232.5º | 0.43% | 0.51% | - |
| XYZ | 9.8 | 8.95 | 22.33 | - |
| YUV | 84.49 | 153.68 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 81 | 130 | 0.43 | 0.38 | 0 | 0.49 | 232.5 | 0.27 | 0.4 |
| Hex | 4A | 51 | 82 | 2B | 26 | 0 | 31 | E8 | 1B | 28 |
| Octal | 112 | 121 | 202 | 53 | 46 | 0 | 61 | 350 | 33 | 50 |
| Binary | 1001010 | 1010001 | 10000010 | 101011 | 100110 | 0 | 110001 | 11101000 | 11011 | 101000 |
Color Harmonies of #4A5182
Complementary color
Monochromatic Colors of #4A5182
Black with #4A5182
Text Example
Text Example
White with #4A5182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5182; }
p { color: rgb(74,81,130); }
H1.HeaderClassName
{
color: #4A5182;
}
.AnyTagClassName
{
color: #4A5182;
}
</style>
background-color css
<style>
a { background-color: #4A5182; }
a { background-color: rgb(74,81,130); }
div.DivClassName
{
background-color: #4A5182;
}
.BgClassName
{
background-color: #4A5182;
}
</style>
border-color css
<style>
span { border-color: #4A5182; }
span { border-color: rgb(74,81,130); }
td.TdClassName
{
border-color: #4A5182;
}
.TagClassName
{
border-color: #4A5182;
}
</style>