Shades of Mariner #4766B0
Tints of Mariner #4766B0
RGB
CMYK
RGB Variations
Color information
#4766B0 (or 0x4766B0) is known color: Mariner. HEX triplet: 47, 66 and B0. RGB value is (71,102,176). Sum of RGB (Red+Green+Blue) = 71+102+176=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 176 (69.14% from 255 or 50.43% from 349); Max value from RGB is 176 - color contains mainly: blue. Hex color #4766B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4766B0 is #B8994F. Grayscale: #646464. Windows color (decimal): -12097872 or 11560519. OLE color: 11560519.
HSL color Cylindrical-coordinate representation of color #4766B0: hue angle of 222.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4766B0 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 102 | 176 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.31 |
| HSL | 222.29º | 0.43% | 0.48% | - |
| HSV(B) | 222.29º | 0.6% | 0.69% | - |
| XYZ | 15.19 | 13.98 | 42.97 | - |
| YUV | 101.17 | 170.23 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 176 | 0.60 | 0.42 | 0 | 0.31 | 222.29 | 0.43 | 0.48 |
| Hex | 47 | 66 | B0 | 3C | 2A | 0 | 1F | DE | 2B | 30 |
| Octal | 107 | 146 | 260 | 74 | 52 | 0 | 37 | 336 | 53 | 60 |
| Binary | 1000111 | 1100110 | 10110000 | 111100 | 101010 | 0 | 11111 | 11011110 | 101011 | 110000 |
Color Harmonies of #4766B0
Complementary color
Monochromatic Colors of #4766B0
Black with #4766B0
Text Example
Text Example
White with #4766B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4766B0; }
p { color: rgb(71,102,176); }
H1.HeaderClassName
{
color: #4766B0;
}
.AnyTagClassName
{
color: #4766B0;
}
</style>
background-color css
<style>
a { background-color: #4766B0; }
a { background-color: rgb(71,102,176); }
div.DivClassName
{
background-color: #4766B0;
}
.BgClassName
{
background-color: #4766B0;
}
</style>
border-color css
<style>
span { border-color: #4766B0; }
span { border-color: rgb(71,102,176); }
td.TdClassName
{
border-color: #4766B0;
}
.TagClassName
{
border-color: #4766B0;
}
</style>