Shades of Mariner #446091
Tints of Mariner #446091
RGB
CMYK
RGB Variations
Color information
#446091 (or 0x446091) is known color: Mariner. HEX triplet: 44, 60 and 91. RGB value is (68,96,145). Sum of RGB (Red+Green+Blue) = 68+96+145=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #446091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446091 is #BB9F6E. Grayscale: #5C5C5C. Windows color (decimal): -12296047 or 9527364. OLE color: 9527364.
HSL color Cylindrical-coordinate representation of color #446091: hue angle of 218.18º 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 #446091 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 96 | 145 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.43 |
| HSL | 218.18º | 0.36% | 0.42% | - |
| HSV(B) | 218.18º | 0.53% | 0.57% | - |
| XYZ | 11.68 | 11.64 | 28.42 | - |
| YUV | 93.21 | 157.22 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 145 | 0.53 | 0.34 | 0 | 0.43 | 218.18 | 0.36 | 0.42 |
| Hex | 44 | 60 | 91 | 35 | 22 | 0 | 2B | DA | 24 | 2A |
| Octal | 104 | 140 | 221 | 65 | 42 | 0 | 53 | 332 | 44 | 52 |
| Binary | 1000100 | 1100000 | 10010001 | 110101 | 100010 | 0 | 101011 | 11011010 | 100100 | 101010 |
Color Harmonies of #446091
Complementary color
Monochromatic Colors of #446091
Black with #446091
Text Example
Text Example
White with #446091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446091; }
p { color: rgb(68,96,145); }
H1.HeaderClassName
{
color: #446091;
}
.AnyTagClassName
{
color: #446091;
}
</style>
background-color css
<style>
a { background-color: #446091; }
a { background-color: rgb(68,96,145); }
div.DivClassName
{
background-color: #446091;
}
.BgClassName
{
background-color: #446091;
}
</style>
border-color css
<style>
span { border-color: #446091; }
span { border-color: rgb(68,96,145); }
td.TdClassName
{
border-color: #446091;
}
.TagClassName
{
border-color: #446091;
}
</style>