Shades of Tax Break #4E666B
Tints of Tax Break #4E666B
RGB
CMYK
RGB Variations
Color information
#4E666B (or 0x4E666B) is known color: Tax Break. HEX triplet: 4E, 66 and 6B. RGB value is (78,102,107). Sum of RGB (Red+Green+Blue) = 78+102+107=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E666B is #B19994. Grayscale: #5F5F5F. Windows color (decimal): -11639189 or 7038542. OLE color: 7038542.
HSL color Cylindrical-coordinate representation of color #4E666B: hue angle of 190.34º 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 #4E666B is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 102 | 107 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.58 |
| HSL | 190.34º | 0.16% | 0.36% | - |
| HSV(B) | 190.34º | 0.27% | 0.42% | - |
| XYZ | 10.55 | 12.18 | 15.71 | - |
| YUV | 95.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 107 | 0.27 | 0.05 | 0 | 0.58 | 190.34 | 0.16 | 0.36 |
| Hex | 4E | 66 | 6B | 1B | 5 | 0 | 3A | BE | 10 | 24 |
| Octal | 116 | 146 | 153 | 33 | 5 | 0 | 72 | 276 | 20 | 44 |
| Binary | 1001110 | 1100110 | 1101011 | 11011 | 101 | 0 | 111010 | 10111110 | 10000 | 100100 |
Color Harmonies of #4E666B
Complementary color
Monochromatic Colors of #4E666B
Black with #4E666B
Text Example
Text Example
White with #4E666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E666B; }
p { color: rgb(78,102,107); }
H1.HeaderClassName
{
color: #4E666B;
}
.AnyTagClassName
{
color: #4E666B;
}
</style>
background-color css
<style>
a { background-color: #4E666B; }
a { background-color: rgb(78,102,107); }
div.DivClassName
{
background-color: #4E666B;
}
.BgClassName
{
background-color: #4E666B;
}
</style>
border-color css
<style>
span { border-color: #4E666B; }
span { border-color: rgb(78,102,107); }
td.TdClassName
{
border-color: #4E666B;
}
.TagClassName
{
border-color: #4E666B;
}
</style>