Shades of Mariner #455C95
Tints of Mariner #455C95
RGB
CMYK
RGB Variations
Color information
#455C95 (or 0x455C95) is known color: Mariner. HEX triplet: 45, 5C and 95. RGB value is (69,92,149). Sum of RGB (Red+Green+Blue) = 69+92+149=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #455C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455C95 is #BAA36A. Grayscale: #5B5B5B. Windows color (decimal): -12231531 or 9788485. OLE color: 9788485.
HSL color Cylindrical-coordinate representation of color #455C95: hue angle of 222.75º 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 #455C95 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 92 | 149 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.42 |
| HSL | 222.75º | 0.37% | 0.43% | - |
| HSV(B) | 222.75º | 0.54% | 0.58% | - |
| XYZ | 11.71 | 11.09 | 29.96 | - |
| YUV | 91.62 | 160.38 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 149 | 0.54 | 0.38 | 0 | 0.42 | 222.75 | 0.37 | 0.43 |
| Hex | 45 | 5C | 95 | 36 | 26 | 0 | 2A | DF | 25 | 2B |
| Octal | 105 | 134 | 225 | 66 | 46 | 0 | 52 | 337 | 45 | 53 |
| Binary | 1000101 | 1011100 | 10010101 | 110110 | 100110 | 0 | 101010 | 11011111 | 100101 | 101011 |
Color Harmonies of #455C95
Complementary color
Monochromatic Colors of #455C95
Black with #455C95
Text Example
Text Example
White with #455C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C95; }
p { color: rgb(69,92,149); }
H1.HeaderClassName
{
color: #455C95;
}
.AnyTagClassName
{
color: #455C95;
}
</style>
background-color css
<style>
a { background-color: #455C95; }
a { background-color: rgb(69,92,149); }
div.DivClassName
{
background-color: #455C95;
}
.BgClassName
{
background-color: #455C95;
}
</style>
border-color css
<style>
span { border-color: #455C95; }
span { border-color: rgb(69,92,149); }
td.TdClassName
{
border-color: #455C95;
}
.TagClassName
{
border-color: #455C95;
}
</style>