Shades of Mariner #44608F
Tints of Mariner #44608F
RGB
CMYK
RGB Variations
Color information
#44608F (or 0x44608F) is known color: Mariner. HEX triplet: 44, 60 and 8F. RGB value is (68,96,143). Sum of RGB (Red+Green+Blue) = 68+96+143=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 143 - color contains mainly: blue. Hex color #44608F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44608F is #BB9F70. Grayscale: #5C5C5C. Windows color (decimal): -12296049 or 9396292. OLE color: 9396292.
HSL color Cylindrical-coordinate representation of color #44608F: hue angle of 217.6º 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 #44608F is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 96 | 143 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.44 |
| HSL | 217.6º | 0.36% | 0.41% | - |
| HSV(B) | 217.6º | 0.52% | 0.56% | - |
| XYZ | 11.52 | 11.58 | 27.61 | - |
| YUV | 92.99 | 156.22 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 143 | 0.52 | 0.33 | 0 | 0.44 | 217.6 | 0.36 | 0.41 |
| Hex | 44 | 60 | 8F | 34 | 21 | 0 | 2C | DA | 24 | 29 |
| Octal | 104 | 140 | 217 | 64 | 41 | 0 | 54 | 332 | 44 | 51 |
| Binary | 1000100 | 1100000 | 10001111 | 110100 | 100001 | 0 | 101100 | 11011010 | 100100 | 101001 |
Color Harmonies of #44608F
Complementary color
Monochromatic Colors of #44608F
Black with #44608F
Text Example
Text Example
White with #44608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44608F; }
p { color: rgb(68,96,143); }
H1.HeaderClassName
{
color: #44608F;
}
.AnyTagClassName
{
color: #44608F;
}
</style>
background-color css
<style>
a { background-color: #44608F; }
a { background-color: rgb(68,96,143); }
div.DivClassName
{
background-color: #44608F;
}
.BgClassName
{
background-color: #44608F;
}
</style>
border-color css
<style>
span { border-color: #44608F; }
span { border-color: rgb(68,96,143); }
td.TdClassName
{
border-color: #44608F;
}
.TagClassName
{
border-color: #44608F;
}
</style>