Shades of Mariner #455E94
Tints of Mariner #455E94
RGB
CMYK
RGB Variations
Color information
#455E94 (or 0x455E94) is known color: Mariner. HEX triplet: 45, 5E and 94. RGB value is (69,94,148). Sum of RGB (Red+Green+Blue) = 69+94+148=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #455E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455E94 is #BAA16B. Grayscale: #5C5C5C. Windows color (decimal): -12231020 or 9723461. OLE color: 9723461.
HSL color Cylindrical-coordinate representation of color #455E94: hue angle of 221.01º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #455E94 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 94 | 148 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.42 |
| HSL | 221.01º | 0.36% | 0.43% | - |
| HSV(B) | 221.01º | 0.53% | 0.58% | - |
| XYZ | 11.8 | 11.41 | 29.6 | - |
| YUV | 92.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 148 | 0.53 | 0.36 | 0 | 0.42 | 221.01 | 0.36 | 0.43 |
| Hex | 45 | 5E | 94 | 35 | 24 | 0 | 2A | DD | 24 | 2B |
| Octal | 105 | 136 | 224 | 65 | 44 | 0 | 52 | 335 | 44 | 53 |
| Binary | 1000101 | 1011110 | 10010100 | 110101 | 100100 | 0 | 101010 | 11011101 | 100100 | 101011 |
Color Harmonies of #455E94
Complementary color
Monochromatic Colors of #455E94
Black with #455E94
Text Example
Text Example
White with #455E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455E94; }
p { color: rgb(69,94,148); }
H1.HeaderClassName
{
color: #455E94;
}
.AnyTagClassName
{
color: #455E94;
}
</style>
background-color css
<style>
a { background-color: #455E94; }
a { background-color: rgb(69,94,148); }
div.DivClassName
{
background-color: #455E94;
}
.BgClassName
{
background-color: #455E94;
}
</style>
border-color css
<style>
span { border-color: #455E94; }
span { border-color: rgb(69,94,148); }
td.TdClassName
{
border-color: #455E94;
}
.TagClassName
{
border-color: #455E94;
}
</style>