Shades of Mariner #476AAC
Tints of Mariner #476AAC
RGB
CMYK
RGB Variations
Color information
#476AAC (or 0x476AAC) is known color: Mariner. HEX triplet: 47, 6A and AC. RGB value is (71,106,172). Sum of RGB (Red+Green+Blue) = 71+106+172=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #476AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476AAC is #B89553. Grayscale: #666666. Windows color (decimal): -12096852 or 11299399. OLE color: 11299399.
HSL color Cylindrical-coordinate representation of color #476AAC: hue angle of 219.21º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #476AAC is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 106 | 172 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.33 |
| HSL | 219.21º | 0.42% | 0.48% | - |
| HSV(B) | 219.21º | 0.59% | 0.67% | - |
| XYZ | 15.2 | 14.63 | 41.05 | - |
| YUV | 103.06 | 166.9 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 172 | 0.59 | 0.38 | 0 | 0.33 | 219.21 | 0.42 | 0.48 |
| Hex | 47 | 6A | AC | 3B | 26 | 0 | 21 | DB | 2A | 30 |
| Octal | 107 | 152 | 254 | 73 | 46 | 0 | 41 | 333 | 52 | 60 |
| Binary | 1000111 | 1101010 | 10101100 | 111011 | 100110 | 0 | 100001 | 11011011 | 101010 | 110000 |
Color Harmonies of #476AAC
Complementary color
Monochromatic Colors of #476AAC
Black with #476AAC
Text Example
Text Example
White with #476AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476AAC; }
p { color: rgb(71,106,172); }
H1.HeaderClassName
{
color: #476AAC;
}
.AnyTagClassName
{
color: #476AAC;
}
</style>
background-color css
<style>
a { background-color: #476AAC; }
a { background-color: rgb(71,106,172); }
div.DivClassName
{
background-color: #476AAC;
}
.BgClassName
{
background-color: #476AAC;
}
</style>
border-color css
<style>
span { border-color: #476AAC; }
span { border-color: rgb(71,106,172); }
td.TdClassName
{
border-color: #476AAC;
}
.TagClassName
{
border-color: #476AAC;
}
</style>