Shades of Astronaut #4F5379
Tints of Astronaut #4F5379
RGB
CMYK
RGB Variations
Color information
#4F5379 (or 0x4F5379) is known color: Astronaut. HEX triplet: 4F, 53 and 79. RGB value is (79,83,121). Sum of RGB (Red+Green+Blue) = 79+83+121=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #4F5379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5379 is #B0AC86. Grayscale: #555555. Windows color (decimal): -11578503 or 7951183. OLE color: 7951183.
HSL color Cylindrical-coordinate representation of color #4F5379: hue angle of 234.29º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F5379 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 83 | 121 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.53 |
| HSL | 234.29º | 0.21% | 0.39% | - |
| HSV(B) | 234.29º | 0.35% | 0.47% | - |
| XYZ | 9.77 | 9.23 | 19.36 | - |
| YUV | 86.14 | 147.67 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 121 | 0.35 | 0.31 | 0 | 0.53 | 234.29 | 0.21 | 0.39 |
| Hex | 4F | 53 | 79 | 23 | 1F | 0 | 35 | EA | 15 | 27 |
| Octal | 117 | 123 | 171 | 43 | 37 | 0 | 65 | 352 | 25 | 47 |
| Binary | 1001111 | 1010011 | 1111001 | 100011 | 11111 | 0 | 110101 | 11101010 | 10101 | 100111 |
Color Harmonies of #4F5379
Complementary color
Monochromatic Colors of #4F5379
Black with #4F5379
Text Example
Text Example
White with #4F5379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5379; }
p { color: rgb(79,83,121); }
H1.HeaderClassName
{
color: #4F5379;
}
.AnyTagClassName
{
color: #4F5379;
}
</style>
background-color css
<style>
a { background-color: #4F5379; }
a { background-color: rgb(79,83,121); }
div.DivClassName
{
background-color: #4F5379;
}
.BgClassName
{
background-color: #4F5379;
}
</style>
border-color css
<style>
span { border-color: #4F5379; }
span { border-color: rgb(79,83,121); }
td.TdClassName
{
border-color: #4F5379;
}
.TagClassName
{
border-color: #4F5379;
}
</style>