Shades of Astronaut #4F5582
Tints of Astronaut #4F5582
RGB
CMYK
RGB Variations
Color information
#4F5582 (or 0x4F5582) is known color: Astronaut. HEX triplet: 4F, 55 and 82. RGB value is (79,85,130). Sum of RGB (Red+Green+Blue) = 79+85+130=294 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.87% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F5582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5582 is #B0AA7D. Grayscale: #585858. Windows color (decimal): -11577982 or 8541519. OLE color: 8541519.
HSL color Cylindrical-coordinate representation of color #4F5582: hue angle of 232.94º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F5582 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 85 | 130 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.49 |
| HSL | 232.94º | 0.24% | 0.41% | - |
| HSV(B) | 232.94º | 0.39% | 0.51% | - |
| XYZ | 10.5 | 9.77 | 22.45 | - |
| YUV | 88.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 130 | 0.39 | 0.35 | 0 | 0.49 | 232.94 | 0.24 | 0.41 |
| Hex | 4F | 55 | 82 | 27 | 23 | 0 | 31 | E9 | 18 | 29 |
| Octal | 117 | 125 | 202 | 47 | 43 | 0 | 61 | 351 | 30 | 51 |
| Binary | 1001111 | 1010101 | 10000010 | 100111 | 100011 | 0 | 110001 | 11101001 | 11000 | 101001 |
Color Harmonies of #4F5582
Complementary color
Monochromatic Colors of #4F5582
Black with #4F5582
Text Example
Text Example
White with #4F5582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5582; }
p { color: rgb(79,85,130); }
H1.HeaderClassName
{
color: #4F5582;
}
.AnyTagClassName
{
color: #4F5582;
}
</style>
background-color css
<style>
a { background-color: #4F5582; }
a { background-color: rgb(79,85,130); }
div.DivClassName
{
background-color: #4F5582;
}
.BgClassName
{
background-color: #4F5582;
}
</style>
border-color css
<style>
span { border-color: #4F5582; }
span { border-color: rgb(79,85,130); }
td.TdClassName
{
border-color: #4F5582;
}
.TagClassName
{
border-color: #4F5582;
}
</style>