Shades of Astronaut #4F537E
Tints of Astronaut #4F537E
RGB
CMYK
RGB Variations
Color information
#4F537E (or 0x4F537E) is known color: Astronaut. HEX triplet: 4F, 53 and 7E. RGB value is (79,83,126). Sum of RGB (Red+Green+Blue) = 79+83+126=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 126 - color contains mainly: blue. Hex color #4F537E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F537E is #B0AC81. Grayscale: #565656. Windows color (decimal): -11578498 or 8278863. OLE color: 8278863.
HSL color Cylindrical-coordinate representation of color #4F537E: hue angle of 234.89º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F537E is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 83 | 126 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.51 |
| HSL | 234.89º | 0.23% | 0.4% | - |
| HSV(B) | 234.89º | 0.37% | 0.49% | - |
| XYZ | 10.08 | 9.36 | 21.01 | - |
| YUV | 86.71 | 150.17 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 126 | 0.37 | 0.34 | 0 | 0.51 | 234.89 | 0.23 | 0.4 |
| Hex | 4F | 53 | 7E | 25 | 22 | 0 | 33 | EB | 17 | 28 |
| Octal | 117 | 123 | 176 | 45 | 42 | 0 | 63 | 353 | 27 | 50 |
| Binary | 1001111 | 1010011 | 1111110 | 100101 | 100010 | 0 | 110011 | 11101011 | 10111 | 101000 |
Color Harmonies of #4F537E
Complementary color
Monochromatic Colors of #4F537E
Black with #4F537E
Text Example
Text Example
White with #4F537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F537E; }
p { color: rgb(79,83,126); }
H1.HeaderClassName
{
color: #4F537E;
}
.AnyTagClassName
{
color: #4F537E;
}
</style>
background-color css
<style>
a { background-color: #4F537E; }
a { background-color: rgb(79,83,126); }
div.DivClassName
{
background-color: #4F537E;
}
.BgClassName
{
background-color: #4F537E;
}
</style>
border-color css
<style>
span { border-color: #4F537E; }
span { border-color: rgb(79,83,126); }
td.TdClassName
{
border-color: #4F537E;
}
.TagClassName
{
border-color: #4F537E;
}
</style>