Shades of Tax Break #4D6F73
Tints of Tax Break #4D6F73
RGB
CMYK
RGB Variations
Color information
#4D6F73 (or 0x4D6F73) is known color: Tax Break. HEX triplet: 4D, 6F and 73. RGB value is (77,111,115). Sum of RGB (Red+Green+Blue) = 77+111+115=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D6F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6F73 is #B2908C. Grayscale: #656565. Windows color (decimal): -11702413 or 7565133. OLE color: 7565133.
HSL color Cylindrical-coordinate representation of color #4D6F73: hue angle of 186.32º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4D6F73 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 111 | 115 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.55 |
| HSL | 186.32º | 0.2% | 0.38% | - |
| HSV(B) | 186.32º | 0.33% | 0.45% | - |
| XYZ | 11.84 | 14.18 | 18.33 | - |
| YUV | 101.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 111 | 115 | 0.33 | 0.03 | 0 | 0.55 | 186.32 | 0.2 | 0.38 |
| Hex | 4D | 6F | 73 | 21 | 3 | 0 | 37 | BA | 14 | 26 |
| Octal | 115 | 157 | 163 | 41 | 3 | 0 | 67 | 272 | 24 | 46 |
| Binary | 1001101 | 1101111 | 1110011 | 100001 | 11 | 0 | 110111 | 10111010 | 10100 | 100110 |
Color Harmonies of #4D6F73
Complementary color
Monochromatic Colors of #4D6F73
Black with #4D6F73
Text Example
Text Example
White with #4D6F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6F73; }
p { color: rgb(77,111,115); }
H1.HeaderClassName
{
color: #4D6F73;
}
.AnyTagClassName
{
color: #4D6F73;
}
</style>
background-color css
<style>
a { background-color: #4D6F73; }
a { background-color: rgb(77,111,115); }
div.DivClassName
{
background-color: #4D6F73;
}
.BgClassName
{
background-color: #4D6F73;
}
</style>
border-color css
<style>
span { border-color: #4D6F73; }
span { border-color: rgb(77,111,115); }
td.TdClassName
{
border-color: #4D6F73;
}
.TagClassName
{
border-color: #4D6F73;
}
</style>