Shades of Mariner #475D8C
Tints of Mariner #475D8C
RGB
CMYK
RGB Variations
Color information
#475D8C (or 0x475D8C) is known color: Mariner. HEX triplet: 47, 5D and 8C. RGB value is (71,93,140). Sum of RGB (Red+Green+Blue) = 71+93+140=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #475D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475D8C is #B8A273. Grayscale: #5B5B5B. Windows color (decimal): -12100212 or 9198919. OLE color: 9198919.
HSL color Cylindrical-coordinate representation of color #475D8C: hue angle of 220.87º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #475D8C is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 93 | 140 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.45 |
| HSL | 220.87º | 0.33% | 0.41% | - |
| HSV(B) | 220.87º | 0.49% | 0.55% | - |
| XYZ | 11.25 | 11.06 | 26.35 | - |
| YUV | 91.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 140 | 0.49 | 0.34 | 0 | 0.45 | 220.87 | 0.33 | 0.41 |
| Hex | 47 | 5D | 8C | 31 | 22 | 0 | 2D | DD | 21 | 29 |
| Octal | 107 | 135 | 214 | 61 | 42 | 0 | 55 | 335 | 41 | 51 |
| Binary | 1000111 | 1011101 | 10001100 | 110001 | 100010 | 0 | 101101 | 11011101 | 100001 | 101001 |
Color Harmonies of #475D8C
Complementary color
Monochromatic Colors of #475D8C
Black with #475D8C
Text Example
Text Example
White with #475D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475D8C; }
p { color: rgb(71,93,140); }
H1.HeaderClassName
{
color: #475D8C;
}
.AnyTagClassName
{
color: #475D8C;
}
</style>
background-color css
<style>
a { background-color: #475D8C; }
a { background-color: rgb(71,93,140); }
div.DivClassName
{
background-color: #475D8C;
}
.BgClassName
{
background-color: #475D8C;
}
</style>
border-color css
<style>
span { border-color: #475D8C; }
span { border-color: rgb(71,93,140); }
td.TdClassName
{
border-color: #475D8C;
}
.TagClassName
{
border-color: #475D8C;
}
</style>