Shades of Mariner #4C63AD
Tints of Mariner #4C63AD
RGB
CMYK
RGB Variations
Color information
#4C63AD (or 0x4C63AD) is known color: Mariner. HEX triplet: 4C, 63 and AD. RGB value is (76,99,173). Sum of RGB (Red+Green+Blue) = 76+99+173=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C63AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C63AD is #B39C52. Grayscale: #646464. Windows color (decimal): -11770963 or 11363148. OLE color: 11363148.
HSL color Cylindrical-coordinate representation of color #4C63AD: hue angle of 225.77º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C63AD is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 99 | 173 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.32 |
| HSL | 225.77º | 0.39% | 0.49% | - |
| HSV(B) | 225.77º | 0.56% | 0.68% | - |
| XYZ | 14.99 | 13.48 | 41.35 | - |
| YUV | 100.56 | 168.88 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 99 | 173 | 0.56 | 0.43 | 0 | 0.32 | 225.77 | 0.39 | 0.49 |
| Hex | 4C | 63 | AD | 38 | 2B | 0 | 20 | E2 | 27 | 31 |
| Octal | 114 | 143 | 255 | 70 | 53 | 0 | 40 | 342 | 47 | 61 |
| Binary | 1001100 | 1100011 | 10101101 | 111000 | 101011 | 0 | 100000 | 11100010 | 100111 | 110001 |
Color Harmonies of #4C63AD
Complementary color
Monochromatic Colors of #4C63AD
Black with #4C63AD
Text Example
Text Example
White with #4C63AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C63AD; }
p { color: rgb(76,99,173); }
H1.HeaderClassName
{
color: #4C63AD;
}
.AnyTagClassName
{
color: #4C63AD;
}
</style>
background-color css
<style>
a { background-color: #4C63AD; }
a { background-color: rgb(76,99,173); }
div.DivClassName
{
background-color: #4C63AD;
}
.BgClassName
{
background-color: #4C63AD;
}
</style>
border-color css
<style>
span { border-color: #4C63AD; }
span { border-color: rgb(76,99,173); }
td.TdClassName
{
border-color: #4C63AD;
}
.TagClassName
{
border-color: #4C63AD;
}
</style>