Shades of Mariner #446293
Tints of Mariner #446293
RGB
CMYK
RGB Variations
Color information
#446293 (or 0x446293) is known color: Mariner. HEX triplet: 44, 62 and 93. RGB value is (68,98,147). Sum of RGB (Red+Green+Blue) = 68+98+147=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #446293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446293 is #BB9D6C. Grayscale: #5E5E5E. Windows color (decimal): -12295533 or 9658948. OLE color: 9658948.
HSL color Cylindrical-coordinate representation of color #446293: hue angle of 217.22º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #446293 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 98 | 147 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.42 |
| HSL | 217.22º | 0.37% | 0.42% | - |
| HSV(B) | 217.22º | 0.54% | 0.58% | - |
| XYZ | 12.02 | 12.07 | 29.3 | - |
| YUV | 94.62 | 157.56 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 98 | 147 | 0.54 | 0.33 | 0 | 0.42 | 217.22 | 0.37 | 0.42 |
| Hex | 44 | 62 | 93 | 36 | 21 | 0 | 2A | D9 | 25 | 2A |
| Octal | 104 | 142 | 223 | 66 | 41 | 0 | 52 | 331 | 45 | 52 |
| Binary | 1000100 | 1100010 | 10010011 | 110110 | 100001 | 0 | 101010 | 11011001 | 100101 | 101010 |
Color Harmonies of #446293
Complementary color
Monochromatic Colors of #446293
Black with #446293
Text Example
Text Example
White with #446293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446293; }
p { color: rgb(68,98,147); }
H1.HeaderClassName
{
color: #446293;
}
.AnyTagClassName
{
color: #446293;
}
</style>
background-color css
<style>
a { background-color: #446293; }
a { background-color: rgb(68,98,147); }
div.DivClassName
{
background-color: #446293;
}
.BgClassName
{
background-color: #446293;
}
</style>
border-color css
<style>
span { border-color: #446293; }
span { border-color: rgb(68,98,147); }
td.TdClassName
{
border-color: #446293;
}
.TagClassName
{
border-color: #446293;
}
</style>