Shades of Astronaut #4D537B
Tints of Astronaut #4D537B
RGB
CMYK
RGB Variations
Color information
#4D537B (or 0x4D537B) is known color: Astronaut. HEX triplet: 4D, 53 and 7B. RGB value is (77,83,123). Sum of RGB (Red+Green+Blue) = 77+83+123=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D537B is #B2AC84. Grayscale: #555555. Windows color (decimal): -11709573 or 8082253. OLE color: 8082253.
HSL color Cylindrical-coordinate representation of color #4D537B: hue angle of 232.17º 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 #4D537B is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 83 | 123 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.52 |
| HSL | 232.17º | 0.23% | 0.39% | - |
| HSV(B) | 232.17º | 0.37% | 0.48% | - |
| XYZ | 9.73 | 9.19 | 20 | - |
| YUV | 85.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 123 | 0.37 | 0.33 | 0 | 0.52 | 232.17 | 0.23 | 0.39 |
| Hex | 4D | 53 | 7B | 25 | 21 | 0 | 34 | E8 | 17 | 27 |
| Octal | 115 | 123 | 173 | 45 | 41 | 0 | 64 | 350 | 27 | 47 |
| Binary | 1001101 | 1010011 | 1111011 | 100101 | 100001 | 0 | 110100 | 11101000 | 10111 | 100111 |
Color Harmonies of #4D537B
Complementary color
Monochromatic Colors of #4D537B
Black with #4D537B
Text Example
Text Example
White with #4D537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D537B; }
p { color: rgb(77,83,123); }
H1.HeaderClassName
{
color: #4D537B;
}
.AnyTagClassName
{
color: #4D537B;
}
</style>
background-color css
<style>
a { background-color: #4D537B; }
a { background-color: rgb(77,83,123); }
div.DivClassName
{
background-color: #4D537B;
}
.BgClassName
{
background-color: #4D537B;
}
</style>
border-color css
<style>
span { border-color: #4D537B; }
span { border-color: rgb(77,83,123); }
td.TdClassName
{
border-color: #4D537B;
}
.TagClassName
{
border-color: #4D537B;
}
</style>