Shades of Astronaut #4A5278
Tints of Astronaut #4A5278
RGB
CMYK
RGB Variations
Color information
#4A5278 (or 0x4A5278) is known color: Astronaut. HEX triplet: 4A, 52 and 78. RGB value is (74,82,120). Sum of RGB (Red+Green+Blue) = 74+82+120=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A5278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5278 is #B5AD87. Grayscale: #535353. Windows color (decimal): -11906440 or 7885386. OLE color: 7885386.
HSL color Cylindrical-coordinate representation of color #4A5278: hue angle of 229.57º degrees, saturation: 0.24, 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 #4A5278 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 82 | 120 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.53 |
| HSL | 229.57º | 0.24% | 0.38% | - |
| HSV(B) | 229.57º | 0.38% | 0.47% | - |
| XYZ | 9.23 | 8.85 | 18.99 | - |
| YUV | 83.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 120 | 0.38 | 0.32 | 0 | 0.53 | 229.57 | 0.24 | 0.38 |
| Hex | 4A | 52 | 78 | 26 | 20 | 0 | 35 | E6 | 18 | 26 |
| Octal | 112 | 122 | 170 | 46 | 40 | 0 | 65 | 346 | 30 | 46 |
| Binary | 1001010 | 1010010 | 1111000 | 100110 | 100000 | 0 | 110101 | 11100110 | 11000 | 100110 |
Color Harmonies of #4A5278
Complementary color
Monochromatic Colors of #4A5278
Black with #4A5278
Text Example
Text Example
White with #4A5278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5278; }
p { color: rgb(74,82,120); }
H1.HeaderClassName
{
color: #4A5278;
}
.AnyTagClassName
{
color: #4A5278;
}
</style>
background-color css
<style>
a { background-color: #4A5278; }
a { background-color: rgb(74,82,120); }
div.DivClassName
{
background-color: #4A5278;
}
.BgClassName
{
background-color: #4A5278;
}
</style>
border-color css
<style>
span { border-color: #4A5278; }
span { border-color: rgb(74,82,120); }
td.TdClassName
{
border-color: #4A5278;
}
.TagClassName
{
border-color: #4A5278;
}
</style>