Shades of William #4D7270
Tints of William #4D7270
RGB
CMYK
RGB Variations
Color information
#4D7270 (or 0x4D7270) is known color: William. HEX triplet: 4D, 72 and 70. RGB value is (77,114,112). Sum of RGB (Red+Green+Blue) = 77+114+112=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #4D7270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7270 is #B28D8F. Grayscale: #666666. Windows color (decimal): -11701648 or 7369293. OLE color: 7369293.
HSL color Cylindrical-coordinate representation of color #4D7270: hue angle of 176.76º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D7270 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 112 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.55 |
| HSL | 176.76º | 0.19% | 0.37% | - |
| HSV(B) | 176.76º | 0.32% | 0.45% | - |
| XYZ | 12 | 14.78 | 17.55 | - |
| YUV | 102.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 112 | 0.32 | 0 | 0.02 | 0.55 | 176.76 | 0.19 | 0.37 |
| Hex | 4D | 72 | 70 | 20 | 0 | 2 | 37 | B1 | 13 | 25 |
| Octal | 115 | 162 | 160 | 40 | 0 | 2 | 67 | 261 | 23 | 45 |
| Binary | 1001101 | 1110010 | 1110000 | 100000 | 0 | 10 | 110111 | 10110001 | 10011 | 100101 |
Color Harmonies of #4D7270
Complementary color
Monochromatic Colors of #4D7270
Black with #4D7270
Text Example
Text Example
White with #4D7270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7270; }
p { color: rgb(77,114,112); }
H1.HeaderClassName
{
color: #4D7270;
}
.AnyTagClassName
{
color: #4D7270;
}
</style>
background-color css
<style>
a { background-color: #4D7270; }
a { background-color: rgb(77,114,112); }
div.DivClassName
{
background-color: #4D7270;
}
.BgClassName
{
background-color: #4D7270;
}
</style>
border-color css
<style>
span { border-color: #4D7270; }
span { border-color: rgb(77,114,112); }
td.TdClassName
{
border-color: #4D7270;
}
.TagClassName
{
border-color: #4D7270;
}
</style>