Shades of Mariner #455A91
Tints of Mariner #455A91
RGB
CMYK
RGB Variations
Color information
#455A91 (or 0x455A91) is known color: Mariner. HEX triplet: 45, 5A and 91. RGB value is (69,90,145). Sum of RGB (Red+Green+Blue) = 69+90+145=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #455A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455A91 is #BAA56E. Grayscale: #595959. Windows color (decimal): -12232047 or 9525829. OLE color: 9525829.
HSL color Cylindrical-coordinate representation of color #455A91: hue angle of 223.42º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #455A91 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 90 | 145 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.43 |
| HSL | 223.42º | 0.36% | 0.42% | - |
| HSV(B) | 223.42º | 0.52% | 0.57% | - |
| XYZ | 11.22 | 10.62 | 28.25 | - |
| YUV | 89.99 | 159.04 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 145 | 0.52 | 0.38 | 0 | 0.43 | 223.42 | 0.36 | 0.42 |
| Hex | 45 | 5A | 91 | 34 | 26 | 0 | 2B | DF | 24 | 2A |
| Octal | 105 | 132 | 221 | 64 | 46 | 0 | 53 | 337 | 44 | 52 |
| Binary | 1000101 | 1011010 | 10010001 | 110100 | 100110 | 0 | 101011 | 11011111 | 100100 | 101010 |
Color Harmonies of #455A91
Complementary color
Monochromatic Colors of #455A91
Black with #455A91
Text Example
Text Example
White with #455A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A91; }
p { color: rgb(69,90,145); }
H1.HeaderClassName
{
color: #455A91;
}
.AnyTagClassName
{
color: #455A91;
}
</style>
background-color css
<style>
a { background-color: #455A91; }
a { background-color: rgb(69,90,145); }
div.DivClassName
{
background-color: #455A91;
}
.BgClassName
{
background-color: #455A91;
}
</style>
border-color css
<style>
span { border-color: #455A91; }
span { border-color: rgb(69,90,145); }
td.TdClassName
{
border-color: #455A91;
}
.TagClassName
{
border-color: #455A91;
}
</style>