Shades of Tax Break #4E686B
Tints of Tax Break #4E686B
RGB
CMYK
RGB Variations
Color information
#4E686B (or 0x4E686B) is known color: Tax Break. HEX triplet: 4E, 68 and 6B. RGB value is (78,104,107). Sum of RGB (Red+Green+Blue) = 78+104+107=289 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.99% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E686B is #B19794. Grayscale: #606060. Windows color (decimal): -11638677 or 7039054. OLE color: 7039054.
HSL color Cylindrical-coordinate representation of color #4E686B: hue angle of 186.21º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E686B is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 104 | 107 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.58 |
| HSL | 186.21º | 0.16% | 0.36% | - |
| HSV(B) | 186.21º | 0.27% | 0.42% | - |
| XYZ | 10.75 | 12.58 | 15.77 | - |
| YUV | 96.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 107 | 0.27 | 0.03 | 0 | 0.58 | 186.21 | 0.16 | 0.36 |
| Hex | 4E | 68 | 6B | 1B | 3 | 0 | 3A | BA | 10 | 24 |
| Octal | 116 | 150 | 153 | 33 | 3 | 0 | 72 | 272 | 20 | 44 |
| Binary | 1001110 | 1101000 | 1101011 | 11011 | 11 | 0 | 111010 | 10111010 | 10000 | 100100 |
Color Harmonies of #4E686B
Complementary color
Monochromatic Colors of #4E686B
Black with #4E686B
Text Example
Text Example
White with #4E686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E686B; }
p { color: rgb(78,104,107); }
H1.HeaderClassName
{
color: #4E686B;
}
.AnyTagClassName
{
color: #4E686B;
}
</style>
background-color css
<style>
a { background-color: #4E686B; }
a { background-color: rgb(78,104,107); }
div.DivClassName
{
background-color: #4E686B;
}
.BgClassName
{
background-color: #4E686B;
}
</style>
border-color css
<style>
span { border-color: #4E686B; }
span { border-color: rgb(78,104,107); }
td.TdClassName
{
border-color: #4E686B;
}
.TagClassName
{
border-color: #4E686B;
}
</style>