Shades of Mariner #45599D
Tints of Mariner #45599D
RGB
CMYK
RGB Variations
Color information
#45599D (or 0x45599D) is known color: Mariner. HEX triplet: 45, 59 and 9D. RGB value is (69,89,157). Sum of RGB (Red+Green+Blue) = 69+89+157=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #45599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45599D is #BAA662. Grayscale: #5A5A5A. Windows color (decimal): -12232291 or 10312005. OLE color: 10312005.
HSL color Cylindrical-coordinate representation of color #45599D: hue angle of 226.36º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45599D is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 89 | 157 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.38 |
| HSL | 226.36º | 0.39% | 0.44% | - |
| HSV(B) | 226.36º | 0.56% | 0.62% | - |
| XYZ | 12.11 | 10.84 | 33.35 | - |
| YUV | 90.77 | 165.37 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 157 | 0.56 | 0.43 | 0 | 0.38 | 226.36 | 0.39 | 0.44 |
| Hex | 45 | 59 | 9D | 38 | 2B | 0 | 26 | E2 | 27 | 2C |
| Octal | 105 | 131 | 235 | 70 | 53 | 0 | 46 | 342 | 47 | 54 |
| Binary | 1000101 | 1011001 | 10011101 | 111000 | 101011 | 0 | 100110 | 11100010 | 100111 | 101100 |
Color Harmonies of #45599D
Complementary color
Monochromatic Colors of #45599D
Black with #45599D
Text Example
Text Example
White with #45599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45599D; }
p { color: rgb(69,89,157); }
H1.HeaderClassName
{
color: #45599D;
}
.AnyTagClassName
{
color: #45599D;
}
</style>
background-color css
<style>
a { background-color: #45599D; }
a { background-color: rgb(69,89,157); }
div.DivClassName
{
background-color: #45599D;
}
.BgClassName
{
background-color: #45599D;
}
</style>
border-color css
<style>
span { border-color: #45599D; }
span { border-color: rgb(69,89,157); }
td.TdClassName
{
border-color: #45599D;
}
.TagClassName
{
border-color: #45599D;
}
</style>