Shades of Mariner #45659F
Tints of Mariner #45659F
RGB
CMYK
RGB Variations
Color information
#45659F (or 0x45659F) is known color: Mariner. HEX triplet: 45, 65 and 9F. RGB value is (69,101,159). Sum of RGB (Red+Green+Blue) = 69+101+159=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #45659F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45659F is #BA9A60. Grayscale: #616161. Windows color (decimal): -12229217 or 10446149. OLE color: 10446149.
HSL color Cylindrical-coordinate representation of color #45659F: hue angle of 218.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 #45659F is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 101 | 159 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.38 |
| HSL | 218.67º | 0.39% | 0.45% | - |
| HSV(B) | 218.67º | 0.57% | 0.62% | - |
| XYZ | 13.37 | 13.08 | 34.62 | - |
| YUV | 98.04 | 162.4 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 159 | 0.57 | 0.36 | 0 | 0.38 | 218.67 | 0.39 | 0.45 |
| Hex | 45 | 65 | 9F | 39 | 24 | 0 | 26 | DB | 27 | 2D |
| Octal | 105 | 145 | 237 | 71 | 44 | 0 | 46 | 333 | 47 | 55 |
| Binary | 1000101 | 1100101 | 10011111 | 111001 | 100100 | 0 | 100110 | 11011011 | 100111 | 101101 |
Color Harmonies of #45659F
Complementary color
Monochromatic Colors of #45659F
Black with #45659F
Text Example
Text Example
White with #45659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45659F; }
p { color: rgb(69,101,159); }
H1.HeaderClassName
{
color: #45659F;
}
.AnyTagClassName
{
color: #45659F;
}
</style>
background-color css
<style>
a { background-color: #45659F; }
a { background-color: rgb(69,101,159); }
div.DivClassName
{
background-color: #45659F;
}
.BgClassName
{
background-color: #45659F;
}
</style>
border-color css
<style>
span { border-color: #45659F; }
span { border-color: rgb(69,101,159); }
td.TdClassName
{
border-color: #45659F;
}
.TagClassName
{
border-color: #45659F;
}
</style>