Shades of Mariner #476CB5
Tints of Mariner #476CB5
RGB
CMYK
RGB Variations
Color information
#476CB5 (or 0x476CB5) is known color: Mariner. HEX triplet: 47, 6C and B5. RGB value is (71,108,181). Sum of RGB (Red+Green+Blue) = 71+108+181=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 181 (71.09% from 255 or 50.28% from 360); Max value from RGB is 181 - color contains mainly: blue. Hex color #476CB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CB5 is #B8934A. Grayscale: #686868. Windows color (decimal): -12096331 or 11889735. OLE color: 11889735.
HSL color Cylindrical-coordinate representation of color #476CB5: hue angle of 219.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #476CB5 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 108 | 181 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.29 |
| HSL | 219.82º | 0.44% | 0.49% | - |
| HSV(B) | 219.82º | 0.61% | 0.71% | - |
| XYZ | 16.3 | 15.4 | 45.83 | - |
| YUV | 105.26 | 170.74 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 181 | 0.61 | 0.40 | 0 | 0.29 | 219.82 | 0.44 | 0.49 |
| Hex | 47 | 6C | B5 | 3D | 28 | 0 | 1D | DC | 2C | 31 |
| Octal | 107 | 154 | 265 | 75 | 50 | 0 | 35 | 334 | 54 | 61 |
| Binary | 1000111 | 1101100 | 10110101 | 111101 | 101000 | 0 | 11101 | 11011100 | 101100 | 110001 |
Color Harmonies of #476CB5
Complementary color
Monochromatic Colors of #476CB5
Black with #476CB5
Text Example
Text Example
White with #476CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476CB5; }
p { color: rgb(71,108,181); }
H1.HeaderClassName
{
color: #476CB5;
}
.AnyTagClassName
{
color: #476CB5;
}
</style>
background-color css
<style>
a { background-color: #476CB5; }
a { background-color: rgb(71,108,181); }
div.DivClassName
{
background-color: #476CB5;
}
.BgClassName
{
background-color: #476CB5;
}
</style>
border-color css
<style>
span { border-color: #476CB5; }
span { border-color: rgb(71,108,181); }
td.TdClassName
{
border-color: #476CB5;
}
.TagClassName
{
border-color: #476CB5;
}
</style>