Shades of Mariner #46679D
Tints of Mariner #46679D
RGB
CMYK
RGB Variations
Color information
#46679D (or 0x46679D) is known color: Mariner. HEX triplet: 46, 67 and 9D. RGB value is (70,103,157). Sum of RGB (Red+Green+Blue) = 70+103+157=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #46679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46679D is #B99862. Grayscale: #636363. Windows color (decimal): -12163171 or 10315590. OLE color: 10315590.
HSL color Cylindrical-coordinate representation of color #46679D: hue angle of 217.24º 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 #46679D is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 103 | 157 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.38 |
| HSL | 217.24º | 0.38% | 0.45% | - |
| HSV(B) | 217.24º | 0.55% | 0.62% | - |
| XYZ | 13.46 | 13.44 | 33.78 | - |
| YUV | 99.29 | 160.57 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 157 | 0.55 | 0.34 | 0 | 0.38 | 217.24 | 0.38 | 0.45 |
| Hex | 46 | 67 | 9D | 37 | 22 | 0 | 26 | D9 | 26 | 2D |
| Octal | 106 | 147 | 235 | 67 | 42 | 0 | 46 | 331 | 46 | 55 |
| Binary | 1000110 | 1100111 | 10011101 | 110111 | 100010 | 0 | 100110 | 11011001 | 100110 | 101101 |
Color Harmonies of #46679D
Complementary color
Monochromatic Colors of #46679D
Black with #46679D
Text Example
Text Example
White with #46679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46679D; }
p { color: rgb(70,103,157); }
H1.HeaderClassName
{
color: #46679D;
}
.AnyTagClassName
{
color: #46679D;
}
</style>
background-color css
<style>
a { background-color: #46679D; }
a { background-color: rgb(70,103,157); }
div.DivClassName
{
background-color: #46679D;
}
.BgClassName
{
background-color: #46679D;
}
</style>
border-color css
<style>
span { border-color: #46679D; }
span { border-color: rgb(70,103,157); }
td.TdClassName
{
border-color: #46679D;
}
.TagClassName
{
border-color: #46679D;
}
</style>