Shades of Astronaut #4D5678
Tints of Astronaut #4D5678
RGB
CMYK
RGB Variations
Color information
#4D5678 (or 0x4D5678) is known color: Astronaut. HEX triplet: 4D, 56 and 78. RGB value is (77,86,120). Sum of RGB (Red+Green+Blue) = 77+86+120=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D5678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5678 is #B2A987. Grayscale: #575757. Windows color (decimal): -11708808 or 7886413. OLE color: 7886413.
HSL color Cylindrical-coordinate representation of color #4D5678: hue angle of 227.44º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D5678 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 86 | 120 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.53 |
| HSL | 227.44º | 0.22% | 0.39% | - |
| HSV(B) | 227.44º | 0.36% | 0.47% | - |
| XYZ | 9.78 | 9.59 | 19.1 | - |
| YUV | 87.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 120 | 0.36 | 0.28 | 0 | 0.53 | 227.44 | 0.22 | 0.39 |
| Hex | 4D | 56 | 78 | 24 | 1C | 0 | 35 | E3 | 16 | 27 |
| Octal | 115 | 126 | 170 | 44 | 34 | 0 | 65 | 343 | 26 | 47 |
| Binary | 1001101 | 1010110 | 1111000 | 100100 | 11100 | 0 | 110101 | 11100011 | 10110 | 100111 |
Color Harmonies of #4D5678
Complementary color
Monochromatic Colors of #4D5678
Black with #4D5678
Text Example
Text Example
White with #4D5678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5678; }
p { color: rgb(77,86,120); }
H1.HeaderClassName
{
color: #4D5678;
}
.AnyTagClassName
{
color: #4D5678;
}
</style>
background-color css
<style>
a { background-color: #4D5678; }
a { background-color: rgb(77,86,120); }
div.DivClassName
{
background-color: #4D5678;
}
.BgClassName
{
background-color: #4D5678;
}
</style>
border-color css
<style>
span { border-color: #4D5678; }
span { border-color: rgb(77,86,120); }
td.TdClassName
{
border-color: #4D5678;
}
.TagClassName
{
border-color: #4D5678;
}
</style>