Shades of Mariner #445E93
Tints of Mariner #445E93
RGB
CMYK
RGB Variations
Color information
#445E93 (or 0x445E93) is known color: Mariner. HEX triplet: 44, 5E and 93. RGB value is (68,94,147). Sum of RGB (Red+Green+Blue) = 68+94+147=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #445E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445E93 is #BBA16C. Grayscale: #5C5C5C. Windows color (decimal): -12296557 or 9657924. OLE color: 9657924.
HSL color Cylindrical-coordinate representation of color #445E93: hue angle of 220.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 #445E93 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 94 | 147 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.42 |
| HSL | 220.25º | 0.37% | 0.42% | - |
| HSV(B) | 220.25º | 0.54% | 0.58% | - |
| XYZ | 11.65 | 11.34 | 29.18 | - |
| YUV | 92.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 147 | 0.54 | 0.36 | 0 | 0.42 | 220.25 | 0.37 | 0.42 |
| Hex | 44 | 5E | 93 | 36 | 24 | 0 | 2A | DC | 25 | 2A |
| Octal | 104 | 136 | 223 | 66 | 44 | 0 | 52 | 334 | 45 | 52 |
| Binary | 1000100 | 1011110 | 10010011 | 110110 | 100100 | 0 | 101010 | 11011100 | 100101 | 101010 |
Color Harmonies of #445E93
Complementary color
Monochromatic Colors of #445E93
Black with #445E93
Text Example
Text Example
White with #445E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445E93; }
p { color: rgb(68,94,147); }
H1.HeaderClassName
{
color: #445E93;
}
.AnyTagClassName
{
color: #445E93;
}
</style>
background-color css
<style>
a { background-color: #445E93; }
a { background-color: rgb(68,94,147); }
div.DivClassName
{
background-color: #445E93;
}
.BgClassName
{
background-color: #445E93;
}
</style>
border-color css
<style>
span { border-color: #445E93; }
span { border-color: rgb(68,94,147); }
td.TdClassName
{
border-color: #445E93;
}
.TagClassName
{
border-color: #445E93;
}
</style>