Shades of Mariner #46639B
Tints of Mariner #46639B
RGB
CMYK
RGB Variations
Color information
#46639B (or 0x46639B) is known color: Mariner. HEX triplet: 46, 63 and 9B. RGB value is (70,99,155). Sum of RGB (Red+Green+Blue) = 70+99+155=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #46639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46639B is #B99C64. Grayscale: #606060. Windows color (decimal): -12164197 or 10183494. OLE color: 10183494.
HSL color Cylindrical-coordinate representation of color #46639B: hue angle of 219.53º 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 #46639B is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 99 | 155 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.39 |
| HSL | 219.53º | 0.38% | 0.44% | - |
| HSV(B) | 219.53º | 0.55% | 0.61% | - |
| XYZ | 12.9 | 12.59 | 32.76 | - |
| YUV | 96.71 | 160.89 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 99 | 155 | 0.55 | 0.36 | 0 | 0.39 | 219.53 | 0.38 | 0.44 |
| Hex | 46 | 63 | 9B | 37 | 24 | 0 | 27 | DC | 26 | 2C |
| Octal | 106 | 143 | 233 | 67 | 44 | 0 | 47 | 334 | 46 | 54 |
| Binary | 1000110 | 1100011 | 10011011 | 110111 | 100100 | 0 | 100111 | 11011100 | 100110 | 101100 |
Color Harmonies of #46639B
Complementary color
Monochromatic Colors of #46639B
Black with #46639B
Text Example
Text Example
White with #46639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46639B; }
p { color: rgb(70,99,155); }
H1.HeaderClassName
{
color: #46639B;
}
.AnyTagClassName
{
color: #46639B;
}
</style>
background-color css
<style>
a { background-color: #46639B; }
a { background-color: rgb(70,99,155); }
div.DivClassName
{
background-color: #46639B;
}
.BgClassName
{
background-color: #46639B;
}
</style>
border-color css
<style>
span { border-color: #46639B; }
span { border-color: rgb(70,99,155); }
td.TdClassName
{
border-color: #46639B;
}
.TagClassName
{
border-color: #46639B;
}
</style>