Shades of Mariner #44689F
Tints of Mariner #44689F
RGB
CMYK
RGB Variations
Color information
#44689F (or 0x44689F) is known color: Mariner. HEX triplet: 44, 68 and 9F. RGB value is (68,104,159). Sum of RGB (Red+Green+Blue) = 68+104+159=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #44689F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44689F is #BB9760. Grayscale: #636363. Windows color (decimal): -12293985 or 10446916. OLE color: 10446916.
HSL color Cylindrical-coordinate representation of color #44689F: hue angle of 216.26º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44689F is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 104 | 159 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.38 |
| HSL | 216.26º | 0.4% | 0.45% | - |
| HSV(B) | 216.26º | 0.57% | 0.62% | - |
| XYZ | 13.59 | 13.63 | 34.72 | - |
| YUV | 99.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 104 | 159 | 0.57 | 0.35 | 0 | 0.38 | 216.26 | 0.4 | 0.45 |
| Hex | 44 | 68 | 9F | 39 | 23 | 0 | 26 | D8 | 28 | 2D |
| Octal | 104 | 150 | 237 | 71 | 43 | 0 | 46 | 330 | 50 | 55 |
| Binary | 1000100 | 1101000 | 10011111 | 111001 | 100011 | 0 | 100110 | 11011000 | 101000 | 101101 |
Color Harmonies of #44689F
Complementary color
Monochromatic Colors of #44689F
Black with #44689F
Text Example
Text Example
White with #44689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44689F; }
p { color: rgb(68,104,159); }
H1.HeaderClassName
{
color: #44689F;
}
.AnyTagClassName
{
color: #44689F;
}
</style>
background-color css
<style>
a { background-color: #44689F; }
a { background-color: rgb(68,104,159); }
div.DivClassName
{
background-color: #44689F;
}
.BgClassName
{
background-color: #44689F;
}
</style>
border-color css
<style>
span { border-color: #44689F; }
span { border-color: rgb(68,104,159); }
td.TdClassName
{
border-color: #44689F;
}
.TagClassName
{
border-color: #44689F;
}
</style>