Shades of Mariner #46649D
Tints of Mariner #46649D
RGB
CMYK
RGB Variations
Color information
#46649D (or 0x46649D) is known color: Mariner. HEX triplet: 46, 64 and 9D. RGB value is (70,100,157). Sum of RGB (Red+Green+Blue) = 70+100+157=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #46649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46649D is #B99B62. Grayscale: #616161. Windows color (decimal): -12163939 or 10314822. OLE color: 10314822.
HSL color Cylindrical-coordinate representation of color #46649D: hue angle of 219.31º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46649D is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 100 | 157 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.38 |
| HSL | 219.31º | 0.38% | 0.45% | - |
| HSV(B) | 219.31º | 0.55% | 0.62% | - |
| XYZ | 13.17 | 12.85 | 33.68 | - |
| YUV | 97.53 | 161.56 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 100 | 157 | 0.55 | 0.36 | 0 | 0.38 | 219.31 | 0.38 | 0.45 |
| Hex | 46 | 64 | 9D | 37 | 24 | 0 | 26 | DB | 26 | 2D |
| Octal | 106 | 144 | 235 | 67 | 44 | 0 | 46 | 333 | 46 | 55 |
| Binary | 1000110 | 1100100 | 10011101 | 110111 | 100100 | 0 | 100110 | 11011011 | 100110 | 101101 |
Color Harmonies of #46649D
Complementary color
Monochromatic Colors of #46649D
Black with #46649D
Text Example
Text Example
White with #46649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46649D; }
p { color: rgb(70,100,157); }
H1.HeaderClassName
{
color: #46649D;
}
.AnyTagClassName
{
color: #46649D;
}
</style>
background-color css
<style>
a { background-color: #46649D; }
a { background-color: rgb(70,100,157); }
div.DivClassName
{
background-color: #46649D;
}
.BgClassName
{
background-color: #46649D;
}
</style>
border-color css
<style>
span { border-color: #46649D; }
span { border-color: rgb(70,100,157); }
td.TdClassName
{
border-color: #46649D;
}
.TagClassName
{
border-color: #46649D;
}
</style>