Shades of Mariner #44609F
Tints of Mariner #44609F
RGB
CMYK
RGB Variations
Color information
#44609F (or 0x44609F) is known color: Mariner. HEX triplet: 44, 60 and 9F. RGB value is (68,96,159). Sum of RGB (Red+Green+Blue) = 68+96+159=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #44609F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44609F is #BB9F60. Grayscale: #5E5E5E. Windows color (decimal): -12296033 or 10444868. OLE color: 10444868.
HSL color Cylindrical-coordinate representation of color #44609F: hue angle of 221.54º 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 #44609F is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 96 | 159 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.38 |
| HSL | 221.54º | 0.4% | 0.45% | - |
| HSV(B) | 221.54º | 0.57% | 0.62% | - |
| XYZ | 12.82 | 12.1 | 34.46 | - |
| YUV | 94.81 | 164.22 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 159 | 0.57 | 0.40 | 0 | 0.38 | 221.54 | 0.4 | 0.45 |
| Hex | 44 | 60 | 9F | 39 | 28 | 0 | 26 | DE | 28 | 2D |
| Octal | 104 | 140 | 237 | 71 | 50 | 0 | 46 | 336 | 50 | 55 |
| Binary | 1000100 | 1100000 | 10011111 | 111001 | 101000 | 0 | 100110 | 11011110 | 101000 | 101101 |
Color Harmonies of #44609F
Complementary color
Monochromatic Colors of #44609F
Black with #44609F
Text Example
Text Example
White with #44609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44609F; }
p { color: rgb(68,96,159); }
H1.HeaderClassName
{
color: #44609F;
}
.AnyTagClassName
{
color: #44609F;
}
</style>
background-color css
<style>
a { background-color: #44609F; }
a { background-color: rgb(68,96,159); }
div.DivClassName
{
background-color: #44609F;
}
.BgClassName
{
background-color: #44609F;
}
</style>
border-color css
<style>
span { border-color: #44609F; }
span { border-color: rgb(68,96,159); }
td.TdClassName
{
border-color: #44609F;
}
.TagClassName
{
border-color: #44609F;
}
</style>