Shades of Mariner #46629A
Tints of Mariner #46629A
RGB
CMYK
RGB Variations
Color information
#46629A (or 0x46629A) is known color: Mariner. HEX triplet: 46, 62 and 9A. RGB value is (70,98,154). Sum of RGB (Red+Green+Blue) = 70+98+154=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #46629A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46629A is #B99D65. Grayscale: #5F5F5F. Windows color (decimal): -12164454 or 10117702. OLE color: 10117702.
HSL color Cylindrical-coordinate representation of color #46629A: hue angle of 220º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46629A is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 98 | 154 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.40 |
| HSL | 220º | 0.38% | 0.44% | - |
| HSV(B) | 220º | 0.55% | 0.6% | - |
| XYZ | 12.73 | 12.37 | 32.29 | - |
| YUV | 96.01 | 160.72 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 154 | 0.55 | 0.36 | 0 | 0.40 | 220 | 0.38 | 0.44 |
| Hex | 46 | 62 | 9A | 37 | 24 | 0 | 28 | DC | 26 | 2C |
| Octal | 106 | 142 | 232 | 67 | 44 | 0 | 50 | 334 | 46 | 54 |
| Binary | 1000110 | 1100010 | 10011010 | 110111 | 100100 | 0 | 101000 | 11011100 | 100110 | 101100 |
Color Harmonies of #46629A
Complementary color
Monochromatic Colors of #46629A
Black with #46629A
Text Example
Text Example
White with #46629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46629A; }
p { color: rgb(70,98,154); }
H1.HeaderClassName
{
color: #46629A;
}
.AnyTagClassName
{
color: #46629A;
}
</style>
background-color css
<style>
a { background-color: #46629A; }
a { background-color: rgb(70,98,154); }
div.DivClassName
{
background-color: #46629A;
}
.BgClassName
{
background-color: #46629A;
}
</style>
border-color css
<style>
span { border-color: #46629A; }
span { border-color: rgb(70,98,154); }
td.TdClassName
{
border-color: #46629A;
}
.TagClassName
{
border-color: #46629A;
}
</style>