Shades of Tax Break #446A6D
Tints of Tax Break #446A6D
RGB
CMYK
RGB Variations
Color information
#446A6D (or 0x446A6D) is known color: Tax Break. HEX triplet: 44, 6A and 6D. RGB value is (68,106,109). Sum of RGB (Red+Green+Blue) = 68+106+109=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #446A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446A6D is #BB9592. Grayscale: #5E5E5E. Windows color (decimal): -12293523 or 7170628. OLE color: 7170628.
HSL color Cylindrical-coordinate representation of color #446A6D: hue angle of 184.39º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #446A6D is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 106 | 109 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.57 |
| HSL | 184.39º | 0.23% | 0.35% | - |
| HSV(B) | 184.39º | 0.38% | 0.43% | - |
| XYZ | 10.3 | 12.64 | 16.37 | - |
| YUV | 94.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 106 | 109 | 0.38 | 0.03 | 0 | 0.57 | 184.39 | 0.23 | 0.35 |
| Hex | 44 | 6A | 6D | 26 | 3 | 0 | 39 | B8 | 17 | 23 |
| Octal | 104 | 152 | 155 | 46 | 3 | 0 | 71 | 270 | 27 | 43 |
| Binary | 1000100 | 1101010 | 1101101 | 100110 | 11 | 0 | 111001 | 10111000 | 10111 | 100011 |
Color Harmonies of #446A6D
Complementary color
Monochromatic Colors of #446A6D
Black with #446A6D
Text Example
Text Example
White with #446A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446A6D; }
p { color: rgb(68,106,109); }
H1.HeaderClassName
{
color: #446A6D;
}
.AnyTagClassName
{
color: #446A6D;
}
</style>
background-color css
<style>
a { background-color: #446A6D; }
a { background-color: rgb(68,106,109); }
div.DivClassName
{
background-color: #446A6D;
}
.BgClassName
{
background-color: #446A6D;
}
</style>
border-color css
<style>
span { border-color: #446A6D; }
span { border-color: rgb(68,106,109); }
td.TdClassName
{
border-color: #446A6D;
}
.TagClassName
{
border-color: #446A6D;
}
</style>