Shades of Mariner #446294
Tints of Mariner #446294
RGB
CMYK
RGB Variations
Color information
#446294 (or 0x446294) is known color: Mariner. HEX triplet: 44, 62 and 94. RGB value is (68,98,148). Sum of RGB (Red+Green+Blue) = 68+98+148=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #446294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446294 is #BB9D6B. Grayscale: #5E5E5E. Windows color (decimal): -12295532 or 9724484. OLE color: 9724484.
HSL color Cylindrical-coordinate representation of color #446294: hue angle of 217.5º 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 #446294 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 98 | 148 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.42 |
| HSL | 217.5º | 0.37% | 0.42% | - |
| HSV(B) | 217.5º | 0.54% | 0.58% | - |
| XYZ | 12.1 | 12.1 | 29.72 | - |
| YUV | 94.73 | 158.06 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 98 | 148 | 0.54 | 0.34 | 0 | 0.42 | 217.5 | 0.37 | 0.42 |
| Hex | 44 | 62 | 94 | 36 | 22 | 0 | 2A | DA | 25 | 2A |
| Octal | 104 | 142 | 224 | 66 | 42 | 0 | 52 | 332 | 45 | 52 |
| Binary | 1000100 | 1100010 | 10010100 | 110110 | 100010 | 0 | 101010 | 11011010 | 100101 | 101010 |
Color Harmonies of #446294
Complementary color
Monochromatic Colors of #446294
Black with #446294
Text Example
Text Example
White with #446294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446294; }
p { color: rgb(68,98,148); }
H1.HeaderClassName
{
color: #446294;
}
.AnyTagClassName
{
color: #446294;
}
</style>
background-color css
<style>
a { background-color: #446294; }
a { background-color: rgb(68,98,148); }
div.DivClassName
{
background-color: #446294;
}
.BgClassName
{
background-color: #446294;
}
</style>
border-color css
<style>
span { border-color: #446294; }
span { border-color: rgb(68,98,148); }
td.TdClassName
{
border-color: #446294;
}
.TagClassName
{
border-color: #446294;
}
</style>