Shades of Mariner #476CB1
Tints of Mariner #476CB1
RGB
CMYK
RGB Variations
Color information
#476CB1 (or 0x476CB1) is known color: Mariner. HEX triplet: 47, 6C and B1. RGB value is (71,108,177). Sum of RGB (Red+Green+Blue) = 71+108+177=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #476CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476CB1 is #B8934E. Grayscale: #686868. Windows color (decimal): -12096335 or 11627591. OLE color: 11627591.
HSL color Cylindrical-coordinate representation of color #476CB1: hue angle of 219.06º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #476CB1 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 108 | 177 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.31 |
| HSL | 219.06º | 0.43% | 0.49% | - |
| HSV(B) | 219.06º | 0.6% | 0.69% | - |
| XYZ | 15.9 | 15.24 | 43.7 | - |
| YUV | 104.8 | 168.74 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 177 | 0.60 | 0.39 | 0 | 0.31 | 219.06 | 0.43 | 0.49 |
| Hex | 47 | 6C | B1 | 3C | 27 | 0 | 1F | DB | 2B | 31 |
| Octal | 107 | 154 | 261 | 74 | 47 | 0 | 37 | 333 | 53 | 61 |
| Binary | 1000111 | 1101100 | 10110001 | 111100 | 100111 | 0 | 11111 | 11011011 | 101011 | 110001 |
Color Harmonies of #476CB1
Complementary color
Monochromatic Colors of #476CB1
Black with #476CB1
Text Example
Text Example
White with #476CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476CB1; }
p { color: rgb(71,108,177); }
H1.HeaderClassName
{
color: #476CB1;
}
.AnyTagClassName
{
color: #476CB1;
}
</style>
background-color css
<style>
a { background-color: #476CB1; }
a { background-color: rgb(71,108,177); }
div.DivClassName
{
background-color: #476CB1;
}
.BgClassName
{
background-color: #476CB1;
}
</style>
border-color css
<style>
span { border-color: #476CB1; }
span { border-color: rgb(71,108,177); }
td.TdClassName
{
border-color: #476CB1;
}
.TagClassName
{
border-color: #476CB1;
}
</style>