Shades of Mariner #475CAC
Tints of Mariner #475CAC
RGB
CMYK
RGB Variations
Color information
#475CAC (or 0x475CAC) is known color: Mariner. HEX triplet: 47, 5C and AC. RGB value is (71,92,172). Sum of RGB (Red+Green+Blue) = 71+92+172=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #475CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475CAC is #B8A353. Grayscale: #5E5E5E. Windows color (decimal): -12100436 or 11295815. OLE color: 11295815.
HSL color Cylindrical-coordinate representation of color #475CAC: hue angle of 227.52º 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 #475CAC is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 92 | 172 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.33 |
| HSL | 227.52º | 0.42% | 0.48% | - |
| HSV(B) | 227.52º | 0.59% | 0.67% | - |
| XYZ | 13.87 | 11.97 | 40.61 | - |
| YUV | 94.84 | 171.54 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 172 | 0.59 | 0.47 | 0 | 0.33 | 227.52 | 0.42 | 0.48 |
| Hex | 47 | 5C | AC | 3B | 2F | 0 | 21 | E4 | 2A | 30 |
| Octal | 107 | 134 | 254 | 73 | 57 | 0 | 41 | 344 | 52 | 60 |
| Binary | 1000111 | 1011100 | 10101100 | 111011 | 101111 | 0 | 100001 | 11100100 | 101010 | 110000 |
Color Harmonies of #475CAC
Complementary color
Monochromatic Colors of #475CAC
Black with #475CAC
Text Example
Text Example
White with #475CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475CAC; }
p { color: rgb(71,92,172); }
H1.HeaderClassName
{
color: #475CAC;
}
.AnyTagClassName
{
color: #475CAC;
}
</style>
background-color css
<style>
a { background-color: #475CAC; }
a { background-color: rgb(71,92,172); }
div.DivClassName
{
background-color: #475CAC;
}
.BgClassName
{
background-color: #475CAC;
}
</style>
border-color css
<style>
span { border-color: #475CAC; }
span { border-color: rgb(71,92,172); }
td.TdClassName
{
border-color: #475CAC;
}
.TagClassName
{
border-color: #475CAC;
}
</style>