Shades of Mariner #476AB3
Tints of Mariner #476AB3
RGB
CMYK
RGB Variations
Color information
#476AB3 (or 0x476AB3) is known color: Mariner. HEX triplet: 47, 6A and B3. RGB value is (71,106,179). Sum of RGB (Red+Green+Blue) = 71+106+179=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #476AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476AB3 is #B8954C. Grayscale: #676767. Windows color (decimal): -12096845 or 11758151. OLE color: 11758151.
HSL color Cylindrical-coordinate representation of color #476AB3: hue angle of 220.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #476AB3 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 106 | 179 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.30 |
| HSL | 220.56º | 0.43% | 0.49% | - |
| HSV(B) | 220.56º | 0.6% | 0.7% | - |
| XYZ | 15.89 | 14.9 | 44.69 | - |
| YUV | 103.86 | 170.4 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 179 | 0.60 | 0.41 | 0 | 0.30 | 220.56 | 0.43 | 0.49 |
| Hex | 47 | 6A | B3 | 3C | 29 | 0 | 1E | DD | 2B | 31 |
| Octal | 107 | 152 | 263 | 74 | 51 | 0 | 36 | 335 | 53 | 61 |
| Binary | 1000111 | 1101010 | 10110011 | 111100 | 101001 | 0 | 11110 | 11011101 | 101011 | 110001 |
Color Harmonies of #476AB3
Complementary color
Monochromatic Colors of #476AB3
Black with #476AB3
Text Example
Text Example
White with #476AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476AB3; }
p { color: rgb(71,106,179); }
H1.HeaderClassName
{
color: #476AB3;
}
.AnyTagClassName
{
color: #476AB3;
}
</style>
background-color css
<style>
a { background-color: #476AB3; }
a { background-color: rgb(71,106,179); }
div.DivClassName
{
background-color: #476AB3;
}
.BgClassName
{
background-color: #476AB3;
}
</style>
border-color css
<style>
span { border-color: #476AB3; }
span { border-color: rgb(71,106,179); }
td.TdClassName
{
border-color: #476AB3;
}
.TagClassName
{
border-color: #476AB3;
}
</style>