Shades of Mariner #45599A
Tints of Mariner #45599A
RGB
CMYK
RGB Variations
Color information
#45599A (or 0x45599A) is known color: Mariner. HEX triplet: 45, 59 and 9A. RGB value is (69,89,154). Sum of RGB (Red+Green+Blue) = 69+89+154=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #45599A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45599A is #BAA665. Grayscale: #5A5A5A. Windows color (decimal): -12232294 or 10115397. OLE color: 10115397.
HSL color Cylindrical-coordinate representation of color #45599A: hue angle of 225.88º 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 #45599A is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 89 | 154 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.40 |
| HSL | 225.88º | 0.38% | 0.44% | - |
| HSV(B) | 225.88º | 0.55% | 0.6% | - |
| XYZ | 11.86 | 10.74 | 32.02 | - |
| YUV | 90.43 | 163.87 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 154 | 0.55 | 0.42 | 0 | 0.40 | 225.88 | 0.38 | 0.44 |
| Hex | 45 | 59 | 9A | 37 | 2A | 0 | 28 | E2 | 26 | 2C |
| Octal | 105 | 131 | 232 | 67 | 52 | 0 | 50 | 342 | 46 | 54 |
| Binary | 1000101 | 1011001 | 10011010 | 110111 | 101010 | 0 | 101000 | 11100010 | 100110 | 101100 |
Color Harmonies of #45599A
Complementary color
Monochromatic Colors of #45599A
Black with #45599A
Text Example
Text Example
White with #45599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45599A; }
p { color: rgb(69,89,154); }
H1.HeaderClassName
{
color: #45599A;
}
.AnyTagClassName
{
color: #45599A;
}
</style>
background-color css
<style>
a { background-color: #45599A; }
a { background-color: rgb(69,89,154); }
div.DivClassName
{
background-color: #45599A;
}
.BgClassName
{
background-color: #45599A;
}
</style>
border-color css
<style>
span { border-color: #45599A; }
span { border-color: rgb(69,89,154); }
td.TdClassName
{
border-color: #45599A;
}
.TagClassName
{
border-color: #45599A;
}
</style>