Shades of Astronaut #4F547A
Tints of Astronaut #4F547A
RGB
CMYK
RGB Variations
Color information
#4F547A (or 0x4F547A) is known color: Astronaut. HEX triplet: 4F, 54 and 7A. RGB value is (79,84,122). Sum of RGB (Red+Green+Blue) = 79+84+122=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F547A is #B0AB85. Grayscale: #565656. Windows color (decimal): -11578246 or 8016975. OLE color: 8016975.
HSL color Cylindrical-coordinate representation of color #4F547A: hue angle of 233.02º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F547A is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 84 | 122 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.52 |
| HSL | 233.02º | 0.21% | 0.39% | - |
| HSV(B) | 233.02º | 0.35% | 0.48% | - |
| XYZ | 9.91 | 9.41 | 19.71 | - |
| YUV | 86.84 | 147.84 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 84 | 122 | 0.35 | 0.31 | 0 | 0.52 | 233.02 | 0.21 | 0.39 |
| Hex | 4F | 54 | 7A | 23 | 1F | 0 | 34 | E9 | 15 | 27 |
| Octal | 117 | 124 | 172 | 43 | 37 | 0 | 64 | 351 | 25 | 47 |
| Binary | 1001111 | 1010100 | 1111010 | 100011 | 11111 | 0 | 110100 | 11101001 | 10101 | 100111 |
Color Harmonies of #4F547A
Complementary color
Monochromatic Colors of #4F547A
Black with #4F547A
Text Example
Text Example
White with #4F547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F547A; }
p { color: rgb(79,84,122); }
H1.HeaderClassName
{
color: #4F547A;
}
.AnyTagClassName
{
color: #4F547A;
}
</style>
background-color css
<style>
a { background-color: #4F547A; }
a { background-color: rgb(79,84,122); }
div.DivClassName
{
background-color: #4F547A;
}
.BgClassName
{
background-color: #4F547A;
}
</style>
border-color css
<style>
span { border-color: #4F547A; }
span { border-color: rgb(79,84,122); }
td.TdClassName
{
border-color: #4F547A;
}
.TagClassName
{
border-color: #4F547A;
}
</style>