Shades of Mariner #45619C
Tints of Mariner #45619C
RGB
CMYK
RGB Variations
Color information
#45619C (or 0x45619C) is known color: Mariner. HEX triplet: 45, 61 and 9C. RGB value is (69,97,156). Sum of RGB (Red+Green+Blue) = 69+97+156=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #45619C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45619C is #BA9E63. Grayscale: #5F5F5F. Windows color (decimal): -12230244 or 10248517. OLE color: 10248517.
HSL color Cylindrical-coordinate representation of color #45619C: hue angle of 220.69º 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 #45619C is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 97 | 156 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.39 |
| HSL | 220.69º | 0.39% | 0.44% | - |
| HSV(B) | 220.69º | 0.56% | 0.61% | - |
| XYZ | 12.73 | 12.21 | 33.14 | - |
| YUV | 95.35 | 162.22 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 156 | 0.56 | 0.38 | 0 | 0.39 | 220.69 | 0.39 | 0.44 |
| Hex | 45 | 61 | 9C | 38 | 26 | 0 | 27 | DD | 27 | 2C |
| Octal | 105 | 141 | 234 | 70 | 46 | 0 | 47 | 335 | 47 | 54 |
| Binary | 1000101 | 1100001 | 10011100 | 111000 | 100110 | 0 | 100111 | 11011101 | 100111 | 101100 |
Color Harmonies of #45619C
Complementary color
Monochromatic Colors of #45619C
Black with #45619C
Text Example
Text Example
White with #45619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45619C; }
p { color: rgb(69,97,156); }
H1.HeaderClassName
{
color: #45619C;
}
.AnyTagClassName
{
color: #45619C;
}
</style>
background-color css
<style>
a { background-color: #45619C; }
a { background-color: rgb(69,97,156); }
div.DivClassName
{
background-color: #45619C;
}
.BgClassName
{
background-color: #45619C;
}
</style>
border-color css
<style>
span { border-color: #45619C; }
span { border-color: rgb(69,97,156); }
td.TdClassName
{
border-color: #45619C;
}
.TagClassName
{
border-color: #45619C;
}
</style>