Shades of Mariner #4461AB
Tints of Mariner #4461AB
RGB
CMYK
RGB Variations
Color information
#4461AB (or 0x4461AB) is known color: Mariner. HEX triplet: 44, 61 and AB. RGB value is (68,97,171). Sum of RGB (Red+Green+Blue) = 68+97+171=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #4461AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4461AB is #BB9E54. Grayscale: #606060. Windows color (decimal): -12295765 or 11231556. OLE color: 11231556.
HSL color Cylindrical-coordinate representation of color #4461AB: hue angle of 223.11º 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 #4461AB is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 97 | 171 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.33 |
| HSL | 223.11º | 0.43% | 0.47% | - |
| HSV(B) | 223.11º | 0.6% | 0.67% | - |
| XYZ | 14.01 | 12.72 | 40.24 | - |
| YUV | 96.77 | 169.89 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 97 | 171 | 0.60 | 0.43 | 0 | 0.33 | 223.11 | 0.43 | 0.47 |
| Hex | 44 | 61 | AB | 3C | 2B | 0 | 21 | DF | 2B | 2F |
| Octal | 104 | 141 | 253 | 74 | 53 | 0 | 41 | 337 | 53 | 57 |
| Binary | 1000100 | 1100001 | 10101011 | 111100 | 101011 | 0 | 100001 | 11011111 | 101011 | 101111 |
Color Harmonies of #4461AB
Complementary color
Monochromatic Colors of #4461AB
Black with #4461AB
Text Example
Text Example
White with #4461AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4461AB; }
p { color: rgb(68,97,171); }
H1.HeaderClassName
{
color: #4461AB;
}
.AnyTagClassName
{
color: #4461AB;
}
</style>
background-color css
<style>
a { background-color: #4461AB; }
a { background-color: rgb(68,97,171); }
div.DivClassName
{
background-color: #4461AB;
}
.BgClassName
{
background-color: #4461AB;
}
</style>
border-color css
<style>
span { border-color: #4461AB; }
span { border-color: rgb(68,97,171); }
td.TdClassName
{
border-color: #4461AB;
}
.TagClassName
{
border-color: #4461AB;
}
</style>