Shades of Mariner #465BA8
Tints of Mariner #465BA8
RGB
CMYK
RGB Variations
Color information
#465BA8 (or 0x465BA8) is known color: Mariner. HEX triplet: 46, 5B and A8. RGB value is (70,91,168). Sum of RGB (Red+Green+Blue) = 70+91+168=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 168 (66.02% from 255 or 51.06% from 329); Max value from RGB is 168 - color contains mainly: blue. Hex color #465BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465BA8 is #B9A457. Grayscale: #5D5D5D. Windows color (decimal): -12166232 or 11033414. OLE color: 11033414.
HSL color Cylindrical-coordinate representation of color #465BA8: hue angle of 227.14º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #465BA8 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 91 | 168 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.34 |
| HSL | 227.14º | 0.41% | 0.47% | - |
| HSV(B) | 227.14º | 0.58% | 0.66% | - |
| XYZ | 13.33 | 11.61 | 38.58 | - |
| YUV | 93.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 168 | 0.58 | 0.46 | 0 | 0.34 | 227.14 | 0.41 | 0.47 |
| Hex | 46 | 5B | A8 | 3A | 2E | 0 | 22 | E3 | 29 | 2F |
| Octal | 106 | 133 | 250 | 72 | 56 | 0 | 42 | 343 | 51 | 57 |
| Binary | 1000110 | 1011011 | 10101000 | 111010 | 101110 | 0 | 100010 | 11100011 | 101001 | 101111 |
Color Harmonies of #465BA8
Complementary color
Monochromatic Colors of #465BA8
Black with #465BA8
Text Example
Text Example
White with #465BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465BA8; }
p { color: rgb(70,91,168); }
H1.HeaderClassName
{
color: #465BA8;
}
.AnyTagClassName
{
color: #465BA8;
}
</style>
background-color css
<style>
a { background-color: #465BA8; }
a { background-color: rgb(70,91,168); }
div.DivClassName
{
background-color: #465BA8;
}
.BgClassName
{
background-color: #465BA8;
}
</style>
border-color css
<style>
span { border-color: #465BA8; }
span { border-color: rgb(70,91,168); }
td.TdClassName
{
border-color: #465BA8;
}
.TagClassName
{
border-color: #465BA8;
}
</style>