Shades of Tax Break #4C6B6D
Tints of Tax Break #4C6B6D
RGB
CMYK
RGB Variations
Color information
#4C6B6D (or 0x4C6B6D) is known color: Tax Break. HEX triplet: 4C, 6B and 6D. RGB value is (76,107,109). Sum of RGB (Red+Green+Blue) = 76+107+109=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C6B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6B6D is #B39492. Grayscale: #616161. Windows color (decimal): -11768979 or 7170892. OLE color: 7170892.
HSL color Cylindrical-coordinate representation of color #4C6B6D: hue angle of 183.64º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C6B6D is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 107 | 109 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.57 |
| HSL | 183.64º | 0.18% | 0.36% | - |
| HSV(B) | 183.64º | 0.3% | 0.43% | - |
| XYZ | 11 | 13.16 | 16.43 | - |
| YUV | 97.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 107 | 109 | 0.30 | 0.02 | 0 | 0.57 | 183.64 | 0.18 | 0.36 |
| Hex | 4C | 6B | 6D | 1E | 2 | 0 | 39 | B8 | 12 | 24 |
| Octal | 114 | 153 | 155 | 36 | 2 | 0 | 71 | 270 | 22 | 44 |
| Binary | 1001100 | 1101011 | 1101101 | 11110 | 10 | 0 | 111001 | 10111000 | 10010 | 100100 |
Color Harmonies of #4C6B6D
Complementary color
Monochromatic Colors of #4C6B6D
Black with #4C6B6D
Text Example
Text Example
White with #4C6B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6B6D; }
p { color: rgb(76,107,109); }
H1.HeaderClassName
{
color: #4C6B6D;
}
.AnyTagClassName
{
color: #4C6B6D;
}
</style>
background-color css
<style>
a { background-color: #4C6B6D; }
a { background-color: rgb(76,107,109); }
div.DivClassName
{
background-color: #4C6B6D;
}
.BgClassName
{
background-color: #4C6B6D;
}
</style>
border-color css
<style>
span { border-color: #4C6B6D; }
span { border-color: rgb(76,107,109); }
td.TdClassName
{
border-color: #4C6B6D;
}
.TagClassName
{
border-color: #4C6B6D;
}
</style>