Shades of Mariner #455D90
Tints of Mariner #455D90
RGB
CMYK
RGB Variations
Color information
#455D90 (or 0x455D90) is known color: Mariner. HEX triplet: 45, 5D and 90. RGB value is (69,93,144). Sum of RGB (Red+Green+Blue) = 69+93+144=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #455D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455D90 is #BAA26F. Grayscale: #5B5B5B. Windows color (decimal): -12231280 or 9461061. OLE color: 9461061.
HSL color Cylindrical-coordinate representation of color #455D90: hue angle of 220.8º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #455D90 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 93 | 144 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.44 |
| HSL | 220.8º | 0.35% | 0.42% | - |
| HSV(B) | 220.8º | 0.52% | 0.56% | - |
| XYZ | 11.4 | 11.11 | 27.93 | - |
| YUV | 91.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 144 | 0.52 | 0.35 | 0 | 0.44 | 220.8 | 0.35 | 0.42 |
| Hex | 45 | 5D | 90 | 34 | 23 | 0 | 2C | DD | 23 | 2A |
| Octal | 105 | 135 | 220 | 64 | 43 | 0 | 54 | 335 | 43 | 52 |
| Binary | 1000101 | 1011101 | 10010000 | 110100 | 100011 | 0 | 101100 | 11011101 | 100011 | 101010 |
Color Harmonies of #455D90
Complementary color
Monochromatic Colors of #455D90
Black with #455D90
Text Example
Text Example
White with #455D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D90; }
p { color: rgb(69,93,144); }
H1.HeaderClassName
{
color: #455D90;
}
.AnyTagClassName
{
color: #455D90;
}
</style>
background-color css
<style>
a { background-color: #455D90; }
a { background-color: rgb(69,93,144); }
div.DivClassName
{
background-color: #455D90;
}
.BgClassName
{
background-color: #455D90;
}
</style>
border-color css
<style>
span { border-color: #455D90; }
span { border-color: rgb(69,93,144); }
td.TdClassName
{
border-color: #455D90;
}
.TagClassName
{
border-color: #455D90;
}
</style>