Shades of Mariner #445991
Tints of Mariner #445991
RGB
CMYK
RGB Variations
Color information
#445991 (or 0x445991) is known color: Mariner. HEX triplet: 44, 59 and 91. RGB value is (68,89,145). Sum of RGB (Red+Green+Blue) = 68+89+145=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #445991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445991 is #BBA66E. Grayscale: #585858. Windows color (decimal): -12297839 or 9525572. OLE color: 9525572.
HSL color Cylindrical-coordinate representation of color #445991: hue angle of 223.64º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #445991 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 89 | 145 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.43 |
| HSL | 223.64º | 0.36% | 0.42% | - |
| HSV(B) | 223.64º | 0.53% | 0.57% | - |
| XYZ | 11.07 | 10.42 | 28.22 | - |
| YUV | 89.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 89 | 145 | 0.53 | 0.39 | 0 | 0.43 | 223.64 | 0.36 | 0.42 |
| Hex | 44 | 59 | 91 | 35 | 27 | 0 | 2B | E0 | 24 | 2A |
| Octal | 104 | 131 | 221 | 65 | 47 | 0 | 53 | 340 | 44 | 52 |
| Binary | 1000100 | 1011001 | 10010001 | 110101 | 100111 | 0 | 101011 | 11100000 | 100100 | 101010 |
Color Harmonies of #445991
Complementary color
Monochromatic Colors of #445991
Black with #445991
Text Example
Text Example
White with #445991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445991; }
p { color: rgb(68,89,145); }
H1.HeaderClassName
{
color: #445991;
}
.AnyTagClassName
{
color: #445991;
}
</style>
background-color css
<style>
a { background-color: #445991; }
a { background-color: rgb(68,89,145); }
div.DivClassName
{
background-color: #445991;
}
.BgClassName
{
background-color: #445991;
}
</style>
border-color css
<style>
span { border-color: #445991; }
span { border-color: rgb(68,89,145); }
td.TdClassName
{
border-color: #445991;
}
.TagClassName
{
border-color: #445991;
}
</style>