Shades of Mariner #4561AD
Tints of Mariner #4561AD
RGB
CMYK
RGB Variations
Color information
#4561AD (or 0x4561AD) is known color: Mariner. HEX triplet: 45, 61 and AD. RGB value is (69,97,173). Sum of RGB (Red+Green+Blue) = 69+97+173=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #4561AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4561AD is #BA9E52. Grayscale: #606060. Windows color (decimal): -12230227 or 11362629. OLE color: 11362629.
HSL color Cylindrical-coordinate representation of color #4561AD: hue angle of 223.85º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4561AD is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 97 | 173 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.32 |
| HSL | 223.85º | 0.43% | 0.47% | - |
| HSV(B) | 223.85º | 0.6% | 0.68% | - |
| XYZ | 14.27 | 12.83 | 41.26 | - |
| YUV | 97.29 | 170.72 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 173 | 0.60 | 0.44 | 0 | 0.32 | 223.85 | 0.43 | 0.47 |
| Hex | 45 | 61 | AD | 3C | 2C | 0 | 20 | E0 | 2B | 2F |
| Octal | 105 | 141 | 255 | 74 | 54 | 0 | 40 | 340 | 53 | 57 |
| Binary | 1000101 | 1100001 | 10101101 | 111100 | 101100 | 0 | 100000 | 11100000 | 101011 | 101111 |
Color Harmonies of #4561AD
Complementary color
Monochromatic Colors of #4561AD
Black with #4561AD
Text Example
Text Example
White with #4561AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4561AD; }
p { color: rgb(69,97,173); }
H1.HeaderClassName
{
color: #4561AD;
}
.AnyTagClassName
{
color: #4561AD;
}
</style>
background-color css
<style>
a { background-color: #4561AD; }
a { background-color: rgb(69,97,173); }
div.DivClassName
{
background-color: #4561AD;
}
.BgClassName
{
background-color: #4561AD;
}
</style>
border-color css
<style>
span { border-color: #4561AD; }
span { border-color: rgb(69,97,173); }
td.TdClassName
{
border-color: #4561AD;
}
.TagClassName
{
border-color: #4561AD;
}
</style>