Shades of Astronaut #4D527C
Tints of Astronaut #4D527C
RGB
CMYK
RGB Variations
Color information
#4D527C (or 0x4D527C) is known color: Astronaut. HEX triplet: 4D, 52 and 7C. RGB value is (77,82,124). Sum of RGB (Red+Green+Blue) = 77+82+124=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D527C is #B2AD83. Grayscale: #555555. Windows color (decimal): -11709828 or 8147533. OLE color: 8147533.
HSL color Cylindrical-coordinate representation of color #4D527C: hue angle of 233.62º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D527C is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 82 | 124 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.51 |
| HSL | 233.62º | 0.23% | 0.39% | - |
| HSV(B) | 233.62º | 0.38% | 0.49% | - |
| XYZ | 9.72 | 9.07 | 20.31 | - |
| YUV | 85.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 124 | 0.38 | 0.34 | 0 | 0.51 | 233.62 | 0.23 | 0.39 |
| Hex | 4D | 52 | 7C | 26 | 22 | 0 | 33 | EA | 17 | 27 |
| Octal | 115 | 122 | 174 | 46 | 42 | 0 | 63 | 352 | 27 | 47 |
| Binary | 1001101 | 1010010 | 1111100 | 100110 | 100010 | 0 | 110011 | 11101010 | 10111 | 100111 |
Color Harmonies of #4D527C
Complementary color
Monochromatic Colors of #4D527C
Black with #4D527C
Text Example
Text Example
White with #4D527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D527C; }
p { color: rgb(77,82,124); }
H1.HeaderClassName
{
color: #4D527C;
}
.AnyTagClassName
{
color: #4D527C;
}
</style>
background-color css
<style>
a { background-color: #4D527C; }
a { background-color: rgb(77,82,124); }
div.DivClassName
{
background-color: #4D527C;
}
.BgClassName
{
background-color: #4D527C;
}
</style>
border-color css
<style>
span { border-color: #4D527C; }
span { border-color: rgb(77,82,124); }
td.TdClassName
{
border-color: #4D527C;
}
.TagClassName
{
border-color: #4D527C;
}
</style>