Shades of Tax Break #4E666A
Tints of Tax Break #4E666A
RGB
CMYK
RGB Variations
Color information
#4E666A (or 0x4E666A) is known color: Tax Break. HEX triplet: 4E, 66 and 6A. RGB value is (78,102,106). Sum of RGB (Red+Green+Blue) = 78+102+106=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E666A is #B19995. Grayscale: #5F5F5F. Windows color (decimal): -11639190 or 6973006. OLE color: 6973006.
HSL color Cylindrical-coordinate representation of color #4E666A: hue angle of 188.57º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E666A is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 102 | 106 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.58 |
| HSL | 188.57º | 0.15% | 0.36% | - |
| HSV(B) | 188.57º | 0.26% | 0.42% | - |
| XYZ | 10.49 | 12.16 | 15.43 | - |
| YUV | 95.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 106 | 0.26 | 0.04 | 0 | 0.58 | 188.57 | 0.15 | 0.36 |
| Hex | 4E | 66 | 6A | 1A | 4 | 0 | 3A | BD | F | 24 |
| Octal | 116 | 146 | 152 | 32 | 4 | 0 | 72 | 275 | 17 | 44 |
| Binary | 1001110 | 1100110 | 1101010 | 11010 | 100 | 0 | 111010 | 10111101 | 1111 | 100100 |
Color Harmonies of #4E666A
Complementary color
Monochromatic Colors of #4E666A
Black with #4E666A
Text Example
Text Example
White with #4E666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E666A; }
p { color: rgb(78,102,106); }
H1.HeaderClassName
{
color: #4E666A;
}
.AnyTagClassName
{
color: #4E666A;
}
</style>
background-color css
<style>
a { background-color: #4E666A; }
a { background-color: rgb(78,102,106); }
div.DivClassName
{
background-color: #4E666A;
}
.BgClassName
{
background-color: #4E666A;
}
</style>
border-color css
<style>
span { border-color: #4E666A; }
span { border-color: rgb(78,102,106); }
td.TdClassName
{
border-color: #4E666A;
}
.TagClassName
{
border-color: #4E666A;
}
</style>