Shades of Astronaut #4A5078
Tints of Astronaut #4A5078
RGB
CMYK
RGB Variations
Color information
#4A5078 (or 0x4A5078) is known color: Astronaut. HEX triplet: 4A, 50 and 78. RGB value is (74,80,120). Sum of RGB (Red+Green+Blue) = 74+80+120=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A5078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5078 is #B5AF87. Grayscale: #525252. Windows color (decimal): -11906952 or 7884874. OLE color: 7884874.
HSL color Cylindrical-coordinate representation of color #4A5078: hue angle of 232.17º 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 #4A5078 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 80 | 120 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.53 |
| HSL | 232.17º | 0.24% | 0.38% | - |
| HSV(B) | 232.17º | 0.38% | 0.47% | - |
| XYZ | 9.08 | 8.55 | 18.94 | - |
| YUV | 82.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 120 | 0.38 | 0.33 | 0 | 0.53 | 232.17 | 0.24 | 0.38 |
| Hex | 4A | 50 | 78 | 26 | 21 | 0 | 35 | E8 | 18 | 26 |
| Octal | 112 | 120 | 170 | 46 | 41 | 0 | 65 | 350 | 30 | 46 |
| Binary | 1001010 | 1010000 | 1111000 | 100110 | 100001 | 0 | 110101 | 11101000 | 11000 | 100110 |
Color Harmonies of #4A5078
Complementary color
Monochromatic Colors of #4A5078
Black with #4A5078
Text Example
Text Example
White with #4A5078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5078; }
p { color: rgb(74,80,120); }
H1.HeaderClassName
{
color: #4A5078;
}
.AnyTagClassName
{
color: #4A5078;
}
</style>
background-color css
<style>
a { background-color: #4A5078; }
a { background-color: rgb(74,80,120); }
div.DivClassName
{
background-color: #4A5078;
}
.BgClassName
{
background-color: #4A5078;
}
</style>
border-color css
<style>
span { border-color: #4A5078; }
span { border-color: rgb(74,80,120); }
td.TdClassName
{
border-color: #4A5078;
}
.TagClassName
{
border-color: #4A5078;
}
</style>