Shades of Mariner #445992
Tints of Mariner #445992
RGB
CMYK
RGB Variations
Color information
#445992 (or 0x445992) is known color: Mariner. HEX triplet: 44, 59 and 92. RGB value is (68,89,146). Sum of RGB (Red+Green+Blue) = 68+89+146=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #445992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445992 is #BBA66D. Grayscale: #585858. Windows color (decimal): -12297838 or 9591108. OLE color: 9591108.
HSL color Cylindrical-coordinate representation of color #445992: hue angle of 223.85º 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 #445992 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 89 | 146 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.43 |
| HSL | 223.85º | 0.36% | 0.42% | - |
| HSV(B) | 223.85º | 0.53% | 0.57% | - |
| XYZ | 11.14 | 10.45 | 28.62 | - |
| YUV | 89.22 | 160.04 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 89 | 146 | 0.53 | 0.39 | 0 | 0.43 | 223.85 | 0.36 | 0.42 |
| Hex | 44 | 59 | 92 | 35 | 27 | 0 | 2B | E0 | 24 | 2A |
| Octal | 104 | 131 | 222 | 65 | 47 | 0 | 53 | 340 | 44 | 52 |
| Binary | 1000100 | 1011001 | 10010010 | 110101 | 100111 | 0 | 101011 | 11100000 | 100100 | 101010 |
Color Harmonies of #445992
Complementary color
Monochromatic Colors of #445992
Black with #445992
Text Example
Text Example
White with #445992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445992; }
p { color: rgb(68,89,146); }
H1.HeaderClassName
{
color: #445992;
}
.AnyTagClassName
{
color: #445992;
}
</style>
background-color css
<style>
a { background-color: #445992; }
a { background-color: rgb(68,89,146); }
div.DivClassName
{
background-color: #445992;
}
.BgClassName
{
background-color: #445992;
}
</style>
border-color css
<style>
span { border-color: #445992; }
span { border-color: rgb(68,89,146); }
td.TdClassName
{
border-color: #445992;
}
.TagClassName
{
border-color: #445992;
}
</style>