Shades of Mariner #44579D
Tints of Mariner #44579D
RGB
CMYK
RGB Variations
Color information
#44579D (or 0x44579D) is known color: Mariner. HEX triplet: 44, 57 and 9D. RGB value is (68,87,157). Sum of RGB (Red+Green+Blue) = 68+87+157=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #44579D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44579D is #BBA862. Grayscale: #585858. Windows color (decimal): -12298339 or 10311492. OLE color: 10311492.
HSL color Cylindrical-coordinate representation of color #44579D: hue angle of 227.19º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44579D is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 87 | 157 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.38 |
| HSL | 227.19º | 0.4% | 0.44% | - |
| HSV(B) | 227.19º | 0.57% | 0.62% | - |
| XYZ | 11.88 | 10.48 | 33.3 | - |
| YUV | 89.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 87 | 157 | 0.57 | 0.45 | 0 | 0.38 | 227.19 | 0.4 | 0.44 |
| Hex | 44 | 57 | 9D | 39 | 2D | 0 | 26 | E3 | 28 | 2C |
| Octal | 104 | 127 | 235 | 71 | 55 | 0 | 46 | 343 | 50 | 54 |
| Binary | 1000100 | 1010111 | 10011101 | 111001 | 101101 | 0 | 100110 | 11100011 | 101000 | 101100 |
Color Harmonies of #44579D
Complementary color
Monochromatic Colors of #44579D
Black with #44579D
Text Example
Text Example
White with #44579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44579D; }
p { color: rgb(68,87,157); }
H1.HeaderClassName
{
color: #44579D;
}
.AnyTagClassName
{
color: #44579D;
}
</style>
background-color css
<style>
a { background-color: #44579D; }
a { background-color: rgb(68,87,157); }
div.DivClassName
{
background-color: #44579D;
}
.BgClassName
{
background-color: #44579D;
}
</style>
border-color css
<style>
span { border-color: #44579D; }
span { border-color: rgb(68,87,157); }
td.TdClassName
{
border-color: #44579D;
}
.TagClassName
{
border-color: #44579D;
}
</style>