Shades of Mariner #4766A0
Tints of Mariner #4766A0
RGB
CMYK
RGB Variations
Color information
#4766A0 (or 0x4766A0) is known color: Mariner. HEX triplet: 47, 66 and A0. RGB value is (71,102,160). Sum of RGB (Red+Green+Blue) = 71+102+160=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 160 - color contains mainly: blue. Hex color #4766A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4766A0 is #B8995F. Grayscale: #636363. Windows color (decimal): -12097888 or 10511943. OLE color: 10511943.
HSL color Cylindrical-coordinate representation of color #4766A0: hue angle of 219.1º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4766A0 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 102 | 160 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.37 |
| HSL | 219.1º | 0.39% | 0.45% | - |
| HSV(B) | 219.1º | 0.56% | 0.63% | - |
| XYZ | 13.7 | 13.38 | 35.12 | - |
| YUV | 99.34 | 162.23 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 160 | 0.56 | 0.36 | 0 | 0.37 | 219.1 | 0.39 | 0.45 |
| Hex | 47 | 66 | A0 | 38 | 24 | 0 | 25 | DB | 27 | 2D |
| Octal | 107 | 146 | 240 | 70 | 44 | 0 | 45 | 333 | 47 | 55 |
| Binary | 1000111 | 1100110 | 10100000 | 111000 | 100100 | 0 | 100101 | 11011011 | 100111 | 101101 |
Color Harmonies of #4766A0
Complementary color
Monochromatic Colors of #4766A0
Black with #4766A0
Text Example
Text Example
White with #4766A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4766A0; }
p { color: rgb(71,102,160); }
H1.HeaderClassName
{
color: #4766A0;
}
.AnyTagClassName
{
color: #4766A0;
}
</style>
background-color css
<style>
a { background-color: #4766A0; }
a { background-color: rgb(71,102,160); }
div.DivClassName
{
background-color: #4766A0;
}
.BgClassName
{
background-color: #4766A0;
}
</style>
border-color css
<style>
span { border-color: #4766A0; }
span { border-color: rgb(71,102,160); }
td.TdClassName
{
border-color: #4766A0;
}
.TagClassName
{
border-color: #4766A0;
}
</style>