Shades of Mariner #446696
Tints of Mariner #446696
RGB
CMYK
RGB Variations
Color information
#446696 (or 0x446696) is known color: Mariner. HEX triplet: 44, 66 and 96. RGB value is (68,102,150). Sum of RGB (Red+Green+Blue) = 68+102+150=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: blue. Hex color #446696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446696 is #BB9969. Grayscale: #616161. Windows color (decimal): -12294506 or 9856580. OLE color: 9856580.
HSL color Cylindrical-coordinate representation of color #446696: hue angle of 215.12º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #446696 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 102 | 150 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.41 |
| HSL | 215.12º | 0.38% | 0.43% | - |
| HSV(B) | 215.12º | 0.55% | 0.59% | - |
| XYZ | 12.64 | 12.93 | 30.68 | - |
| YUV | 97.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 102 | 150 | 0.55 | 0.32 | 0 | 0.41 | 215.12 | 0.38 | 0.43 |
| Hex | 44 | 66 | 96 | 37 | 20 | 0 | 29 | D7 | 26 | 2B |
| Octal | 104 | 146 | 226 | 67 | 40 | 0 | 51 | 327 | 46 | 53 |
| Binary | 1000100 | 1100110 | 10010110 | 110111 | 100000 | 0 | 101001 | 11010111 | 100110 | 101011 |
Color Harmonies of #446696
Complementary color
Monochromatic Colors of #446696
Black with #446696
Text Example
Text Example
White with #446696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446696; }
p { color: rgb(68,102,150); }
H1.HeaderClassName
{
color: #446696;
}
.AnyTagClassName
{
color: #446696;
}
</style>
background-color css
<style>
a { background-color: #446696; }
a { background-color: rgb(68,102,150); }
div.DivClassName
{
background-color: #446696;
}
.BgClassName
{
background-color: #446696;
}
</style>
border-color css
<style>
span { border-color: #446696; }
span { border-color: rgb(68,102,150); }
td.TdClassName
{
border-color: #446696;
}
.TagClassName
{
border-color: #446696;
}
</style>