Shades of Tax Break #4A6C6D
Tints of Tax Break #4A6C6D
RGB
CMYK
RGB Variations
Color information
#4A6C6D (or 0x4A6C6D) is known color: Tax Break. HEX triplet: 4A, 6C and 6D. RGB value is (74,108,109). Sum of RGB (Red+Green+Blue) = 74+108+109=291 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.43% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A6C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6C6D is #B59392. Grayscale: #616161. Windows color (decimal): -11899795 or 7171146. OLE color: 7171146.
HSL color Cylindrical-coordinate representation of color #4A6C6D: hue angle of 181.71º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A6C6D is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 108 | 109 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.57 |
| HSL | 181.71º | 0.19% | 0.36% | - |
| HSV(B) | 181.71º | 0.32% | 0.43% | - |
| XYZ | 10.95 | 13.29 | 16.46 | - |
| YUV | 97.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 108 | 109 | 0.32 | 0.01 | 0 | 0.57 | 181.71 | 0.19 | 0.36 |
| Hex | 4A | 6C | 6D | 20 | 1 | 0 | 39 | B6 | 13 | 24 |
| Octal | 112 | 154 | 155 | 40 | 1 | 0 | 71 | 266 | 23 | 44 |
| Binary | 1001010 | 1101100 | 1101101 | 100000 | 1 | 0 | 111001 | 10110110 | 10011 | 100100 |
Color Harmonies of #4A6C6D
Complementary color
Monochromatic Colors of #4A6C6D
Black with #4A6C6D
Text Example
Text Example
White with #4A6C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6C6D; }
p { color: rgb(74,108,109); }
H1.HeaderClassName
{
color: #4A6C6D;
}
.AnyTagClassName
{
color: #4A6C6D;
}
</style>
background-color css
<style>
a { background-color: #4A6C6D; }
a { background-color: rgb(74,108,109); }
div.DivClassName
{
background-color: #4A6C6D;
}
.BgClassName
{
background-color: #4A6C6D;
}
</style>
border-color css
<style>
span { border-color: #4A6C6D; }
span { border-color: rgb(74,108,109); }
td.TdClassName
{
border-color: #4A6C6D;
}
.TagClassName
{
border-color: #4A6C6D;
}
</style>