Shades of Mariner #4559AB
Tints of Mariner #4559AB
RGB
CMYK
RGB Variations
Color information
#4559AB (or 0x4559AB) is known color: Mariner. HEX triplet: 45, 59 and AB. RGB value is (69,89,171). Sum of RGB (Red+Green+Blue) = 69+89+171=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #4559AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4559AB is #BAA654. Grayscale: #5C5C5C. Windows color (decimal): -12232277 or 11229509. OLE color: 11229509.
HSL color Cylindrical-coordinate representation of color #4559AB: hue angle of 228.24º 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 #4559AB is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 89 | 171 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.33 |
| HSL | 228.24º | 0.43% | 0.47% | - |
| HSV(B) | 228.24º | 0.6% | 0.67% | - |
| XYZ | 13.38 | 11.35 | 40.01 | - |
| YUV | 92.37 | 172.37 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 171 | 0.60 | 0.48 | 0 | 0.33 | 228.24 | 0.43 | 0.47 |
| Hex | 45 | 59 | AB | 3C | 30 | 0 | 21 | E4 | 2A | 2F |
| Octal | 105 | 131 | 253 | 74 | 60 | 0 | 41 | 344 | 52 | 57 |
| Binary | 1000101 | 1011001 | 10101011 | 111100 | 110000 | 0 | 100001 | 11100100 | 101010 | 101111 |
Color Harmonies of #4559AB
Complementary color
Monochromatic Colors of #4559AB
Black with #4559AB
Text Example
Text Example
White with #4559AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4559AB; }
p { color: rgb(69,89,171); }
H1.HeaderClassName
{
color: #4559AB;
}
.AnyTagClassName
{
color: #4559AB;
}
</style>
background-color css
<style>
a { background-color: #4559AB; }
a { background-color: rgb(69,89,171); }
div.DivClassName
{
background-color: #4559AB;
}
.BgClassName
{
background-color: #4559AB;
}
</style>
border-color css
<style>
span { border-color: #4559AB; }
span { border-color: rgb(69,89,171); }
td.TdClassName
{
border-color: #4559AB;
}
.TagClassName
{
border-color: #4559AB;
}
</style>