Shades of William #4E6F70
Tints of William #4E6F70
RGB
CMYK
RGB Variations
Color information
#4E6F70 (or 0x4E6F70) is known color: William. HEX triplet: 4E, 6F and 70. RGB value is (78,111,112). Sum of RGB (Red+Green+Blue) = 78+111+112=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E6F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6F70 is #B1908F. Grayscale: #656565. Windows color (decimal): -11636880 or 7368526. OLE color: 7368526.
HSL color Cylindrical-coordinate representation of color #4E6F70: hue angle of 181.76º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E6F70 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 111 | 112 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.56 |
| HSL | 181.76º | 0.18% | 0.37% | - |
| HSV(B) | 181.76º | 0.3% | 0.44% | - |
| XYZ | 11.75 | 14.16 | 17.44 | - |
| YUV | 101.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 111 | 112 | 0.30 | 0.01 | 0 | 0.56 | 181.76 | 0.18 | 0.37 |
| Hex | 4E | 6F | 70 | 1E | 1 | 0 | 38 | B6 | 12 | 25 |
| Octal | 116 | 157 | 160 | 36 | 1 | 0 | 70 | 266 | 22 | 45 |
| Binary | 1001110 | 1101111 | 1110000 | 11110 | 1 | 0 | 111000 | 10110110 | 10010 | 100101 |
Color Harmonies of #4E6F70
Complementary color
Monochromatic Colors of #4E6F70
Black with #4E6F70
Text Example
Text Example
White with #4E6F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6F70; }
p { color: rgb(78,111,112); }
H1.HeaderClassName
{
color: #4E6F70;
}
.AnyTagClassName
{
color: #4E6F70;
}
</style>
background-color css
<style>
a { background-color: #4E6F70; }
a { background-color: rgb(78,111,112); }
div.DivClassName
{
background-color: #4E6F70;
}
.BgClassName
{
background-color: #4E6F70;
}
</style>
border-color css
<style>
span { border-color: #4E6F70; }
span { border-color: rgb(78,111,112); }
td.TdClassName
{
border-color: #4E6F70;
}
.TagClassName
{
border-color: #4E6F70;
}
</style>