Shades of Mariner #46689B
Tints of Mariner #46689B
RGB
CMYK
RGB Variations
Color information
#46689B (or 0x46689B) is known color: Mariner. HEX triplet: 46, 68 and 9B. RGB value is (70,104,155). Sum of RGB (Red+Green+Blue) = 70+104+155=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #46689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46689B is #B99764. Grayscale: #636363. Windows color (decimal): -12162917 or 10184774. OLE color: 10184774.
HSL color Cylindrical-coordinate representation of color #46689B: hue angle of 216º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46689B is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 104 | 155 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.39 |
| HSL | 216º | 0.38% | 0.44% | - |
| HSV(B) | 216º | 0.55% | 0.61% | - |
| XYZ | 13.39 | 13.57 | 32.92 | - |
| YUV | 99.65 | 159.24 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 155 | 0.55 | 0.33 | 0 | 0.39 | 216 | 0.38 | 0.44 |
| Hex | 46 | 68 | 9B | 37 | 21 | 0 | 27 | D8 | 26 | 2C |
| Octal | 106 | 150 | 233 | 67 | 41 | 0 | 47 | 330 | 46 | 54 |
| Binary | 1000110 | 1101000 | 10011011 | 110111 | 100001 | 0 | 100111 | 11011000 | 100110 | 101100 |
Color Harmonies of #46689B
Complementary color
Monochromatic Colors of #46689B
Black with #46689B
Text Example
Text Example
White with #46689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46689B; }
p { color: rgb(70,104,155); }
H1.HeaderClassName
{
color: #46689B;
}
.AnyTagClassName
{
color: #46689B;
}
</style>
background-color css
<style>
a { background-color: #46689B; }
a { background-color: rgb(70,104,155); }
div.DivClassName
{
background-color: #46689B;
}
.BgClassName
{
background-color: #46689B;
}
</style>
border-color css
<style>
span { border-color: #46689B; }
span { border-color: rgb(70,104,155); }
td.TdClassName
{
border-color: #46689B;
}
.TagClassName
{
border-color: #46689B;
}
</style>