Shades of Tax Break #42646A
Tints of Tax Break #42646A
RGB
CMYK
RGB Variations
Color information
#42646A (or 0x42646A) is known color: Tax Break. HEX triplet: 42, 64 and 6A. RGB value is (66,100,106). Sum of RGB (Red+Green+Blue) = 66+100+106=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 106 - color contains mainly: blue. Hex color #42646A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42646A is #BD9B95. Grayscale: #5A5A5A. Windows color (decimal): -12426134 or 6972482. OLE color: 6972482.
HSL color Cylindrical-coordinate representation of color #42646A: hue angle of 189º 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 #42646A is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 100 | 106 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.58 |
| HSL | 189º | 0.23% | 0.34% | - |
| HSV(B) | 189º | 0.38% | 0.42% | - |
| XYZ | 9.41 | 11.31 | 15.32 | - |
| YUV | 90.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 106 | 0.38 | 0.06 | 0 | 0.58 | 189 | 0.23 | 0.34 |
| Hex | 42 | 64 | 6A | 26 | 6 | 0 | 3A | BD | 17 | 22 |
| Octal | 102 | 144 | 152 | 46 | 6 | 0 | 72 | 275 | 27 | 42 |
| Binary | 1000010 | 1100100 | 1101010 | 100110 | 110 | 0 | 111010 | 10111101 | 10111 | 100010 |
Color Harmonies of #42646A
Complementary color
Monochromatic Colors of #42646A
Black with #42646A
Text Example
Text Example
White with #42646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42646A; }
p { color: rgb(66,100,106); }
H1.HeaderClassName
{
color: #42646A;
}
.AnyTagClassName
{
color: #42646A;
}
</style>
background-color css
<style>
a { background-color: #42646A; }
a { background-color: rgb(66,100,106); }
div.DivClassName
{
background-color: #42646A;
}
.BgClassName
{
background-color: #42646A;
}
</style>
border-color css
<style>
span { border-color: #42646A; }
span { border-color: rgb(66,100,106); }
td.TdClassName
{
border-color: #42646A;
}
.TagClassName
{
border-color: #42646A;
}
</style>