Shades of Mariner #475C9B
Tints of Mariner #475C9B
RGB
CMYK
RGB Variations
Color information
#475C9B (or 0x475C9B) is known color: Mariner. HEX triplet: 47, 5C and 9B. RGB value is (71,92,155). Sum of RGB (Red+Green+Blue) = 71+92+155=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #475C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475C9B is #B8A364. Grayscale: #5C5C5C. Windows color (decimal): -12100453 or 10181703. OLE color: 10181703.
HSL color Cylindrical-coordinate representation of color #475C9B: hue angle of 225º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #475C9B is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 92 | 155 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.39 |
| HSL | 225º | 0.37% | 0.44% | - |
| HSV(B) | 225º | 0.54% | 0.61% | - |
| XYZ | 12.34 | 11.36 | 32.55 | - |
| YUV | 92.9 | 163.04 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 155 | 0.54 | 0.41 | 0 | 0.39 | 225 | 0.37 | 0.44 |
| Hex | 47 | 5C | 9B | 36 | 29 | 0 | 27 | E1 | 25 | 2C |
| Octal | 107 | 134 | 233 | 66 | 51 | 0 | 47 | 341 | 45 | 54 |
| Binary | 1000111 | 1011100 | 10011011 | 110110 | 101001 | 0 | 100111 | 11100001 | 100101 | 101100 |
Color Harmonies of #475C9B
Complementary color
Monochromatic Colors of #475C9B
Black with #475C9B
Text Example
Text Example
White with #475C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475C9B; }
p { color: rgb(71,92,155); }
H1.HeaderClassName
{
color: #475C9B;
}
.AnyTagClassName
{
color: #475C9B;
}
</style>
background-color css
<style>
a { background-color: #475C9B; }
a { background-color: rgb(71,92,155); }
div.DivClassName
{
background-color: #475C9B;
}
.BgClassName
{
background-color: #475C9B;
}
</style>
border-color css
<style>
span { border-color: #475C9B; }
span { border-color: rgb(71,92,155); }
td.TdClassName
{
border-color: #475C9B;
}
.TagClassName
{
border-color: #475C9B;
}
</style>