Shades of Mariner #446191
Tints of Mariner #446191
RGB
CMYK
RGB Variations
Color information
#446191 (or 0x446191) is known color: Mariner. HEX triplet: 44, 61 and 91. RGB value is (68,97,145). Sum of RGB (Red+Green+Blue) = 68+97+145=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #446191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446191 is #BB9E6E. Grayscale: #5D5D5D. Windows color (decimal): -12295791 or 9527620. OLE color: 9527620.
HSL color Cylindrical-coordinate representation of color #446191: hue angle of 217.4º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #446191 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 97 | 145 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.43 |
| HSL | 217.4º | 0.36% | 0.42% | - |
| HSV(B) | 217.4º | 0.53% | 0.57% | - |
| XYZ | 11.77 | 11.82 | 28.45 | - |
| YUV | 93.8 | 156.89 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 97 | 145 | 0.53 | 0.33 | 0 | 0.43 | 217.4 | 0.36 | 0.42 |
| Hex | 44 | 61 | 91 | 35 | 21 | 0 | 2B | D9 | 24 | 2A |
| Octal | 104 | 141 | 221 | 65 | 41 | 0 | 53 | 331 | 44 | 52 |
| Binary | 1000100 | 1100001 | 10010001 | 110101 | 100001 | 0 | 101011 | 11011001 | 100100 | 101010 |
Color Harmonies of #446191
Complementary color
Monochromatic Colors of #446191
Black with #446191
Text Example
Text Example
White with #446191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446191; }
p { color: rgb(68,97,145); }
H1.HeaderClassName
{
color: #446191;
}
.AnyTagClassName
{
color: #446191;
}
</style>
background-color css
<style>
a { background-color: #446191; }
a { background-color: rgb(68,97,145); }
div.DivClassName
{
background-color: #446191;
}
.BgClassName
{
background-color: #446191;
}
</style>
border-color css
<style>
span { border-color: #446191; }
span { border-color: rgb(68,97,145); }
td.TdClassName
{
border-color: #446191;
}
.TagClassName
{
border-color: #446191;
}
</style>