Shades of Mariner #445696
Tints of Mariner #445696
RGB
CMYK
RGB Variations
Color information
#445696 (or 0x445696) is known color: Mariner. HEX triplet: 44, 56 and 96. RGB value is (68,86,150). Sum of RGB (Red+Green+Blue) = 68+86+150=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #445696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445696 is #BBA969. Grayscale: #575757. Windows color (decimal): -12298602 or 9852484. OLE color: 9852484.
HSL color Cylindrical-coordinate representation of color #445696: hue angle of 226.83º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #445696 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 86 | 150 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.41 |
| HSL | 226.83º | 0.38% | 0.43% | - |
| HSV(B) | 226.83º | 0.55% | 0.59% | - |
| XYZ | 11.22 | 10.09 | 30.21 | - |
| YUV | 87.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 150 | 0.55 | 0.43 | 0 | 0.41 | 226.83 | 0.38 | 0.43 |
| Hex | 44 | 56 | 96 | 37 | 2B | 0 | 29 | E3 | 26 | 2B |
| Octal | 104 | 126 | 226 | 67 | 53 | 0 | 51 | 343 | 46 | 53 |
| Binary | 1000100 | 1010110 | 10010110 | 110111 | 101011 | 0 | 101001 | 11100011 | 100110 | 101011 |
Color Harmonies of #445696
Complementary color
Monochromatic Colors of #445696
Black with #445696
Text Example
Text Example
White with #445696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445696; }
p { color: rgb(68,86,150); }
H1.HeaderClassName
{
color: #445696;
}
.AnyTagClassName
{
color: #445696;
}
</style>
background-color css
<style>
a { background-color: #445696; }
a { background-color: rgb(68,86,150); }
div.DivClassName
{
background-color: #445696;
}
.BgClassName
{
background-color: #445696;
}
</style>
border-color css
<style>
span { border-color: #445696; }
span { border-color: rgb(68,86,150); }
td.TdClassName
{
border-color: #445696;
}
.TagClassName
{
border-color: #445696;
}
</style>