Shades of Mariner #4663AD
Tints of Mariner #4663AD
RGB
CMYK
RGB Variations
Color information
#4663AD (or 0x4663AD) is known color: Mariner. HEX triplet: 46, 63 and AD. RGB value is (70,99,173). Sum of RGB (Red+Green+Blue) = 70+99+173=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #4663AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4663AD is #B99C52. Grayscale: #626262. Windows color (decimal): -12164179 or 11363142. OLE color: 11363142.
HSL color Cylindrical-coordinate representation of color #4663AD: hue angle of 223.11º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4663AD is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 99 | 173 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.32 |
| HSL | 223.11º | 0.42% | 0.48% | - |
| HSV(B) | 223.11º | 0.6% | 0.68% | - |
| XYZ | 14.53 | 13.24 | 41.33 | - |
| YUV | 98.77 | 169.89 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 99 | 173 | 0.60 | 0.43 | 0 | 0.32 | 223.11 | 0.42 | 0.48 |
| Hex | 46 | 63 | AD | 3C | 2B | 0 | 20 | DF | 2A | 30 |
| Octal | 106 | 143 | 255 | 74 | 53 | 0 | 40 | 337 | 52 | 60 |
| Binary | 1000110 | 1100011 | 10101101 | 111100 | 101011 | 0 | 100000 | 11011111 | 101010 | 110000 |
Color Harmonies of #4663AD
Complementary color
Monochromatic Colors of #4663AD
Black with #4663AD
Text Example
Text Example
White with #4663AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4663AD; }
p { color: rgb(70,99,173); }
H1.HeaderClassName
{
color: #4663AD;
}
.AnyTagClassName
{
color: #4663AD;
}
</style>
background-color css
<style>
a { background-color: #4663AD; }
a { background-color: rgb(70,99,173); }
div.DivClassName
{
background-color: #4663AD;
}
.BgClassName
{
background-color: #4663AD;
}
</style>
border-color css
<style>
span { border-color: #4663AD; }
span { border-color: rgb(70,99,173); }
td.TdClassName
{
border-color: #4663AD;
}
.TagClassName
{
border-color: #4663AD;
}
</style>