Shades of William #4D7470
Tints of William #4D7470
RGB
CMYK
RGB Variations
Color information
#4D7470 (or 0x4D7470) is known color: William. HEX triplet: 4D, 74 and 70. RGB value is (77,116,112). Sum of RGB (Red+Green+Blue) = 77+116+112=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 116 - color contains mainly: green. Hex color #4D7470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7470 is #B28B8F. Grayscale: #676767. Windows color (decimal): -11701136 or 7369805. OLE color: 7369805.
HSL color Cylindrical-coordinate representation of color #4D7470: hue angle of 173.85º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D7470 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 116 | 112 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.55 |
| HSL | 173.85º | 0.2% | 0.38% | - |
| HSV(B) | 173.85º | 0.34% | 0.45% | - |
| XYZ | 12.23 | 15.24 | 17.63 | - |
| YUV | 103.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 112 | 0.34 | 0 | 0.03 | 0.55 | 173.85 | 0.2 | 0.38 |
| Hex | 4D | 74 | 70 | 22 | 0 | 3 | 37 | AE | 14 | 26 |
| Octal | 115 | 164 | 160 | 42 | 0 | 3 | 67 | 256 | 24 | 46 |
| Binary | 1001101 | 1110100 | 1110000 | 100010 | 0 | 11 | 110111 | 10101110 | 10100 | 100110 |
Color Harmonies of #4D7470
Complementary color
Monochromatic Colors of #4D7470
Black with #4D7470
Text Example
Text Example
White with #4D7470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7470; }
p { color: rgb(77,116,112); }
H1.HeaderClassName
{
color: #4D7470;
}
.AnyTagClassName
{
color: #4D7470;
}
</style>
background-color css
<style>
a { background-color: #4D7470; }
a { background-color: rgb(77,116,112); }
div.DivClassName
{
background-color: #4D7470;
}
.BgClassName
{
background-color: #4D7470;
}
</style>
border-color css
<style>
span { border-color: #4D7470; }
span { border-color: rgb(77,116,112); }
td.TdClassName
{
border-color: #4D7470;
}
.TagClassName
{
border-color: #4D7470;
}
</style>