Shades of Mariner #465BA7
Tints of Mariner #465BA7
RGB
CMYK
RGB Variations
Color information
#465BA7 (or 0x465BA7) is known color: Mariner. HEX triplet: 46, 5B and A7. RGB value is (70,91,167). Sum of RGB (Red+Green+Blue) = 70+91+167=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 167 (65.62% from 255 or 50.91% from 328); Max value from RGB is 167 - color contains mainly: blue. Hex color #465BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465BA7 is #B9A458. Grayscale: #5D5D5D. Windows color (decimal): -12166233 or 10967878. OLE color: 10967878.
HSL color Cylindrical-coordinate representation of color #465BA7: hue angle of 227.01º 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 #465BA7 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 91 | 167 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.35 |
| HSL | 227.01º | 0.41% | 0.46% | - |
| HSV(B) | 227.01º | 0.58% | 0.65% | - |
| XYZ | 13.24 | 11.57 | 38.1 | - |
| YUV | 93.39 | 169.54 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 167 | 0.58 | 0.46 | 0 | 0.35 | 227.01 | 0.41 | 0.46 |
| Hex | 46 | 5B | A7 | 3A | 2E | 0 | 23 | E3 | 29 | 2E |
| Octal | 106 | 133 | 247 | 72 | 56 | 0 | 43 | 343 | 51 | 56 |
| Binary | 1000110 | 1011011 | 10100111 | 111010 | 101110 | 0 | 100011 | 11100011 | 101001 | 101110 |
Color Harmonies of #465BA7
Complementary color
Monochromatic Colors of #465BA7
Black with #465BA7
Text Example
Text Example
White with #465BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465BA7; }
p { color: rgb(70,91,167); }
H1.HeaderClassName
{
color: #465BA7;
}
.AnyTagClassName
{
color: #465BA7;
}
</style>
background-color css
<style>
a { background-color: #465BA7; }
a { background-color: rgb(70,91,167); }
div.DivClassName
{
background-color: #465BA7;
}
.BgClassName
{
background-color: #465BA7;
}
</style>
border-color css
<style>
span { border-color: #465BA7; }
span { border-color: rgb(70,91,167); }
td.TdClassName
{
border-color: #465BA7;
}
.TagClassName
{
border-color: #465BA7;
}
</style>