Shades of Mariner #445993
Tints of Mariner #445993
RGB
CMYK
RGB Variations
Color information
#445993 (or 0x445993) is known color: Mariner. HEX triplet: 44, 59 and 93. RGB value is (68,89,147). Sum of RGB (Red+Green+Blue) = 68+89+147=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #445993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445993 is #BBA66C. Grayscale: #595959. Windows color (decimal): -12297837 or 9656644. OLE color: 9656644.
HSL color Cylindrical-coordinate representation of color #445993: hue angle of 224.05º 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 #445993 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 89 | 147 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.42 |
| HSL | 224.05º | 0.37% | 0.42% | - |
| HSV(B) | 224.05º | 0.54% | 0.58% | - |
| XYZ | 11.22 | 10.48 | 29.04 | - |
| YUV | 89.33 | 160.54 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 89 | 147 | 0.54 | 0.39 | 0 | 0.42 | 224.05 | 0.37 | 0.42 |
| Hex | 44 | 59 | 93 | 36 | 27 | 0 | 2A | E0 | 25 | 2A |
| Octal | 104 | 131 | 223 | 66 | 47 | 0 | 52 | 340 | 45 | 52 |
| Binary | 1000100 | 1011001 | 10010011 | 110110 | 100111 | 0 | 101010 | 11100000 | 100101 | 101010 |
Color Harmonies of #445993
Complementary color
Monochromatic Colors of #445993
Black with #445993
Text Example
Text Example
White with #445993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445993; }
p { color: rgb(68,89,147); }
H1.HeaderClassName
{
color: #445993;
}
.AnyTagClassName
{
color: #445993;
}
</style>
background-color css
<style>
a { background-color: #445993; }
a { background-color: rgb(68,89,147); }
div.DivClassName
{
background-color: #445993;
}
.BgClassName
{
background-color: #445993;
}
</style>
border-color css
<style>
span { border-color: #445993; }
span { border-color: rgb(68,89,147); }
td.TdClassName
{
border-color: #445993;
}
.TagClassName
{
border-color: #445993;
}
</style>