Shades of Mariner #445996
Tints of Mariner #445996
RGB
CMYK
RGB Variations
Color information
#445996 (or 0x445996) is known color: Mariner. HEX triplet: 44, 59 and 96. RGB value is (68,89,150). Sum of RGB (Red+Green+Blue) = 68+89+150=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #445996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445996 is #BBA669. Grayscale: #595959. Windows color (decimal): -12297834 or 9853252. OLE color: 9853252.
HSL color Cylindrical-coordinate representation of color #445996: hue angle of 224.63º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #445996 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 89 | 150 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.41 |
| HSL | 224.63º | 0.38% | 0.43% | - |
| HSV(B) | 224.63º | 0.55% | 0.59% | - |
| XYZ | 11.46 | 10.58 | 30.29 | - |
| YUV | 89.68 | 162.04 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 89 | 150 | 0.55 | 0.41 | 0 | 0.41 | 224.63 | 0.38 | 0.43 |
| Hex | 44 | 59 | 96 | 37 | 29 | 0 | 29 | E1 | 26 | 2B |
| Octal | 104 | 131 | 226 | 67 | 51 | 0 | 51 | 341 | 46 | 53 |
| Binary | 1000100 | 1011001 | 10010110 | 110111 | 101001 | 0 | 101001 | 11100001 | 100110 | 101011 |
Color Harmonies of #445996
Complementary color
Monochromatic Colors of #445996
Black with #445996
Text Example
Text Example
White with #445996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445996; }
p { color: rgb(68,89,150); }
H1.HeaderClassName
{
color: #445996;
}
.AnyTagClassName
{
color: #445996;
}
</style>
background-color css
<style>
a { background-color: #445996; }
a { background-color: rgb(68,89,150); }
div.DivClassName
{
background-color: #445996;
}
.BgClassName
{
background-color: #445996;
}
</style>
border-color css
<style>
span { border-color: #445996; }
span { border-color: rgb(68,89,150); }
td.TdClassName
{
border-color: #445996;
}
.TagClassName
{
border-color: #445996;
}
</style>