Shades of Astronaut #4D527B
Tints of Astronaut #4D527B
RGB
CMYK
RGB Variations
Color information
#4D527B (or 0x4D527B) is known color: Astronaut. HEX triplet: 4D, 52 and 7B. RGB value is (77,82,123). Sum of RGB (Red+Green+Blue) = 77+82+123=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D527B is #B2AD84. Grayscale: #555555. Windows color (decimal): -11709829 or 8081997. OLE color: 8081997.
HSL color Cylindrical-coordinate representation of color #4D527B: hue angle of 233.48º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D527B is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 82 | 123 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.52 |
| HSL | 233.48º | 0.23% | 0.39% | - |
| HSV(B) | 233.48º | 0.37% | 0.48% | - |
| XYZ | 9.65 | 9.04 | 19.98 | - |
| YUV | 85.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 123 | 0.37 | 0.33 | 0 | 0.52 | 233.48 | 0.23 | 0.39 |
| Hex | 4D | 52 | 7B | 25 | 21 | 0 | 34 | E9 | 17 | 27 |
| Octal | 115 | 122 | 173 | 45 | 41 | 0 | 64 | 351 | 27 | 47 |
| Binary | 1001101 | 1010010 | 1111011 | 100101 | 100001 | 0 | 110100 | 11101001 | 10111 | 100111 |
Color Harmonies of #4D527B
Complementary color
Monochromatic Colors of #4D527B
Black with #4D527B
Text Example
Text Example
White with #4D527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D527B; }
p { color: rgb(77,82,123); }
H1.HeaderClassName
{
color: #4D527B;
}
.AnyTagClassName
{
color: #4D527B;
}
</style>
background-color css
<style>
a { background-color: #4D527B; }
a { background-color: rgb(77,82,123); }
div.DivClassName
{
background-color: #4D527B;
}
.BgClassName
{
background-color: #4D527B;
}
</style>
border-color css
<style>
span { border-color: #4D527B; }
span { border-color: rgb(77,82,123); }
td.TdClassName
{
border-color: #4D527B;
}
.TagClassName
{
border-color: #4D527B;
}
</style>