Shades of Astronaut #4F527D
Tints of Astronaut #4F527D
RGB
CMYK
RGB Variations
Color information
#4F527D (or 0x4F527D) is known color: Astronaut. HEX triplet: 4F, 52 and 7D. RGB value is (79,82,125). Sum of RGB (Red+Green+Blue) = 79+82+125=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F527D is #B0AD82. Grayscale: #555555. Windows color (decimal): -11578755 or 8213071. OLE color: 8213071.
HSL color Cylindrical-coordinate representation of color #4F527D: hue angle of 236.09º 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 #4F527D is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 82 | 125 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.51 |
| HSL | 236.09º | 0.23% | 0.4% | - |
| HSV(B) | 236.09º | 0.37% | 0.49% | - |
| XYZ | 9.94 | 9.18 | 20.65 | - |
| YUV | 86.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 82 | 125 | 0.37 | 0.34 | 0 | 0.51 | 236.09 | 0.23 | 0.4 |
| Hex | 4F | 52 | 7D | 25 | 22 | 0 | 33 | EC | 17 | 28 |
| Octal | 117 | 122 | 175 | 45 | 42 | 0 | 63 | 354 | 27 | 50 |
| Binary | 1001111 | 1010010 | 1111101 | 100101 | 100010 | 0 | 110011 | 11101100 | 10111 | 101000 |
Color Harmonies of #4F527D
Complementary color
Monochromatic Colors of #4F527D
Black with #4F527D
Text Example
Text Example
White with #4F527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F527D; }
p { color: rgb(79,82,125); }
H1.HeaderClassName
{
color: #4F527D;
}
.AnyTagClassName
{
color: #4F527D;
}
</style>
background-color css
<style>
a { background-color: #4F527D; }
a { background-color: rgb(79,82,125); }
div.DivClassName
{
background-color: #4F527D;
}
.BgClassName
{
background-color: #4F527D;
}
</style>
border-color css
<style>
span { border-color: #4F527D; }
span { border-color: rgb(79,82,125); }
td.TdClassName
{
border-color: #4F527D;
}
.TagClassName
{
border-color: #4F527D;
}
</style>