Shades of Tax Break #4D6870
Tints of Tax Break #4D6870
RGB
CMYK
RGB Variations
Color information
#4D6870 (or 0x4D6870) is known color: Tax Break. HEX triplet: 4D, 68 and 70. RGB value is (77,104,112). Sum of RGB (Red+Green+Blue) = 77+104+112=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D6870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6870 is #B2978F. Grayscale: #606060. Windows color (decimal): -11704208 or 7366733. OLE color: 7366733.
HSL color Cylindrical-coordinate representation of color #4D6870: hue angle of 193.71º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D6870 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 104 | 112 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.56 |
| HSL | 193.71º | 0.19% | 0.37% | - |
| HSV(B) | 193.71º | 0.31% | 0.44% | - |
| XYZ | 10.94 | 12.65 | 17.19 | - |
| YUV | 96.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 112 | 0.31 | 0.07 | 0 | 0.56 | 193.71 | 0.19 | 0.37 |
| Hex | 4D | 68 | 70 | 1F | 7 | 0 | 38 | C2 | 13 | 25 |
| Octal | 115 | 150 | 160 | 37 | 7 | 0 | 70 | 302 | 23 | 45 |
| Binary | 1001101 | 1101000 | 1110000 | 11111 | 111 | 0 | 111000 | 11000010 | 10011 | 100101 |
Color Harmonies of #4D6870
Complementary color
Monochromatic Colors of #4D6870
Black with #4D6870
Text Example
Text Example
White with #4D6870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6870; }
p { color: rgb(77,104,112); }
H1.HeaderClassName
{
color: #4D6870;
}
.AnyTagClassName
{
color: #4D6870;
}
</style>
background-color css
<style>
a { background-color: #4D6870; }
a { background-color: rgb(77,104,112); }
div.DivClassName
{
background-color: #4D6870;
}
.BgClassName
{
background-color: #4D6870;
}
</style>
border-color css
<style>
span { border-color: #4D6870; }
span { border-color: rgb(77,104,112); }
td.TdClassName
{
border-color: #4D6870;
}
.TagClassName
{
border-color: #4D6870;
}
</style>