Shades of Mariner #465AA3
Tints of Mariner #465AA3
RGB
CMYK
RGB Variations
Color information
#465AA3 (or 0x465AA3) is known color: Mariner. HEX triplet: 46, 5A and A3. RGB value is (70,90,163). Sum of RGB (Red+Green+Blue) = 70+90+163=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 163 (64.06% from 255 or 50.46% from 323); Max value from RGB is 163 - color contains mainly: blue. Hex color #465AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465AA3 is #B9A55C. Grayscale: #5C5C5C. Windows color (decimal): -12166493 or 10705478. OLE color: 10705478.
HSL color Cylindrical-coordinate representation of color #465AA3: hue angle of 227.1º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #465AA3 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 90 | 163 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.36 |
| HSL | 227.1º | 0.4% | 0.46% | - |
| HSV(B) | 227.1º | 0.57% | 0.64% | - |
| XYZ | 12.79 | 11.26 | 36.15 | - |
| YUV | 92.34 | 167.87 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 163 | 0.57 | 0.45 | 0 | 0.36 | 227.1 | 0.4 | 0.46 |
| Hex | 46 | 5A | A3 | 39 | 2D | 0 | 24 | E3 | 28 | 2E |
| Octal | 106 | 132 | 243 | 71 | 55 | 0 | 44 | 343 | 50 | 56 |
| Binary | 1000110 | 1011010 | 10100011 | 111001 | 101101 | 0 | 100100 | 11100011 | 101000 | 101110 |
Color Harmonies of #465AA3
Complementary color
Monochromatic Colors of #465AA3
Black with #465AA3
Text Example
Text Example
White with #465AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465AA3; }
p { color: rgb(70,90,163); }
H1.HeaderClassName
{
color: #465AA3;
}
.AnyTagClassName
{
color: #465AA3;
}
</style>
background-color css
<style>
a { background-color: #465AA3; }
a { background-color: rgb(70,90,163); }
div.DivClassName
{
background-color: #465AA3;
}
.BgClassName
{
background-color: #465AA3;
}
</style>
border-color css
<style>
span { border-color: #465AA3; }
span { border-color: rgb(70,90,163); }
td.TdClassName
{
border-color: #465AA3;
}
.TagClassName
{
border-color: #465AA3;
}
</style>