Shades of Mariner #4561AC
Tints of Mariner #4561AC
RGB
CMYK
RGB Variations
Color information
#4561AC (or 0x4561AC) is known color: Mariner. HEX triplet: 45, 61 and AC. RGB value is (69,97,172). Sum of RGB (Red+Green+Blue) = 69+97+172=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #4561AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4561AC is #BA9E53. Grayscale: #606060. Windows color (decimal): -12230228 or 11297093. OLE color: 11297093.
HSL color Cylindrical-coordinate representation of color #4561AC: hue angle of 223.69º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4561AC is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 97 | 172 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.33 |
| HSL | 223.69º | 0.43% | 0.47% | - |
| HSV(B) | 223.69º | 0.6% | 0.67% | - |
| XYZ | 14.18 | 12.79 | 40.75 | - |
| YUV | 97.18 | 170.22 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 172 | 0.60 | 0.44 | 0 | 0.33 | 223.69 | 0.43 | 0.47 |
| Hex | 45 | 61 | AC | 3C | 2C | 0 | 21 | E0 | 2B | 2F |
| Octal | 105 | 141 | 254 | 74 | 54 | 0 | 41 | 340 | 53 | 57 |
| Binary | 1000101 | 1100001 | 10101100 | 111100 | 101100 | 0 | 100001 | 11100000 | 101011 | 101111 |
Color Harmonies of #4561AC
Complementary color
Monochromatic Colors of #4561AC
Black with #4561AC
Text Example
Text Example
White with #4561AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4561AC; }
p { color: rgb(69,97,172); }
H1.HeaderClassName
{
color: #4561AC;
}
.AnyTagClassName
{
color: #4561AC;
}
</style>
background-color css
<style>
a { background-color: #4561AC; }
a { background-color: rgb(69,97,172); }
div.DivClassName
{
background-color: #4561AC;
}
.BgClassName
{
background-color: #4561AC;
}
</style>
border-color css
<style>
span { border-color: #4561AC; }
span { border-color: rgb(69,97,172); }
td.TdClassName
{
border-color: #4561AC;
}
.TagClassName
{
border-color: #4561AC;
}
</style>