Shades of Tax Break #42696E
Tints of Tax Break #42696E
RGB
CMYK
RGB Variations
Color information
#42696E (or 0x42696E) is known color: Tax Break. HEX triplet: 42, 69 and 6E. RGB value is (66,105,110). Sum of RGB (Red+Green+Blue) = 66+105+110=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 110 - color contains mainly: blue. Hex color #42696E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42696E is #BD9691. Grayscale: #5D5D5D. Windows color (decimal): -12424850 or 7235906. OLE color: 7235906.
HSL color Cylindrical-coordinate representation of color #42696E: hue angle of 186.82º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42696E is Cyan = 0.4, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 105 | 110 | - |
| CMYK | 0.4 | 0.05 | 0 | 0.57 |
| HSL | 186.82º | 0.25% | 0.35% | - |
| HSV(B) | 186.82º | 0.4% | 0.43% | - |
| XYZ | 10.11 | 12.39 | 16.61 | - |
| YUV | 93.91 | 137.08 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 105 | 110 | 0.4 | 0.05 | 0 | 0.57 | 186.82 | 0.25 | 0.35 |
| Hex | 42 | 69 | 6E | 28 | 5 | 0 | 39 | BB | 19 | 23 |
| Octal | 102 | 151 | 156 | 50 | 5 | 0 | 71 | 273 | 31 | 43 |
| Binary | 1000010 | 1101001 | 1101110 | 101000 | 101 | 0 | 111001 | 10111011 | 11001 | 100011 |
Color Harmonies of #42696E
Complementary color
Monochromatic Colors of #42696E
Black with #42696E
Text Example
Text Example
White with #42696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42696E; }
p { color: rgb(66,105,110); }
H1.HeaderClassName
{
color: #42696E;
}
.AnyTagClassName
{
color: #42696E;
}
</style>
background-color css
<style>
a { background-color: #42696E; }
a { background-color: rgb(66,105,110); }
div.DivClassName
{
background-color: #42696E;
}
.BgClassName
{
background-color: #42696E;
}
</style>
border-color css
<style>
span { border-color: #42696E; }
span { border-color: rgb(66,105,110); }
td.TdClassName
{
border-color: #42696E;
}
.TagClassName
{
border-color: #42696E;
}
</style>