Shades of Mariner #446496
Tints of Mariner #446496
RGB
CMYK
RGB Variations
Color information
#446496 (or 0x446496) is known color: Mariner. HEX triplet: 44, 64 and 96. RGB value is (68,100,150). Sum of RGB (Red+Green+Blue) = 68+100+150=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #446496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446496 is #BB9B69. Grayscale: #5F5F5F. Windows color (decimal): -12295018 or 9856068. OLE color: 9856068.
HSL color Cylindrical-coordinate representation of color #446496: hue angle of 216.59º 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 #446496 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 100 | 150 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.41 |
| HSL | 216.59º | 0.38% | 0.43% | - |
| HSV(B) | 216.59º | 0.55% | 0.59% | - |
| XYZ | 12.45 | 12.55 | 30.62 | - |
| YUV | 96.13 | 158.4 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 150 | 0.55 | 0.33 | 0 | 0.41 | 216.59 | 0.38 | 0.43 |
| Hex | 44 | 64 | 96 | 37 | 21 | 0 | 29 | D9 | 26 | 2B |
| Octal | 104 | 144 | 226 | 67 | 41 | 0 | 51 | 331 | 46 | 53 |
| Binary | 1000100 | 1100100 | 10010110 | 110111 | 100001 | 0 | 101001 | 11011001 | 100110 | 101011 |
Color Harmonies of #446496
Complementary color
Monochromatic Colors of #446496
Black with #446496
Text Example
Text Example
White with #446496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446496; }
p { color: rgb(68,100,150); }
H1.HeaderClassName
{
color: #446496;
}
.AnyTagClassName
{
color: #446496;
}
</style>
background-color css
<style>
a { background-color: #446496; }
a { background-color: rgb(68,100,150); }
div.DivClassName
{
background-color: #446496;
}
.BgClassName
{
background-color: #446496;
}
</style>
border-color css
<style>
span { border-color: #446496; }
span { border-color: rgb(68,100,150); }
td.TdClassName
{
border-color: #446496;
}
.TagClassName
{
border-color: #446496;
}
</style>