Shades of Mariner #455D95
Tints of Mariner #455D95
RGB
CMYK
RGB Variations
Color information
#455D95 (or 0x455D95) is known color: Mariner. HEX triplet: 45, 5D and 95. RGB value is (69,93,149). Sum of RGB (Red+Green+Blue) = 69+93+149=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #455D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455D95 is #BAA26A. Grayscale: #5B5B5B. Windows color (decimal): -12231275 or 9788741. OLE color: 9788741.
HSL color Cylindrical-coordinate representation of color #455D95: hue angle of 222º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #455D95 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 93 | 149 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.42 |
| HSL | 222º | 0.37% | 0.43% | - |
| HSV(B) | 222º | 0.54% | 0.58% | - |
| XYZ | 11.79 | 11.26 | 29.99 | - |
| YUV | 92.21 | 160.05 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 149 | 0.54 | 0.38 | 0 | 0.42 | 222 | 0.37 | 0.43 |
| Hex | 45 | 5D | 95 | 36 | 26 | 0 | 2A | DE | 25 | 2B |
| Octal | 105 | 135 | 225 | 66 | 46 | 0 | 52 | 336 | 45 | 53 |
| Binary | 1000101 | 1011101 | 10010101 | 110110 | 100110 | 0 | 101010 | 11011110 | 100101 | 101011 |
Color Harmonies of #455D95
Complementary color
Monochromatic Colors of #455D95
Black with #455D95
Text Example
Text Example
White with #455D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D95; }
p { color: rgb(69,93,149); }
H1.HeaderClassName
{
color: #455D95;
}
.AnyTagClassName
{
color: #455D95;
}
</style>
background-color css
<style>
a { background-color: #455D95; }
a { background-color: rgb(69,93,149); }
div.DivClassName
{
background-color: #455D95;
}
.BgClassName
{
background-color: #455D95;
}
</style>
border-color css
<style>
span { border-color: #455D95; }
span { border-color: rgb(69,93,149); }
td.TdClassName
{
border-color: #455D95;
}
.TagClassName
{
border-color: #455D95;
}
</style>