Shades of Astronaut #4A547B
Tints of Astronaut #4A547B
RGB
CMYK
RGB Variations
Color information
#4A547B (or 0x4A547B) is known color: Astronaut. HEX triplet: 4A, 54 and 7B. RGB value is (74,84,123). Sum of RGB (Red+Green+Blue) = 74+84+123=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A547B is #B5AB84. Grayscale: #555555. Windows color (decimal): -11905925 or 8082506. OLE color: 8082506.
HSL color Cylindrical-coordinate representation of color #4A547B: hue angle of 227.76º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A547B is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 84 | 123 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.52 |
| HSL | 227.76º | 0.25% | 0.39% | - |
| HSV(B) | 227.76º | 0.4% | 0.48% | - |
| XYZ | 9.57 | 9.23 | 20.02 | - |
| YUV | 85.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 123 | 0.40 | 0.32 | 0 | 0.52 | 227.76 | 0.25 | 0.39 |
| Hex | 4A | 54 | 7B | 28 | 20 | 0 | 34 | E4 | 19 | 27 |
| Octal | 112 | 124 | 173 | 50 | 40 | 0 | 64 | 344 | 31 | 47 |
| Binary | 1001010 | 1010100 | 1111011 | 101000 | 100000 | 0 | 110100 | 11100100 | 11001 | 100111 |
Color Harmonies of #4A547B
Complementary color
Monochromatic Colors of #4A547B
Black with #4A547B
Text Example
Text Example
White with #4A547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A547B; }
p { color: rgb(74,84,123); }
H1.HeaderClassName
{
color: #4A547B;
}
.AnyTagClassName
{
color: #4A547B;
}
</style>
background-color css
<style>
a { background-color: #4A547B; }
a { background-color: rgb(74,84,123); }
div.DivClassName
{
background-color: #4A547B;
}
.BgClassName
{
background-color: #4A547B;
}
</style>
border-color css
<style>
span { border-color: #4A547B; }
span { border-color: rgb(74,84,123); }
td.TdClassName
{
border-color: #4A547B;
}
.TagClassName
{
border-color: #4A547B;
}
</style>