Shades of Mariner #45659C
Tints of Mariner #45659C
RGB
CMYK
RGB Variations
Color information
#45659C (or 0x45659C) is known color: Mariner. HEX triplet: 45, 65 and 9C. RGB value is (69,101,156). Sum of RGB (Red+Green+Blue) = 69+101+156=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #45659C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45659C is #BA9A63. Grayscale: #616161. Windows color (decimal): -12229220 or 10249541. OLE color: 10249541.
HSL color Cylindrical-coordinate representation of color #45659C: hue angle of 217.93º 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 #45659C is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 101 | 156 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.39 |
| HSL | 217.93º | 0.39% | 0.44% | - |
| HSV(B) | 217.93º | 0.56% | 0.61% | - |
| XYZ | 13.11 | 12.97 | 33.27 | - |
| YUV | 97.7 | 160.9 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 156 | 0.56 | 0.35 | 0 | 0.39 | 217.93 | 0.39 | 0.44 |
| Hex | 45 | 65 | 9C | 38 | 23 | 0 | 27 | DA | 27 | 2C |
| Octal | 105 | 145 | 234 | 70 | 43 | 0 | 47 | 332 | 47 | 54 |
| Binary | 1000101 | 1100101 | 10011100 | 111000 | 100011 | 0 | 100111 | 11011010 | 100111 | 101100 |
Color Harmonies of #45659C
Complementary color
Monochromatic Colors of #45659C
Black with #45659C
Text Example
Text Example
White with #45659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45659C; }
p { color: rgb(69,101,156); }
H1.HeaderClassName
{
color: #45659C;
}
.AnyTagClassName
{
color: #45659C;
}
</style>
background-color css
<style>
a { background-color: #45659C; }
a { background-color: rgb(69,101,156); }
div.DivClassName
{
background-color: #45659C;
}
.BgClassName
{
background-color: #45659C;
}
</style>
border-color css
<style>
span { border-color: #45659C; }
span { border-color: rgb(69,101,156); }
td.TdClassName
{
border-color: #45659C;
}
.TagClassName
{
border-color: #45659C;
}
</style>