Shades of Mariner #45689B
Tints of Mariner #45689B
RGB
CMYK
RGB Variations
Color information
#45689B (or 0x45689B) is known color: Mariner. HEX triplet: 45, 68 and 9B. RGB value is (69,104,155). Sum of RGB (Red+Green+Blue) = 69+104+155=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #45689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45689B is #BA9764. Grayscale: #636363. Windows color (decimal): -12228453 or 10184773. OLE color: 10184773.
HSL color Cylindrical-coordinate representation of color #45689B: hue angle of 215.58º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45689B is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 104 | 155 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.39 |
| HSL | 215.58º | 0.38% | 0.44% | - |
| HSV(B) | 215.58º | 0.55% | 0.61% | - |
| XYZ | 13.32 | 13.53 | 32.92 | - |
| YUV | 99.35 | 159.4 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 155 | 0.55 | 0.33 | 0 | 0.39 | 215.58 | 0.38 | 0.44 |
| Hex | 45 | 68 | 9B | 37 | 21 | 0 | 27 | D8 | 26 | 2C |
| Octal | 105 | 150 | 233 | 67 | 41 | 0 | 47 | 330 | 46 | 54 |
| Binary | 1000101 | 1101000 | 10011011 | 110111 | 100001 | 0 | 100111 | 11011000 | 100110 | 101100 |
Color Harmonies of #45689B
Complementary color
Monochromatic Colors of #45689B
Black with #45689B
Text Example
Text Example
White with #45689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45689B; }
p { color: rgb(69,104,155); }
H1.HeaderClassName
{
color: #45689B;
}
.AnyTagClassName
{
color: #45689B;
}
</style>
background-color css
<style>
a { background-color: #45689B; }
a { background-color: rgb(69,104,155); }
div.DivClassName
{
background-color: #45689B;
}
.BgClassName
{
background-color: #45689B;
}
</style>
border-color css
<style>
span { border-color: #45689B; }
span { border-color: rgb(69,104,155); }
td.TdClassName
{
border-color: #45689B;
}
.TagClassName
{
border-color: #45689B;
}
</style>