Shades of Mariner #476495
Tints of Mariner #476495
RGB
CMYK
RGB Variations
Color information
#476495 (or 0x476495) is known color: Mariner. HEX triplet: 47, 64 and 95. RGB value is (71,100,149). Sum of RGB (Red+Green+Blue) = 71+100+149=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #476495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476495 is #B89B6A. Grayscale: #606060. Windows color (decimal): -12098411 or 9790535. OLE color: 9790535.
HSL color Cylindrical-coordinate representation of color #476495: hue angle of 217.69º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #476495 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 100 | 149 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.42 |
| HSL | 217.69º | 0.35% | 0.43% | - |
| HSV(B) | 217.69º | 0.52% | 0.58% | - |
| XYZ | 12.58 | 12.62 | 30.21 | - |
| YUV | 96.92 | 157.39 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 100 | 149 | 0.52 | 0.33 | 0 | 0.42 | 217.69 | 0.35 | 0.43 |
| Hex | 47 | 64 | 95 | 34 | 21 | 0 | 2A | DA | 23 | 2B |
| Octal | 107 | 144 | 225 | 64 | 41 | 0 | 52 | 332 | 43 | 53 |
| Binary | 1000111 | 1100100 | 10010101 | 110100 | 100001 | 0 | 101010 | 11011010 | 100011 | 101011 |
Color Harmonies of #476495
Complementary color
Monochromatic Colors of #476495
Black with #476495
Text Example
Text Example
White with #476495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476495; }
p { color: rgb(71,100,149); }
H1.HeaderClassName
{
color: #476495;
}
.AnyTagClassName
{
color: #476495;
}
</style>
background-color css
<style>
a { background-color: #476495; }
a { background-color: rgb(71,100,149); }
div.DivClassName
{
background-color: #476495;
}
.BgClassName
{
background-color: #476495;
}
</style>
border-color css
<style>
span { border-color: #476495; }
span { border-color: rgb(71,100,149); }
td.TdClassName
{
border-color: #476495;
}
.TagClassName
{
border-color: #476495;
}
</style>