Shades of Mariner #476AA5
Tints of Mariner #476AA5
RGB
CMYK
RGB Variations
Color information
#476AA5 (or 0x476AA5) is known color: Mariner. HEX triplet: 47, 6A and A5. RGB value is (71,106,165). Sum of RGB (Red+Green+Blue) = 71+106+165=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 165 (64.84% from 255 or 48.25% from 342); Max value from RGB is 165 - color contains mainly: blue. Hex color #476AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476AA5 is #B8955A. Grayscale: #656565. Windows color (decimal): -12096859 or 10840647. OLE color: 10840647.
HSL color Cylindrical-coordinate representation of color #476AA5: hue angle of 217.66º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #476AA5 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 106 | 165 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.35 |
| HSL | 217.66º | 0.4% | 0.46% | - |
| HSV(B) | 217.66º | 0.57% | 0.65% | - |
| XYZ | 14.54 | 14.36 | 37.6 | - |
| YUV | 102.26 | 163.4 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 165 | 0.57 | 0.36 | 0 | 0.35 | 217.66 | 0.4 | 0.46 |
| Hex | 47 | 6A | A5 | 39 | 24 | 0 | 23 | DA | 28 | 2E |
| Octal | 107 | 152 | 245 | 71 | 44 | 0 | 43 | 332 | 50 | 56 |
| Binary | 1000111 | 1101010 | 10100101 | 111001 | 100100 | 0 | 100011 | 11011010 | 101000 | 101110 |
Color Harmonies of #476AA5
Complementary color
Monochromatic Colors of #476AA5
Black with #476AA5
Text Example
Text Example
White with #476AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476AA5; }
p { color: rgb(71,106,165); }
H1.HeaderClassName
{
color: #476AA5;
}
.AnyTagClassName
{
color: #476AA5;
}
</style>
background-color css
<style>
a { background-color: #476AA5; }
a { background-color: rgb(71,106,165); }
div.DivClassName
{
background-color: #476AA5;
}
.BgClassName
{
background-color: #476AA5;
}
</style>
border-color css
<style>
span { border-color: #476AA5; }
span { border-color: rgb(71,106,165); }
td.TdClassName
{
border-color: #476AA5;
}
.TagClassName
{
border-color: #476AA5;
}
</style>