Shades of Astronaut #4A507A
Tints of Astronaut #4A507A
RGB
CMYK
RGB Variations
Color information
#4A507A (or 0x4A507A) is known color: Astronaut. HEX triplet: 4A, 50 and 7A. RGB value is (74,80,122). Sum of RGB (Red+Green+Blue) = 74+80+122=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A507A is #B5AF85. Grayscale: #525252. Windows color (decimal): -11906950 or 8015946. OLE color: 8015946.
HSL color Cylindrical-coordinate representation of color #4A507A: hue angle of 232.5º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A507A is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 80 | 122 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.52 |
| HSL | 232.5º | 0.24% | 0.38% | - |
| HSV(B) | 232.5º | 0.39% | 0.48% | - |
| XYZ | 9.21 | 8.6 | 19.59 | - |
| YUV | 82.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 122 | 0.39 | 0.34 | 0 | 0.52 | 232.5 | 0.24 | 0.38 |
| Hex | 4A | 50 | 7A | 27 | 22 | 0 | 34 | E8 | 18 | 26 |
| Octal | 112 | 120 | 172 | 47 | 42 | 0 | 64 | 350 | 30 | 46 |
| Binary | 1001010 | 1010000 | 1111010 | 100111 | 100010 | 0 | 110100 | 11101000 | 11000 | 100110 |
Color Harmonies of #4A507A
Complementary color
Monochromatic Colors of #4A507A
Black with #4A507A
Text Example
Text Example
White with #4A507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A507A; }
p { color: rgb(74,80,122); }
H1.HeaderClassName
{
color: #4A507A;
}
.AnyTagClassName
{
color: #4A507A;
}
</style>
background-color css
<style>
a { background-color: #4A507A; }
a { background-color: rgb(74,80,122); }
div.DivClassName
{
background-color: #4A507A;
}
.BgClassName
{
background-color: #4A507A;
}
</style>
border-color css
<style>
span { border-color: #4A507A; }
span { border-color: rgb(74,80,122); }
td.TdClassName
{
border-color: #4A507A;
}
.TagClassName
{
border-color: #4A507A;
}
</style>