Shades of Mariner #455992
Tints of Mariner #455992
RGB
CMYK
RGB Variations
Color information
#455992 (or 0x455992) is known color: Mariner. HEX triplet: 45, 59 and 92. RGB value is (69,89,146). Sum of RGB (Red+Green+Blue) = 69+89+146=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #455992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455992 is #BAA66D. Grayscale: #595959. Windows color (decimal): -12232302 or 9591109. OLE color: 9591109.
HSL color Cylindrical-coordinate representation of color #455992: hue angle of 224.42º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #455992 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 89 | 146 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.43 |
| HSL | 224.42º | 0.36% | 0.42% | - |
| HSV(B) | 224.42º | 0.53% | 0.57% | - |
| XYZ | 11.21 | 10.49 | 28.63 | - |
| YUV | 89.52 | 159.87 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 146 | 0.53 | 0.39 | 0 | 0.43 | 224.42 | 0.36 | 0.42 |
| Hex | 45 | 59 | 92 | 35 | 27 | 0 | 2B | E0 | 24 | 2A |
| Octal | 105 | 131 | 222 | 65 | 47 | 0 | 53 | 340 | 44 | 52 |
| Binary | 1000101 | 1011001 | 10010010 | 110101 | 100111 | 0 | 101011 | 11100000 | 100100 | 101010 |
Color Harmonies of #455992
Complementary color
Monochromatic Colors of #455992
Black with #455992
Text Example
Text Example
White with #455992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455992; }
p { color: rgb(69,89,146); }
H1.HeaderClassName
{
color: #455992;
}
.AnyTagClassName
{
color: #455992;
}
</style>
background-color css
<style>
a { background-color: #455992; }
a { background-color: rgb(69,89,146); }
div.DivClassName
{
background-color: #455992;
}
.BgClassName
{
background-color: #455992;
}
</style>
border-color css
<style>
span { border-color: #455992; }
span { border-color: rgb(69,89,146); }
td.TdClassName
{
border-color: #455992;
}
.TagClassName
{
border-color: #455992;
}
</style>