Shades of Mariner #476BAE
Tints of Mariner #476BAE
RGB
CMYK
RGB Variations
Color information
#476BAE (or 0x476BAE) is known color: Mariner. HEX triplet: 47, 6B and AE. RGB value is (71,107,174). Sum of RGB (Red+Green+Blue) = 71+107+174=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #476BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476BAE is #B89451. Grayscale: #676767. Windows color (decimal): -12096594 or 11430727. OLE color: 11430727.
HSL color Cylindrical-coordinate representation of color #476BAE: hue angle of 219.03º 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 #476BAE is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 107 | 174 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.32 |
| HSL | 219.03º | 0.42% | 0.48% | - |
| HSV(B) | 219.03º | 0.59% | 0.68% | - |
| XYZ | 15.5 | 14.91 | 42.11 | - |
| YUV | 103.87 | 167.57 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 107 | 174 | 0.59 | 0.39 | 0 | 0.32 | 219.03 | 0.42 | 0.48 |
| Hex | 47 | 6B | AE | 3B | 27 | 0 | 20 | DB | 2A | 30 |
| Octal | 107 | 153 | 256 | 73 | 47 | 0 | 40 | 333 | 52 | 60 |
| Binary | 1000111 | 1101011 | 10101110 | 111011 | 100111 | 0 | 100000 | 11011011 | 101010 | 110000 |
Color Harmonies of #476BAE
Complementary color
Monochromatic Colors of #476BAE
Black with #476BAE
Text Example
Text Example
White with #476BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476BAE; }
p { color: rgb(71,107,174); }
H1.HeaderClassName
{
color: #476BAE;
}
.AnyTagClassName
{
color: #476BAE;
}
</style>
background-color css
<style>
a { background-color: #476BAE; }
a { background-color: rgb(71,107,174); }
div.DivClassName
{
background-color: #476BAE;
}
.BgClassName
{
background-color: #476BAE;
}
</style>
border-color css
<style>
span { border-color: #476BAE; }
span { border-color: rgb(71,107,174); }
td.TdClassName
{
border-color: #476BAE;
}
.TagClassName
{
border-color: #476BAE;
}
</style>