Shades of Mariner #455D8D
Tints of Mariner #455D8D
RGB
CMYK
RGB Variations
Color information
#455D8D (or 0x455D8D) is known color: Mariner. HEX triplet: 45, 5D and 8D. RGB value is (69,93,141). Sum of RGB (Red+Green+Blue) = 69+93+141=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #455D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455D8D is #BAA272. Grayscale: #5B5B5B. Windows color (decimal): -12231283 or 9264453. OLE color: 9264453.
HSL color Cylindrical-coordinate representation of color #455D8D: hue angle of 220º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #455D8D is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 93 | 141 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.45 |
| HSL | 220º | 0.34% | 0.41% | - |
| HSV(B) | 220º | 0.51% | 0.55% | - |
| XYZ | 11.18 | 11.02 | 26.74 | - |
| YUV | 91.3 | 156.05 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 141 | 0.51 | 0.34 | 0 | 0.45 | 220 | 0.34 | 0.41 |
| Hex | 45 | 5D | 8D | 33 | 22 | 0 | 2D | DC | 22 | 29 |
| Octal | 105 | 135 | 215 | 63 | 42 | 0 | 55 | 334 | 42 | 51 |
| Binary | 1000101 | 1011101 | 10001101 | 110011 | 100010 | 0 | 101101 | 11011100 | 100010 | 101001 |
Color Harmonies of #455D8D
Complementary color
Monochromatic Colors of #455D8D
Black with #455D8D
Text Example
Text Example
White with #455D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D8D; }
p { color: rgb(69,93,141); }
H1.HeaderClassName
{
color: #455D8D;
}
.AnyTagClassName
{
color: #455D8D;
}
</style>
background-color css
<style>
a { background-color: #455D8D; }
a { background-color: rgb(69,93,141); }
div.DivClassName
{
background-color: #455D8D;
}
.BgClassName
{
background-color: #455D8D;
}
</style>
border-color css
<style>
span { border-color: #455D8D; }
span { border-color: rgb(69,93,141); }
td.TdClassName
{
border-color: #455D8D;
}
.TagClassName
{
border-color: #455D8D;
}
</style>