Shades of Mariner #44579B
Tints of Mariner #44579B
RGB
CMYK
RGB Variations
Color information
#44579B (or 0x44579B) is known color: Mariner. HEX triplet: 44, 57 and 9B. RGB value is (68,87,155). Sum of RGB (Red+Green+Blue) = 68+87+155=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #44579B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44579B is #BBA864. Grayscale: #585858. Windows color (decimal): -12298341 or 10180420. OLE color: 10180420.
HSL color Cylindrical-coordinate representation of color #44579B: hue angle of 226.9º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44579B is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 87 | 155 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.39 |
| HSL | 226.9º | 0.39% | 0.44% | - |
| HSV(B) | 226.9º | 0.56% | 0.61% | - |
| XYZ | 11.71 | 10.41 | 32.4 | - |
| YUV | 89.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 87 | 155 | 0.56 | 0.44 | 0 | 0.39 | 226.9 | 0.39 | 0.44 |
| Hex | 44 | 57 | 9B | 38 | 2C | 0 | 27 | E3 | 27 | 2C |
| Octal | 104 | 127 | 233 | 70 | 54 | 0 | 47 | 343 | 47 | 54 |
| Binary | 1000100 | 1010111 | 10011011 | 111000 | 101100 | 0 | 100111 | 11100011 | 100111 | 101100 |
Color Harmonies of #44579B
Complementary color
Monochromatic Colors of #44579B
Black with #44579B
Text Example
Text Example
White with #44579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44579B; }
p { color: rgb(68,87,155); }
H1.HeaderClassName
{
color: #44579B;
}
.AnyTagClassName
{
color: #44579B;
}
</style>
background-color css
<style>
a { background-color: #44579B; }
a { background-color: rgb(68,87,155); }
div.DivClassName
{
background-color: #44579B;
}
.BgClassName
{
background-color: #44579B;
}
</style>
border-color css
<style>
span { border-color: #44579B; }
span { border-color: rgb(68,87,155); }
td.TdClassName
{
border-color: #44579B;
}
.TagClassName
{
border-color: #44579B;
}
</style>