Shades of Mariner #455896
Tints of Mariner #455896
RGB
CMYK
RGB Variations
Color information
#455896 (or 0x455896) is known color: Mariner. HEX triplet: 45, 58 and 96. RGB value is (69,88,150). Sum of RGB (Red+Green+Blue) = 69+88+150=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #455896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455896 is #BAA769. Grayscale: #595959. Windows color (decimal): -12232554 or 9852997. OLE color: 9852997.
HSL color Cylindrical-coordinate representation of color #455896: hue angle of 225.93º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #455896 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 88 | 150 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.41 |
| HSL | 225.93º | 0.37% | 0.43% | - |
| HSV(B) | 225.93º | 0.54% | 0.59% | - |
| XYZ | 11.45 | 10.45 | 30.27 | - |
| YUV | 89.39 | 162.21 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 88 | 150 | 0.54 | 0.41 | 0 | 0.41 | 225.93 | 0.37 | 0.43 |
| Hex | 45 | 58 | 96 | 36 | 29 | 0 | 29 | E2 | 25 | 2B |
| Octal | 105 | 130 | 226 | 66 | 51 | 0 | 51 | 342 | 45 | 53 |
| Binary | 1000101 | 1011000 | 10010110 | 110110 | 101001 | 0 | 101001 | 11100010 | 100101 | 101011 |
Color Harmonies of #455896
Complementary color
Monochromatic Colors of #455896
Black with #455896
Text Example
Text Example
White with #455896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455896; }
p { color: rgb(69,88,150); }
H1.HeaderClassName
{
color: #455896;
}
.AnyTagClassName
{
color: #455896;
}
</style>
background-color css
<style>
a { background-color: #455896; }
a { background-color: rgb(69,88,150); }
div.DivClassName
{
background-color: #455896;
}
.BgClassName
{
background-color: #455896;
}
</style>
border-color css
<style>
span { border-color: #455896; }
span { border-color: rgb(69,88,150); }
td.TdClassName
{
border-color: #455896;
}
.TagClassName
{
border-color: #455896;
}
</style>