Shades of Mariner #45599F
Tints of Mariner #45599F
RGB
CMYK
RGB Variations
Color information
#45599F (or 0x45599F) is known color: Mariner. HEX triplet: 45, 59 and 9F. RGB value is (69,89,159). Sum of RGB (Red+Green+Blue) = 69+89+159=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #45599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45599F is #BAA660. Grayscale: #5A5A5A. Windows color (decimal): -12232289 or 10443077. OLE color: 10443077.
HSL color Cylindrical-coordinate representation of color #45599F: hue angle of 226.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45599F is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 89 | 159 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.38 |
| HSL | 226.67º | 0.39% | 0.45% | - |
| HSV(B) | 226.67º | 0.57% | 0.62% | - |
| XYZ | 12.28 | 10.91 | 34.26 | - |
| YUV | 91 | 166.37 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 159 | 0.57 | 0.44 | 0 | 0.38 | 226.67 | 0.39 | 0.45 |
| Hex | 45 | 59 | 9F | 39 | 2C | 0 | 26 | E3 | 27 | 2D |
| Octal | 105 | 131 | 237 | 71 | 54 | 0 | 46 | 343 | 47 | 55 |
| Binary | 1000101 | 1011001 | 10011111 | 111001 | 101100 | 0 | 100110 | 11100011 | 100111 | 101101 |
Color Harmonies of #45599F
Complementary color
Monochromatic Colors of #45599F
Black with #45599F
Text Example
Text Example
White with #45599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45599F; }
p { color: rgb(69,89,159); }
H1.HeaderClassName
{
color: #45599F;
}
.AnyTagClassName
{
color: #45599F;
}
</style>
background-color css
<style>
a { background-color: #45599F; }
a { background-color: rgb(69,89,159); }
div.DivClassName
{
background-color: #45599F;
}
.BgClassName
{
background-color: #45599F;
}
</style>
border-color css
<style>
span { border-color: #45599F; }
span { border-color: rgb(69,89,159); }
td.TdClassName
{
border-color: #45599F;
}
.TagClassName
{
border-color: #45599F;
}
</style>