Shades of Mariner #4766AE
Tints of Mariner #4766AE
RGB
CMYK
RGB Variations
Color information
#4766AE (or 0x4766AE) is known color: Mariner. HEX triplet: 47, 66 and AE. RGB value is (71,102,174). Sum of RGB (Red+Green+Blue) = 71+102+174=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #4766AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4766AE is #B89951. Grayscale: #646464. Windows color (decimal): -12097874 or 11429447. OLE color: 11429447.
HSL color Cylindrical-coordinate representation of color #4766AE: hue angle of 221.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 #4766AE is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 102 | 174 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.32 |
| HSL | 221.94º | 0.42% | 0.48% | - |
| HSV(B) | 221.94º | 0.59% | 0.68% | - |
| XYZ | 14.99 | 13.9 | 41.94 | - |
| YUV | 100.94 | 169.23 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 174 | 0.59 | 0.41 | 0 | 0.32 | 221.94 | 0.42 | 0.48 |
| Hex | 47 | 66 | AE | 3B | 29 | 0 | 20 | DE | 2A | 30 |
| Octal | 107 | 146 | 256 | 73 | 51 | 0 | 40 | 336 | 52 | 60 |
| Binary | 1000111 | 1100110 | 10101110 | 111011 | 101001 | 0 | 100000 | 11011110 | 101010 | 110000 |
Color Harmonies of #4766AE
Complementary color
Monochromatic Colors of #4766AE
Black with #4766AE
Text Example
Text Example
White with #4766AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4766AE; }
p { color: rgb(71,102,174); }
H1.HeaderClassName
{
color: #4766AE;
}
.AnyTagClassName
{
color: #4766AE;
}
</style>
background-color css
<style>
a { background-color: #4766AE; }
a { background-color: rgb(71,102,174); }
div.DivClassName
{
background-color: #4766AE;
}
.BgClassName
{
background-color: #4766AE;
}
</style>
border-color css
<style>
span { border-color: #4766AE; }
span { border-color: rgb(71,102,174); }
td.TdClassName
{
border-color: #4766AE;
}
.TagClassName
{
border-color: #4766AE;
}
</style>