Shades of Tax Break #426A72
Tints of Tax Break #426A72
RGB
CMYK
RGB Variations
Color information
#426A72 (or 0x426A72) is known color: Tax Break. HEX triplet: 42, 6A and 72. RGB value is (66,106,114). Sum of RGB (Red+Green+Blue) = 66+106+114=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 114 - color contains mainly: blue. Hex color #426A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426A72 is #BD958D. Grayscale: #5E5E5E. Windows color (decimal): -12424590 or 7498306. OLE color: 7498306.
HSL color Cylindrical-coordinate representation of color #426A72: hue angle of 190º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #426A72 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 106 | 114 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.55 |
| HSL | 190º | 0.27% | 0.35% | - |
| HSV(B) | 190º | 0.42% | 0.45% | - |
| XYZ | 10.44 | 12.68 | 17.82 | - |
| YUV | 94.95 | 138.75 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 106 | 114 | 0.42 | 0.07 | 0 | 0.55 | 190 | 0.27 | 0.35 |
| Hex | 42 | 6A | 72 | 2A | 7 | 0 | 37 | BE | 1B | 23 |
| Octal | 102 | 152 | 162 | 52 | 7 | 0 | 67 | 276 | 33 | 43 |
| Binary | 1000010 | 1101010 | 1110010 | 101010 | 111 | 0 | 110111 | 10111110 | 11011 | 100011 |
Color Harmonies of #426A72
Complementary color
Monochromatic Colors of #426A72
Black with #426A72
Text Example
Text Example
White with #426A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426A72; }
p { color: rgb(66,106,114); }
H1.HeaderClassName
{
color: #426A72;
}
.AnyTagClassName
{
color: #426A72;
}
</style>
background-color css
<style>
a { background-color: #426A72; }
a { background-color: rgb(66,106,114); }
div.DivClassName
{
background-color: #426A72;
}
.BgClassName
{
background-color: #426A72;
}
</style>
border-color css
<style>
span { border-color: #426A72; }
span { border-color: rgb(66,106,114); }
td.TdClassName
{
border-color: #426A72;
}
.TagClassName
{
border-color: #426A72;
}
</style>