Shades of Mariner #45689C
Tints of Mariner #45689C
RGB
CMYK
RGB Variations
Color information
#45689C (or 0x45689C) is known color: Mariner. HEX triplet: 45, 68 and 9C. RGB value is (69,104,156). Sum of RGB (Red+Green+Blue) = 69+104+156=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #45689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45689C is #BA9763. Grayscale: #636363. Windows color (decimal): -12228452 or 10250309. OLE color: 10250309.
HSL color Cylindrical-coordinate representation of color #45689C: hue angle of 215.86º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45689C is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 104 | 156 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.39 |
| HSL | 215.86º | 0.39% | 0.44% | - |
| HSV(B) | 215.86º | 0.56% | 0.61% | - |
| XYZ | 13.41 | 13.57 | 33.36 | - |
| YUV | 99.46 | 159.9 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 156 | 0.56 | 0.33 | 0 | 0.39 | 215.86 | 0.39 | 0.44 |
| Hex | 45 | 68 | 9C | 38 | 21 | 0 | 27 | D8 | 27 | 2C |
| Octal | 105 | 150 | 234 | 70 | 41 | 0 | 47 | 330 | 47 | 54 |
| Binary | 1000101 | 1101000 | 10011100 | 111000 | 100001 | 0 | 100111 | 11011000 | 100111 | 101100 |
Color Harmonies of #45689C
Complementary color
Monochromatic Colors of #45689C
Black with #45689C
Text Example
Text Example
White with #45689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45689C; }
p { color: rgb(69,104,156); }
H1.HeaderClassName
{
color: #45689C;
}
.AnyTagClassName
{
color: #45689C;
}
</style>
background-color css
<style>
a { background-color: #45689C; }
a { background-color: rgb(69,104,156); }
div.DivClassName
{
background-color: #45689C;
}
.BgClassName
{
background-color: #45689C;
}
</style>
border-color css
<style>
span { border-color: #45689C; }
span { border-color: rgb(69,104,156); }
td.TdClassName
{
border-color: #45689C;
}
.TagClassName
{
border-color: #45689C;
}
</style>