Shades of Mariner #46629B
Tints of Mariner #46629B
RGB
CMYK
RGB Variations
Color information
#46629B (or 0x46629B) is known color: Mariner. HEX triplet: 46, 62 and 9B. RGB value is (70,98,155). Sum of RGB (Red+Green+Blue) = 70+98+155=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #46629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46629B is #B99D64. Grayscale: #5F5F5F. Windows color (decimal): -12164453 or 10183238. OLE color: 10183238.
HSL color Cylindrical-coordinate representation of color #46629B: hue angle of 220.24º 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 #46629B is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 98 | 155 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.39 |
| HSL | 220.24º | 0.38% | 0.44% | - |
| HSV(B) | 220.24º | 0.55% | 0.61% | - |
| XYZ | 12.81 | 12.4 | 32.73 | - |
| YUV | 96.13 | 161.22 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 155 | 0.55 | 0.37 | 0 | 0.39 | 220.24 | 0.38 | 0.44 |
| Hex | 46 | 62 | 9B | 37 | 25 | 0 | 27 | DC | 26 | 2C |
| Octal | 106 | 142 | 233 | 67 | 45 | 0 | 47 | 334 | 46 | 54 |
| Binary | 1000110 | 1100010 | 10011011 | 110111 | 100101 | 0 | 100111 | 11011100 | 100110 | 101100 |
Color Harmonies of #46629B
Complementary color
Monochromatic Colors of #46629B
Black with #46629B
Text Example
Text Example
White with #46629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46629B; }
p { color: rgb(70,98,155); }
H1.HeaderClassName
{
color: #46629B;
}
.AnyTagClassName
{
color: #46629B;
}
</style>
background-color css
<style>
a { background-color: #46629B; }
a { background-color: rgb(70,98,155); }
div.DivClassName
{
background-color: #46629B;
}
.BgClassName
{
background-color: #46629B;
}
</style>
border-color css
<style>
span { border-color: #46629B; }
span { border-color: rgb(70,98,155); }
td.TdClassName
{
border-color: #46629B;
}
.TagClassName
{
border-color: #46629B;
}
</style>