Shades of William #4E6968
Tints of William #4E6968
RGB
CMYK
RGB Variations
Color information
#4E6968 (or 0x4E6968) is known color: William. HEX triplet: 4E, 69 and 68. RGB value is (78,105,104). Sum of RGB (Red+Green+Blue) = 78+105+104=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 105 - color contains mainly: green. Hex color #4E6968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6968 is #B19697. Grayscale: #606060. Windows color (decimal): -11638424 or 6842702. OLE color: 6842702.
HSL color Cylindrical-coordinate representation of color #4E6968: hue angle of 177.78º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E6968 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 105 | 104 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.59 |
| HSL | 177.78º | 0.15% | 0.36% | - |
| HSV(B) | 177.78º | 0.26% | 0.41% | - |
| XYZ | 10.69 | 12.72 | 14.99 | - |
| YUV | 96.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 105 | 104 | 0.26 | 0 | 0.01 | 0.59 | 177.78 | 0.15 | 0.36 |
| Hex | 4E | 69 | 68 | 1A | 0 | 1 | 3B | B2 | F | 24 |
| Octal | 116 | 151 | 150 | 32 | 0 | 1 | 73 | 262 | 17 | 44 |
| Binary | 1001110 | 1101001 | 1101000 | 11010 | 0 | 1 | 111011 | 10110010 | 1111 | 100100 |
Color Harmonies of #4E6968
Complementary color
Monochromatic Colors of #4E6968
Black with #4E6968
Text Example
Text Example
White with #4E6968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6968; }
p { color: rgb(78,105,104); }
H1.HeaderClassName
{
color: #4E6968;
}
.AnyTagClassName
{
color: #4E6968;
}
</style>
background-color css
<style>
a { background-color: #4E6968; }
a { background-color: rgb(78,105,104); }
div.DivClassName
{
background-color: #4E6968;
}
.BgClassName
{
background-color: #4E6968;
}
</style>
border-color css
<style>
span { border-color: #4E6968; }
span { border-color: rgb(78,105,104); }
td.TdClassName
{
border-color: #4E6968;
}
.TagClassName
{
border-color: #4E6968;
}
</style>