Shades of Astronaut #4D557B
Tints of Astronaut #4D557B
RGB
CMYK
RGB Variations
Color information
#4D557B (or 0x4D557B) is known color: Astronaut. HEX triplet: 4D, 55 and 7B. RGB value is (77,85,123). Sum of RGB (Red+Green+Blue) = 77+85+123=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D557B is #B2AA84. Grayscale: #565656. Windows color (decimal): -11709061 or 8082765. OLE color: 8082765.
HSL color Cylindrical-coordinate representation of color #4D557B: hue angle of 229.57º 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 #4D557B is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 85 | 123 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.52 |
| HSL | 229.57º | 0.23% | 0.39% | - |
| HSV(B) | 229.57º | 0.37% | 0.48% | - |
| XYZ | 9.88 | 9.5 | 20.05 | - |
| YUV | 86.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 123 | 0.37 | 0.31 | 0 | 0.52 | 229.57 | 0.23 | 0.39 |
| Hex | 4D | 55 | 7B | 25 | 1F | 0 | 34 | E6 | 17 | 27 |
| Octal | 115 | 125 | 173 | 45 | 37 | 0 | 64 | 346 | 27 | 47 |
| Binary | 1001101 | 1010101 | 1111011 | 100101 | 11111 | 0 | 110100 | 11100110 | 10111 | 100111 |
Color Harmonies of #4D557B
Complementary color
Monochromatic Colors of #4D557B
Black with #4D557B
Text Example
Text Example
White with #4D557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D557B; }
p { color: rgb(77,85,123); }
H1.HeaderClassName
{
color: #4D557B;
}
.AnyTagClassName
{
color: #4D557B;
}
</style>
background-color css
<style>
a { background-color: #4D557B; }
a { background-color: rgb(77,85,123); }
div.DivClassName
{
background-color: #4D557B;
}
.BgClassName
{
background-color: #4D557B;
}
</style>
border-color css
<style>
span { border-color: #4D557B; }
span { border-color: rgb(77,85,123); }
td.TdClassName
{
border-color: #4D557B;
}
.TagClassName
{
border-color: #4D557B;
}
</style>