Shades of Mariner #465EAB
Tints of Mariner #465EAB
RGB
CMYK
RGB Variations
Color information
#465EAB (or 0x465EAB) is known color: Mariner. HEX triplet: 46, 5E and AB. RGB value is (70,94,171). Sum of RGB (Red+Green+Blue) = 70+94+171=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #465EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465EAB is #B9A154. Grayscale: #5F5F5F. Windows color (decimal): -12165461 or 11230790. OLE color: 11230790.
HSL color Cylindrical-coordinate representation of color #465EAB: hue angle of 225.74º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #465EAB is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 94 | 171 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.33 |
| HSL | 225.74º | 0.42% | 0.47% | - |
| HSV(B) | 225.74º | 0.59% | 0.67% | - |
| XYZ | 13.88 | 12.25 | 40.16 | - |
| YUV | 95.6 | 170.55 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 171 | 0.59 | 0.45 | 0 | 0.33 | 225.74 | 0.42 | 0.47 |
| Hex | 46 | 5E | AB | 3B | 2D | 0 | 21 | E2 | 2A | 2F |
| Octal | 106 | 136 | 253 | 73 | 55 | 0 | 41 | 342 | 52 | 57 |
| Binary | 1000110 | 1011110 | 10101011 | 111011 | 101101 | 0 | 100001 | 11100010 | 101010 | 101111 |
Color Harmonies of #465EAB
Complementary color
Monochromatic Colors of #465EAB
Black with #465EAB
Text Example
Text Example
White with #465EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465EAB; }
p { color: rgb(70,94,171); }
H1.HeaderClassName
{
color: #465EAB;
}
.AnyTagClassName
{
color: #465EAB;
}
</style>
background-color css
<style>
a { background-color: #465EAB; }
a { background-color: rgb(70,94,171); }
div.DivClassName
{
background-color: #465EAB;
}
.BgClassName
{
background-color: #465EAB;
}
</style>
border-color css
<style>
span { border-color: #465EAB; }
span { border-color: rgb(70,94,171); }
td.TdClassName
{
border-color: #465EAB;
}
.TagClassName
{
border-color: #465EAB;
}
</style>