Shades of Mariner #4764AD
Tints of Mariner #4764AD
RGB
CMYK
RGB Variations
Color information
#4764AD (or 0x4764AD) is known color: Mariner. HEX triplet: 47, 64 and AD. RGB value is (71,100,173). Sum of RGB (Red+Green+Blue) = 71+100+173=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #4764AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4764AD is #B89B52. Grayscale: #636363. Windows color (decimal): -12098387 or 11363399. OLE color: 11363399.
HSL color Cylindrical-coordinate representation of color #4764AD: hue angle of 222.94º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4764AD is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 100 | 173 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.32 |
| HSL | 222.94º | 0.42% | 0.48% | - |
| HSV(B) | 222.94º | 0.59% | 0.68% | - |
| XYZ | 14.7 | 13.47 | 41.36 | - |
| YUV | 99.65 | 169.39 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 100 | 173 | 0.59 | 0.42 | 0 | 0.32 | 222.94 | 0.42 | 0.48 |
| Hex | 47 | 64 | AD | 3B | 2A | 0 | 20 | DF | 2A | 30 |
| Octal | 107 | 144 | 255 | 73 | 52 | 0 | 40 | 337 | 52 | 60 |
| Binary | 1000111 | 1100100 | 10101101 | 111011 | 101010 | 0 | 100000 | 11011111 | 101010 | 110000 |
Color Harmonies of #4764AD
Complementary color
Monochromatic Colors of #4764AD
Black with #4764AD
Text Example
Text Example
White with #4764AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4764AD; }
p { color: rgb(71,100,173); }
H1.HeaderClassName
{
color: #4764AD;
}
.AnyTagClassName
{
color: #4764AD;
}
</style>
background-color css
<style>
a { background-color: #4764AD; }
a { background-color: rgb(71,100,173); }
div.DivClassName
{
background-color: #4764AD;
}
.BgClassName
{
background-color: #4764AD;
}
</style>
border-color css
<style>
span { border-color: #4764AD; }
span { border-color: rgb(71,100,173); }
td.TdClassName
{
border-color: #4764AD;
}
.TagClassName
{
border-color: #4764AD;
}
</style>