Shades of Mariner #455BA0
Tints of Mariner #455BA0
RGB
CMYK
RGB Variations
Color information
#455BA0 (or 0x455BA0) is known color: Mariner. HEX triplet: 45, 5B and A0. RGB value is (69,91,160). Sum of RGB (Red+Green+Blue) = 69+91+160=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 160 (62.89% from 255 or 50% from 320); Max value from RGB is 160 - color contains mainly: blue. Hex color #455BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455BA0 is #BAA45F. Grayscale: #5B5B5B. Windows color (decimal): -12231776 or 10509125. OLE color: 10509125.
HSL color Cylindrical-coordinate representation of color #455BA0: hue angle of 225.49º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #455BA0 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 91 | 160 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.37 |
| HSL | 225.49º | 0.4% | 0.45% | - |
| HSV(B) | 225.49º | 0.57% | 0.63% | - |
| XYZ | 12.54 | 11.29 | 34.78 | - |
| YUV | 92.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 160 | 0.57 | 0.43 | 0 | 0.37 | 225.49 | 0.4 | 0.45 |
| Hex | 45 | 5B | A0 | 39 | 2B | 0 | 25 | E1 | 28 | 2D |
| Octal | 105 | 133 | 240 | 71 | 53 | 0 | 45 | 341 | 50 | 55 |
| Binary | 1000101 | 1011011 | 10100000 | 111001 | 101011 | 0 | 100101 | 11100001 | 101000 | 101101 |
Color Harmonies of #455BA0
Complementary color
Monochromatic Colors of #455BA0
Black with #455BA0
Text Example
Text Example
White with #455BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455BA0; }
p { color: rgb(69,91,160); }
H1.HeaderClassName
{
color: #455BA0;
}
.AnyTagClassName
{
color: #455BA0;
}
</style>
background-color css
<style>
a { background-color: #455BA0; }
a { background-color: rgb(69,91,160); }
div.DivClassName
{
background-color: #455BA0;
}
.BgClassName
{
background-color: #455BA0;
}
</style>
border-color css
<style>
span { border-color: #455BA0; }
span { border-color: rgb(69,91,160); }
td.TdClassName
{
border-color: #455BA0;
}
.TagClassName
{
border-color: #455BA0;
}
</style>