Shades of Tax Break #42696A
Tints of Tax Break #42696A
RGB
CMYK
RGB Variations
Color information
#42696A (or 0x42696A) is known color: Tax Break. HEX triplet: 42, 69 and 6A. RGB value is (66,105,106). Sum of RGB (Red+Green+Blue) = 66+105+106=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 106 - color contains mainly: blue. Hex color #42696A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42696A is #BD9695. Grayscale: #5D5D5D. Windows color (decimal): -12424854 or 6973762. OLE color: 6973762.
HSL color Cylindrical-coordinate representation of color #42696A: hue angle of 181.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42696A is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 105 | 106 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.58 |
| HSL | 181.5º | 0.23% | 0.34% | - |
| HSV(B) | 181.5º | 0.38% | 0.42% | - |
| XYZ | 9.9 | 12.3 | 15.49 | - |
| YUV | 93.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 105 | 106 | 0.38 | 0.01 | 0 | 0.58 | 181.5 | 0.23 | 0.34 |
| Hex | 42 | 69 | 6A | 26 | 1 | 0 | 3A | B6 | 17 | 22 |
| Octal | 102 | 151 | 152 | 46 | 1 | 0 | 72 | 266 | 27 | 42 |
| Binary | 1000010 | 1101001 | 1101010 | 100110 | 1 | 0 | 111010 | 10110110 | 10111 | 100010 |
Color Harmonies of #42696A
Complementary color
Monochromatic Colors of #42696A
Black with #42696A
Text Example
Text Example
White with #42696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42696A; }
p { color: rgb(66,105,106); }
H1.HeaderClassName
{
color: #42696A;
}
.AnyTagClassName
{
color: #42696A;
}
</style>
background-color css
<style>
a { background-color: #42696A; }
a { background-color: rgb(66,105,106); }
div.DivClassName
{
background-color: #42696A;
}
.BgClassName
{
background-color: #42696A;
}
</style>
border-color css
<style>
span { border-color: #42696A; }
span { border-color: rgb(66,105,106); }
td.TdClassName
{
border-color: #42696A;
}
.TagClassName
{
border-color: #42696A;
}
</style>