Shades of Mariner #466BA7
Tints of Mariner #466BA7
RGB
CMYK
RGB Variations
Color information
#466BA7 (or 0x466BA7) is known color: Mariner. HEX triplet: 46, 6B and A7. RGB value is (70,107,167). Sum of RGB (Red+Green+Blue) = 70+107+167=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 167 (65.62% from 255 or 48.55% from 344); Max value from RGB is 167 - color contains mainly: blue. Hex color #466BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466BA7 is #B99458. Grayscale: #666666. Windows color (decimal): -12162137 or 10971974. OLE color: 10971974.
HSL color Cylindrical-coordinate representation of color #466BA7: hue angle of 217.11º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #466BA7 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 107 | 167 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.35 |
| HSL | 217.11º | 0.41% | 0.46% | - |
| HSV(B) | 217.11º | 0.58% | 0.65% | - |
| XYZ | 14.76 | 14.61 | 38.6 | - |
| YUV | 102.78 | 164.24 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 167 | 0.58 | 0.36 | 0 | 0.35 | 217.11 | 0.41 | 0.46 |
| Hex | 46 | 6B | A7 | 3A | 24 | 0 | 23 | D9 | 29 | 2E |
| Octal | 106 | 153 | 247 | 72 | 44 | 0 | 43 | 331 | 51 | 56 |
| Binary | 1000110 | 1101011 | 10100111 | 111010 | 100100 | 0 | 100011 | 11011001 | 101001 | 101110 |
Color Harmonies of #466BA7
Complementary color
Monochromatic Colors of #466BA7
Black with #466BA7
Text Example
Text Example
White with #466BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466BA7; }
p { color: rgb(70,107,167); }
H1.HeaderClassName
{
color: #466BA7;
}
.AnyTagClassName
{
color: #466BA7;
}
</style>
background-color css
<style>
a { background-color: #466BA7; }
a { background-color: rgb(70,107,167); }
div.DivClassName
{
background-color: #466BA7;
}
.BgClassName
{
background-color: #466BA7;
}
</style>
border-color css
<style>
span { border-color: #466BA7; }
span { border-color: rgb(70,107,167); }
td.TdClassName
{
border-color: #466BA7;
}
.TagClassName
{
border-color: #466BA7;
}
</style>