Shades of Mariner #455A93
Tints of Mariner #455A93
RGB
CMYK
RGB Variations
Color information
#455A93 (or 0x455A93) is known color: Mariner. HEX triplet: 45, 5A and 93. RGB value is (69,90,147). Sum of RGB (Red+Green+Blue) = 69+90+147=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #455A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455A93 is #BAA56C. Grayscale: #595959. Windows color (decimal): -12232045 or 9656901. OLE color: 9656901.
HSL color Cylindrical-coordinate representation of color #455A93: hue angle of 223.85º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #455A93 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 90 | 147 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.42 |
| HSL | 223.85º | 0.36% | 0.42% | - |
| HSV(B) | 223.85º | 0.53% | 0.58% | - |
| XYZ | 11.38 | 10.68 | 29.07 | - |
| YUV | 90.22 | 160.04 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 147 | 0.53 | 0.39 | 0 | 0.42 | 223.85 | 0.36 | 0.42 |
| Hex | 45 | 5A | 93 | 35 | 27 | 0 | 2A | E0 | 24 | 2A |
| Octal | 105 | 132 | 223 | 65 | 47 | 0 | 52 | 340 | 44 | 52 |
| Binary | 1000101 | 1011010 | 10010011 | 110101 | 100111 | 0 | 101010 | 11100000 | 100100 | 101010 |
Color Harmonies of #455A93
Complementary color
Monochromatic Colors of #455A93
Black with #455A93
Text Example
Text Example
White with #455A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A93; }
p { color: rgb(69,90,147); }
H1.HeaderClassName
{
color: #455A93;
}
.AnyTagClassName
{
color: #455A93;
}
</style>
background-color css
<style>
a { background-color: #455A93; }
a { background-color: rgb(69,90,147); }
div.DivClassName
{
background-color: #455A93;
}
.BgClassName
{
background-color: #455A93;
}
</style>
border-color css
<style>
span { border-color: #455A93; }
span { border-color: rgb(69,90,147); }
td.TdClassName
{
border-color: #455A93;
}
.TagClassName
{
border-color: #455A93;
}
</style>