Shades of Mariner #44618F
Tints of Mariner #44618F
RGB
CMYK
RGB Variations
Color information
#44618F (or 0x44618F) is known color: Mariner. HEX triplet: 44, 61 and 8F. RGB value is (68,97,143). Sum of RGB (Red+Green+Blue) = 68+97+143=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 143 - color contains mainly: blue. Hex color #44618F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44618F is #BB9E70. Grayscale: #5D5D5D. Windows color (decimal): -12295793 or 9396548. OLE color: 9396548.
HSL color Cylindrical-coordinate representation of color #44618F: hue angle of 216.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44618F is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 97 | 143 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.44 |
| HSL | 216.8º | 0.36% | 0.41% | - |
| HSV(B) | 216.8º | 0.52% | 0.56% | - |
| XYZ | 11.62 | 11.76 | 27.64 | - |
| YUV | 93.57 | 155.89 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 97 | 143 | 0.52 | 0.32 | 0 | 0.44 | 216.8 | 0.36 | 0.41 |
| Hex | 44 | 61 | 8F | 34 | 20 | 0 | 2C | D9 | 24 | 29 |
| Octal | 104 | 141 | 217 | 64 | 40 | 0 | 54 | 331 | 44 | 51 |
| Binary | 1000100 | 1100001 | 10001111 | 110100 | 100000 | 0 | 101100 | 11011001 | 100100 | 101001 |
Color Harmonies of #44618F
Complementary color
Monochromatic Colors of #44618F
Black with #44618F
Text Example
Text Example
White with #44618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44618F; }
p { color: rgb(68,97,143); }
H1.HeaderClassName
{
color: #44618F;
}
.AnyTagClassName
{
color: #44618F;
}
</style>
background-color css
<style>
a { background-color: #44618F; }
a { background-color: rgb(68,97,143); }
div.DivClassName
{
background-color: #44618F;
}
.BgClassName
{
background-color: #44618F;
}
</style>
border-color css
<style>
span { border-color: #44618F; }
span { border-color: rgb(68,97,143); }
td.TdClassName
{
border-color: #44618F;
}
.TagClassName
{
border-color: #44618F;
}
</style>