Shades of Mariner #446193
Tints of Mariner #446193
RGB
CMYK
RGB Variations
Color information
#446193 (or 0x446193) is known color: Mariner. HEX triplet: 44, 61 and 93. RGB value is (68,97,147). Sum of RGB (Red+Green+Blue) = 68+97+147=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #446193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446193 is #BB9E6C. Grayscale: #5D5D5D. Windows color (decimal): -12295789 or 9658692. OLE color: 9658692.
HSL color Cylindrical-coordinate representation of color #446193: hue angle of 217.97º 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 #446193 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 97 | 147 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.42 |
| HSL | 217.97º | 0.37% | 0.42% | - |
| HSV(B) | 217.97º | 0.54% | 0.58% | - |
| XYZ | 11.93 | 11.88 | 29.27 | - |
| YUV | 94.03 | 157.89 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 97 | 147 | 0.54 | 0.34 | 0 | 0.42 | 217.97 | 0.37 | 0.42 |
| Hex | 44 | 61 | 93 | 36 | 22 | 0 | 2A | DA | 25 | 2A |
| Octal | 104 | 141 | 223 | 66 | 42 | 0 | 52 | 332 | 45 | 52 |
| Binary | 1000100 | 1100001 | 10010011 | 110110 | 100010 | 0 | 101010 | 11011010 | 100101 | 101010 |
Color Harmonies of #446193
Complementary color
Monochromatic Colors of #446193
Black with #446193
Text Example
Text Example
White with #446193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446193; }
p { color: rgb(68,97,147); }
H1.HeaderClassName
{
color: #446193;
}
.AnyTagClassName
{
color: #446193;
}
</style>
background-color css
<style>
a { background-color: #446193; }
a { background-color: rgb(68,97,147); }
div.DivClassName
{
background-color: #446193;
}
.BgClassName
{
background-color: #446193;
}
</style>
border-color css
<style>
span { border-color: #446193; }
span { border-color: rgb(68,97,147); }
td.TdClassName
{
border-color: #446193;
}
.TagClassName
{
border-color: #446193;
}
</style>