Shades of Tax Break #4A6B6D
Tints of Tax Break #4A6B6D
RGB
CMYK
RGB Variations
Color information
#4A6B6D (or 0x4A6B6D) is known color: Tax Break. HEX triplet: 4A, 6B and 6D. RGB value is (74,107,109). Sum of RGB (Red+Green+Blue) = 74+107+109=290 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.52% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A6B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6B6D is #B59492. Grayscale: #616161. Windows color (decimal): -11900051 or 7170890. OLE color: 7170890.
HSL color Cylindrical-coordinate representation of color #4A6B6D: hue angle of 183.43º 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 #4A6B6D is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 107 | 109 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.57 |
| HSL | 183.43º | 0.19% | 0.36% | - |
| HSV(B) | 183.43º | 0.32% | 0.43% | - |
| XYZ | 10.84 | 13.08 | 16.42 | - |
| YUV | 97.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 107 | 109 | 0.32 | 0.02 | 0 | 0.57 | 183.43 | 0.19 | 0.36 |
| Hex | 4A | 6B | 6D | 20 | 2 | 0 | 39 | B7 | 13 | 24 |
| Octal | 112 | 153 | 155 | 40 | 2 | 0 | 71 | 267 | 23 | 44 |
| Binary | 1001010 | 1101011 | 1101101 | 100000 | 10 | 0 | 111001 | 10110111 | 10011 | 100100 |
Color Harmonies of #4A6B6D
Complementary color
Monochromatic Colors of #4A6B6D
Black with #4A6B6D
Text Example
Text Example
White with #4A6B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6B6D; }
p { color: rgb(74,107,109); }
H1.HeaderClassName
{
color: #4A6B6D;
}
.AnyTagClassName
{
color: #4A6B6D;
}
</style>
background-color css
<style>
a { background-color: #4A6B6D; }
a { background-color: rgb(74,107,109); }
div.DivClassName
{
background-color: #4A6B6D;
}
.BgClassName
{
background-color: #4A6B6D;
}
</style>
border-color css
<style>
span { border-color: #4A6B6D; }
span { border-color: rgb(74,107,109); }
td.TdClassName
{
border-color: #4A6B6D;
}
.TagClassName
{
border-color: #4A6B6D;
}
</style>