Shades of Mariner #475FAC
Tints of Mariner #475FAC
RGB
CMYK
RGB Variations
Color information
#475FAC (or 0x475FAC) is known color: Mariner. HEX triplet: 47, 5F and AC. RGB value is (71,95,172). Sum of RGB (Red+Green+Blue) = 71+95+172=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #475FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475FAC is #B8A053. Grayscale: #606060. Windows color (decimal): -12099668 or 11296583. OLE color: 11296583.
HSL color Cylindrical-coordinate representation of color #475FAC: hue angle of 225.74º 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 #475FAC is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 95 | 172 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.33 |
| HSL | 225.74º | 0.42% | 0.48% | - |
| HSV(B) | 225.74º | 0.59% | 0.67% | - |
| XYZ | 14.14 | 12.5 | 40.7 | - |
| YUV | 96.6 | 170.55 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 95 | 172 | 0.59 | 0.45 | 0 | 0.33 | 225.74 | 0.42 | 0.48 |
| Hex | 47 | 5F | AC | 3B | 2D | 0 | 21 | E2 | 2A | 30 |
| Octal | 107 | 137 | 254 | 73 | 55 | 0 | 41 | 342 | 52 | 60 |
| Binary | 1000111 | 1011111 | 10101100 | 111011 | 101101 | 0 | 100001 | 11100010 | 101010 | 110000 |
Color Harmonies of #475FAC
Complementary color
Monochromatic Colors of #475FAC
Black with #475FAC
Text Example
Text Example
White with #475FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475FAC; }
p { color: rgb(71,95,172); }
H1.HeaderClassName
{
color: #475FAC;
}
.AnyTagClassName
{
color: #475FAC;
}
</style>
background-color css
<style>
a { background-color: #475FAC; }
a { background-color: rgb(71,95,172); }
div.DivClassName
{
background-color: #475FAC;
}
.BgClassName
{
background-color: #475FAC;
}
</style>
border-color css
<style>
span { border-color: #475FAC; }
span { border-color: rgb(71,95,172); }
td.TdClassName
{
border-color: #475FAC;
}
.TagClassName
{
border-color: #475FAC;
}
</style>