Shades of Mariner #445994
Tints of Mariner #445994
RGB
CMYK
RGB Variations
Color information
#445994 (or 0x445994) is known color: Mariner. HEX triplet: 44, 59 and 94. RGB value is (68,89,148). Sum of RGB (Red+Green+Blue) = 68+89+148=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #445994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445994 is #BBA66B. Grayscale: #595959. Windows color (decimal): -12297836 or 9722180. OLE color: 9722180.
HSL color Cylindrical-coordinate representation of color #445994: hue angle of 224.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #445994 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 89 | 148 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.42 |
| HSL | 224.25º | 0.37% | 0.42% | - |
| HSV(B) | 224.25º | 0.54% | 0.58% | - |
| XYZ | 11.3 | 10.51 | 29.45 | - |
| YUV | 89.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 89 | 148 | 0.54 | 0.40 | 0 | 0.42 | 224.25 | 0.37 | 0.42 |
| Hex | 44 | 59 | 94 | 36 | 28 | 0 | 2A | E0 | 25 | 2A |
| Octal | 104 | 131 | 224 | 66 | 50 | 0 | 52 | 340 | 45 | 52 |
| Binary | 1000100 | 1011001 | 10010100 | 110110 | 101000 | 0 | 101010 | 11100000 | 100101 | 101010 |
Color Harmonies of #445994
Complementary color
Monochromatic Colors of #445994
Black with #445994
Text Example
Text Example
White with #445994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445994; }
p { color: rgb(68,89,148); }
H1.HeaderClassName
{
color: #445994;
}
.AnyTagClassName
{
color: #445994;
}
</style>
background-color css
<style>
a { background-color: #445994; }
a { background-color: rgb(68,89,148); }
div.DivClassName
{
background-color: #445994;
}
.BgClassName
{
background-color: #445994;
}
</style>
border-color css
<style>
span { border-color: #445994; }
span { border-color: rgb(68,89,148); }
td.TdClassName
{
border-color: #445994;
}
.TagClassName
{
border-color: #445994;
}
</style>