Shades of Mariner #4763A4
Tints of Mariner #4763A4
RGB
CMYK
RGB Variations
Color information
#4763A4 (or 0x4763A4) is known color: Mariner. HEX triplet: 47, 63 and A4. RGB value is (71,99,164). Sum of RGB (Red+Green+Blue) = 71+99+164=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 164 (64.45% from 255 or 49.10% from 334); Max value from RGB is 164 - color contains mainly: blue. Hex color #4763A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4763A4 is #B89C5B. Grayscale: #616161. Windows color (decimal): -12098652 or 10773319. OLE color: 10773319.
HSL color Cylindrical-coordinate representation of color #4763A4: hue angle of 221.94º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4763A4 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 99 | 164 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.36 |
| HSL | 221.94º | 0.4% | 0.46% | - |
| HSV(B) | 221.94º | 0.57% | 0.64% | - |
| XYZ | 13.76 | 12.94 | 36.9 | - |
| YUV | 98.04 | 165.22 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 99 | 164 | 0.57 | 0.40 | 0 | 0.36 | 221.94 | 0.4 | 0.46 |
| Hex | 47 | 63 | A4 | 39 | 28 | 0 | 24 | DE | 28 | 2E |
| Octal | 107 | 143 | 244 | 71 | 50 | 0 | 44 | 336 | 50 | 56 |
| Binary | 1000111 | 1100011 | 10100100 | 111001 | 101000 | 0 | 100100 | 11011110 | 101000 | 101110 |
Color Harmonies of #4763A4
Complementary color
Monochromatic Colors of #4763A4
Black with #4763A4
Text Example
Text Example
White with #4763A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4763A4; }
p { color: rgb(71,99,164); }
H1.HeaderClassName
{
color: #4763A4;
}
.AnyTagClassName
{
color: #4763A4;
}
</style>
background-color css
<style>
a { background-color: #4763A4; }
a { background-color: rgb(71,99,164); }
div.DivClassName
{
background-color: #4763A4;
}
.BgClassName
{
background-color: #4763A4;
}
</style>
border-color css
<style>
span { border-color: #4763A4; }
span { border-color: rgb(71,99,164); }
td.TdClassName
{
border-color: #4763A4;
}
.TagClassName
{
border-color: #4763A4;
}
</style>