Shades of Mariner #445697
Tints of Mariner #445697
RGB
CMYK
RGB Variations
Color information
#445697 (or 0x445697) is known color: Mariner. HEX triplet: 44, 56 and 97. RGB value is (68,86,151). Sum of RGB (Red+Green+Blue) = 68+86+151=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #445697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445697 is #BBA968. Grayscale: #575757. Windows color (decimal): -12298601 or 9918020. OLE color: 9918020.
HSL color Cylindrical-coordinate representation of color #445697: hue angle of 226.99º 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 #445697 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 86 | 151 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.41 |
| HSL | 226.99º | 0.38% | 0.43% | - |
| HSV(B) | 226.99º | 0.55% | 0.59% | - |
| XYZ | 11.3 | 10.12 | 30.64 | - |
| YUV | 88.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 151 | 0.55 | 0.43 | 0 | 0.41 | 226.99 | 0.38 | 0.43 |
| Hex | 44 | 56 | 97 | 37 | 2B | 0 | 29 | E3 | 26 | 2B |
| Octal | 104 | 126 | 227 | 67 | 53 | 0 | 51 | 343 | 46 | 53 |
| Binary | 1000100 | 1010110 | 10010111 | 110111 | 101011 | 0 | 101001 | 11100011 | 100110 | 101011 |
Color Harmonies of #445697
Complementary color
Monochromatic Colors of #445697
Black with #445697
Text Example
Text Example
White with #445697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445697; }
p { color: rgb(68,86,151); }
H1.HeaderClassName
{
color: #445697;
}
.AnyTagClassName
{
color: #445697;
}
</style>
background-color css
<style>
a { background-color: #445697; }
a { background-color: rgb(68,86,151); }
div.DivClassName
{
background-color: #445697;
}
.BgClassName
{
background-color: #445697;
}
</style>
border-color css
<style>
span { border-color: #445697; }
span { border-color: rgb(68,86,151); }
td.TdClassName
{
border-color: #445697;
}
.TagClassName
{
border-color: #445697;
}
</style>