Shades of Mariner #446495
Tints of Mariner #446495
RGB
CMYK
RGB Variations
Color information
#446495 (or 0x446495) is known color: Mariner. HEX triplet: 44, 64 and 95. RGB value is (68,100,149). Sum of RGB (Red+Green+Blue) = 68+100+149=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #446495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446495 is #BB9B6A. Grayscale: #5F5F5F. Windows color (decimal): -12295019 or 9790532. OLE color: 9790532.
HSL color Cylindrical-coordinate representation of color #446495: hue angle of 216.3º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #446495 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 100 | 149 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.42 |
| HSL | 216.3º | 0.37% | 0.43% | - |
| HSV(B) | 216.3º | 0.54% | 0.58% | - |
| XYZ | 12.37 | 12.51 | 30.2 | - |
| YUV | 96.02 | 157.9 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 149 | 0.54 | 0.33 | 0 | 0.42 | 216.3 | 0.37 | 0.43 |
| Hex | 44 | 64 | 95 | 36 | 21 | 0 | 2A | D8 | 25 | 2B |
| Octal | 104 | 144 | 225 | 66 | 41 | 0 | 52 | 330 | 45 | 53 |
| Binary | 1000100 | 1100100 | 10010101 | 110110 | 100001 | 0 | 101010 | 11011000 | 100101 | 101011 |
Color Harmonies of #446495
Complementary color
Monochromatic Colors of #446495
Black with #446495
Text Example
Text Example
White with #446495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446495; }
p { color: rgb(68,100,149); }
H1.HeaderClassName
{
color: #446495;
}
.AnyTagClassName
{
color: #446495;
}
</style>
background-color css
<style>
a { background-color: #446495; }
a { background-color: rgb(68,100,149); }
div.DivClassName
{
background-color: #446495;
}
.BgClassName
{
background-color: #446495;
}
</style>
border-color css
<style>
span { border-color: #446495; }
span { border-color: rgb(68,100,149); }
td.TdClassName
{
border-color: #446495;
}
.TagClassName
{
border-color: #446495;
}
</style>