Shades of Mariner #445A93
Tints of Mariner #445A93
RGB
CMYK
RGB Variations
Color information
#445A93 (or 0x445A93) is known color: Mariner. HEX triplet: 44, 5A and 93. RGB value is (68,90,147). Sum of RGB (Red+Green+Blue) = 68+90+147=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #445A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445A93 is #BBA56C. Grayscale: #595959. Windows color (decimal): -12297581 or 9656900. OLE color: 9656900.
HSL color Cylindrical-coordinate representation of color #445A93: hue angle of 223.29º 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 #445A93 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 90 | 147 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.42 |
| HSL | 223.29º | 0.37% | 0.42% | - |
| HSV(B) | 223.29º | 0.54% | 0.58% | - |
| XYZ | 11.31 | 10.65 | 29.06 | - |
| YUV | 89.92 | 160.21 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 147 | 0.54 | 0.39 | 0 | 0.42 | 223.29 | 0.37 | 0.42 |
| Hex | 44 | 5A | 93 | 36 | 27 | 0 | 2A | DF | 25 | 2A |
| Octal | 104 | 132 | 223 | 66 | 47 | 0 | 52 | 337 | 45 | 52 |
| Binary | 1000100 | 1011010 | 10010011 | 110110 | 100111 | 0 | 101010 | 11011111 | 100101 | 101010 |
Color Harmonies of #445A93
Complementary color
Monochromatic Colors of #445A93
Black with #445A93
Text Example
Text Example
White with #445A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A93; }
p { color: rgb(68,90,147); }
H1.HeaderClassName
{
color: #445A93;
}
.AnyTagClassName
{
color: #445A93;
}
</style>
background-color css
<style>
a { background-color: #445A93; }
a { background-color: rgb(68,90,147); }
div.DivClassName
{
background-color: #445A93;
}
.BgClassName
{
background-color: #445A93;
}
</style>
border-color css
<style>
span { border-color: #445A93; }
span { border-color: rgb(68,90,147); }
td.TdClassName
{
border-color: #445A93;
}
.TagClassName
{
border-color: #445A93;
}
</style>