Shades of Astronaut #4F5482
Tints of Astronaut #4F5482
RGB
CMYK
RGB Variations
Color information
#4F5482 (or 0x4F5482) is known color: Astronaut. HEX triplet: 4F, 54 and 82. RGB value is (79,84,130). Sum of RGB (Red+Green+Blue) = 79+84+130=293 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.96% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F5482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5482 is #B0AB7D. Grayscale: #575757. Windows color (decimal): -11578238 or 8541263. OLE color: 8541263.
HSL color Cylindrical-coordinate representation of color #4F5482: hue angle of 234.12º 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 #4F5482 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 84 | 130 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.49 |
| HSL | 234.12º | 0.24% | 0.41% | - |
| HSV(B) | 234.12º | 0.39% | 0.51% | - |
| XYZ | 10.42 | 9.61 | 22.43 | - |
| YUV | 87.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 84 | 130 | 0.39 | 0.35 | 0 | 0.49 | 234.12 | 0.24 | 0.41 |
| Hex | 4F | 54 | 82 | 27 | 23 | 0 | 31 | EA | 18 | 29 |
| Octal | 117 | 124 | 202 | 47 | 43 | 0 | 61 | 352 | 30 | 51 |
| Binary | 1001111 | 1010100 | 10000010 | 100111 | 100011 | 0 | 110001 | 11101010 | 11000 | 101001 |
Color Harmonies of #4F5482
Complementary color
Monochromatic Colors of #4F5482
Black with #4F5482
Text Example
Text Example
White with #4F5482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5482; }
p { color: rgb(79,84,130); }
H1.HeaderClassName
{
color: #4F5482;
}
.AnyTagClassName
{
color: #4F5482;
}
</style>
background-color css
<style>
a { background-color: #4F5482; }
a { background-color: rgb(79,84,130); }
div.DivClassName
{
background-color: #4F5482;
}
.BgClassName
{
background-color: #4F5482;
}
</style>
border-color css
<style>
span { border-color: #4F5482; }
span { border-color: rgb(79,84,130); }
td.TdClassName
{
border-color: #4F5482;
}
.TagClassName
{
border-color: #4F5482;
}
</style>