Shades of Tax Break #42666F
Tints of Tax Break #42666F
RGB
CMYK
RGB Variations
Color information
#42666F (or 0x42666F) is known color: Tax Break. HEX triplet: 42, 66 and 6F. RGB value is (66,102,111). Sum of RGB (Red+Green+Blue) = 66+102+111=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 111 - color contains mainly: blue. Hex color #42666F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42666F is #BD9990. Grayscale: #5C5C5C. Windows color (decimal): -12425617 or 7300674. OLE color: 7300674.
HSL color Cylindrical-coordinate representation of color #42666F: hue angle of 192º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42666F is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 102 | 111 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.56 |
| HSL | 192º | 0.25% | 0.35% | - |
| HSV(B) | 192º | 0.41% | 0.44% | - |
| XYZ | 9.87 | 11.81 | 16.8 | - |
| YUV | 92.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 102 | 111 | 0.41 | 0.08 | 0 | 0.56 | 192 | 0.25 | 0.35 |
| Hex | 42 | 66 | 6F | 29 | 8 | 0 | 38 | C0 | 19 | 23 |
| Octal | 102 | 146 | 157 | 51 | 10 | 0 | 70 | 300 | 31 | 43 |
| Binary | 1000010 | 1100110 | 1101111 | 101001 | 1000 | 0 | 111000 | 11000000 | 11001 | 100011 |
Color Harmonies of #42666F
Complementary color
Monochromatic Colors of #42666F
Black with #42666F
Text Example
Text Example
White with #42666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42666F; }
p { color: rgb(66,102,111); }
H1.HeaderClassName
{
color: #42666F;
}
.AnyTagClassName
{
color: #42666F;
}
</style>
background-color css
<style>
a { background-color: #42666F; }
a { background-color: rgb(66,102,111); }
div.DivClassName
{
background-color: #42666F;
}
.BgClassName
{
background-color: #42666F;
}
</style>
border-color css
<style>
span { border-color: #42666F; }
span { border-color: rgb(66,102,111); }
td.TdClassName
{
border-color: #42666F;
}
.TagClassName
{
border-color: #42666F;
}
</style>