Shades of Mariner #455E9A
Tints of Mariner #455E9A
RGB
CMYK
RGB Variations
Color information
#455E9A (or 0x455E9A) is known color: Mariner. HEX triplet: 45, 5E and 9A. RGB value is (69,94,154). Sum of RGB (Red+Green+Blue) = 69+94+154=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 154 - color contains mainly: blue. Hex color #455E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455E9A is #BAA165. Grayscale: #5D5D5D. Windows color (decimal): -12231014 or 10116677. OLE color: 10116677.
HSL color Cylindrical-coordinate representation of color #455E9A: hue angle of 222.35º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #455E9A is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 94 | 154 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.40 |
| HSL | 222.35º | 0.38% | 0.44% | - |
| HSV(B) | 222.35º | 0.55% | 0.6% | - |
| XYZ | 12.29 | 11.6 | 32.16 | - |
| YUV | 93.37 | 162.22 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 154 | 0.55 | 0.39 | 0 | 0.40 | 222.35 | 0.38 | 0.44 |
| Hex | 45 | 5E | 9A | 37 | 27 | 0 | 28 | DE | 26 | 2C |
| Octal | 105 | 136 | 232 | 67 | 47 | 0 | 50 | 336 | 46 | 54 |
| Binary | 1000101 | 1011110 | 10011010 | 110111 | 100111 | 0 | 101000 | 11011110 | 100110 | 101100 |
Color Harmonies of #455E9A
Complementary color
Monochromatic Colors of #455E9A
Black with #455E9A
Text Example
Text Example
White with #455E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455E9A; }
p { color: rgb(69,94,154); }
H1.HeaderClassName
{
color: #455E9A;
}
.AnyTagClassName
{
color: #455E9A;
}
</style>
background-color css
<style>
a { background-color: #455E9A; }
a { background-color: rgb(69,94,154); }
div.DivClassName
{
background-color: #455E9A;
}
.BgClassName
{
background-color: #455E9A;
}
</style>
border-color css
<style>
span { border-color: #455E9A; }
span { border-color: rgb(69,94,154); }
td.TdClassName
{
border-color: #455E9A;
}
.TagClassName
{
border-color: #455E9A;
}
</style>