Shades of Mariner #466AB6
Tints of Mariner #466AB6
RGB
CMYK
RGB Variations
Color information
#466AB6 (or 0x466AB6) is known color: Mariner. HEX triplet: 46, 6A and B6. RGB value is (70,106,182). Sum of RGB (Red+Green+Blue) = 70+106+182=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #466AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466AB6 is #B99549. Grayscale: #676767. Windows color (decimal): -12162378 or 11954758. OLE color: 11954758.
HSL color Cylindrical-coordinate representation of color #466AB6: hue angle of 220.71º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #466AB6 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 106 | 182 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.29 |
| HSL | 220.71º | 0.44% | 0.49% | - |
| HSV(B) | 220.71º | 0.62% | 0.71% | - |
| XYZ | 16.12 | 14.99 | 46.3 | - |
| YUV | 103.9 | 172.07 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 182 | 0.62 | 0.42 | 0 | 0.29 | 220.71 | 0.44 | 0.49 |
| Hex | 46 | 6A | B6 | 3E | 2A | 0 | 1D | DD | 2C | 31 |
| Octal | 106 | 152 | 266 | 76 | 52 | 0 | 35 | 335 | 54 | 61 |
| Binary | 1000110 | 1101010 | 10110110 | 111110 | 101010 | 0 | 11101 | 11011101 | 101100 | 110001 |
Color Harmonies of #466AB6
Complementary color
Monochromatic Colors of #466AB6
Black with #466AB6
Text Example
Text Example
White with #466AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466AB6; }
p { color: rgb(70,106,182); }
H1.HeaderClassName
{
color: #466AB6;
}
.AnyTagClassName
{
color: #466AB6;
}
</style>
background-color css
<style>
a { background-color: #466AB6; }
a { background-color: rgb(70,106,182); }
div.DivClassName
{
background-color: #466AB6;
}
.BgClassName
{
background-color: #466AB6;
}
</style>
border-color css
<style>
span { border-color: #466AB6; }
span { border-color: rgb(70,106,182); }
td.TdClassName
{
border-color: #466AB6;
}
.TagClassName
{
border-color: #466AB6;
}
</style>