Shades of Tax Break #446C72
Tints of Tax Break #446C72
RGB
CMYK
RGB Variations
Color information
#446C72 (or 0x446C72) is known color: Tax Break. HEX triplet: 44, 6C and 72. RGB value is (68,108,114). Sum of RGB (Red+Green+Blue) = 68+108+114=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #446C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446C72 is #BB938D. Grayscale: #606060. Windows color (decimal): -12293006 or 7498820. OLE color: 7498820.
HSL color Cylindrical-coordinate representation of color #446C72: hue angle of 187.83º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #446C72 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 108 | 114 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.55 |
| HSL | 187.83º | 0.25% | 0.36% | - |
| HSV(B) | 187.83º | 0.4% | 0.45% | - |
| XYZ | 10.78 | 13.17 | 17.89 | - |
| YUV | 96.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 108 | 114 | 0.40 | 0.05 | 0 | 0.55 | 187.83 | 0.25 | 0.36 |
| Hex | 44 | 6C | 72 | 28 | 5 | 0 | 37 | BC | 19 | 24 |
| Octal | 104 | 154 | 162 | 50 | 5 | 0 | 67 | 274 | 31 | 44 |
| Binary | 1000100 | 1101100 | 1110010 | 101000 | 101 | 0 | 110111 | 10111100 | 11001 | 100100 |
Color Harmonies of #446C72
Complementary color
Monochromatic Colors of #446C72
Black with #446C72
Text Example
Text Example
White with #446C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446C72; }
p { color: rgb(68,108,114); }
H1.HeaderClassName
{
color: #446C72;
}
.AnyTagClassName
{
color: #446C72;
}
</style>
background-color css
<style>
a { background-color: #446C72; }
a { background-color: rgb(68,108,114); }
div.DivClassName
{
background-color: #446C72;
}
.BgClassName
{
background-color: #446C72;
}
</style>
border-color css
<style>
span { border-color: #446C72; }
span { border-color: rgb(68,108,114); }
td.TdClassName
{
border-color: #446C72;
}
.TagClassName
{
border-color: #446C72;
}
</style>