Shades of Mariner #465EA3
Tints of Mariner #465EA3
RGB
CMYK
RGB Variations
Color information
#465EA3 (or 0x465EA3) is known color: Mariner. HEX triplet: 46, 5E and A3. RGB value is (70,94,163). Sum of RGB (Red+Green+Blue) = 70+94+163=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 163 (64.06% from 255 or 49.85% from 327); Max value from RGB is 163 - color contains mainly: blue. Hex color #465EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465EA3 is #B9A15C. Grayscale: #5E5E5E. Windows color (decimal): -12165469 or 10706502. OLE color: 10706502.
HSL color Cylindrical-coordinate representation of color #465EA3: hue angle of 224.52º 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 #465EA3 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 94 | 163 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.36 |
| HSL | 224.52º | 0.4% | 0.46% | - |
| HSV(B) | 224.52º | 0.57% | 0.64% | - |
| XYZ | 13.14 | 11.95 | 36.26 | - |
| YUV | 94.69 | 166.55 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 163 | 0.57 | 0.42 | 0 | 0.36 | 224.52 | 0.4 | 0.46 |
| Hex | 46 | 5E | A3 | 39 | 2A | 0 | 24 | E1 | 28 | 2E |
| Octal | 106 | 136 | 243 | 71 | 52 | 0 | 44 | 341 | 50 | 56 |
| Binary | 1000110 | 1011110 | 10100011 | 111001 | 101010 | 0 | 100100 | 11100001 | 101000 | 101110 |
Color Harmonies of #465EA3
Complementary color
Monochromatic Colors of #465EA3
Black with #465EA3
Text Example
Text Example
White with #465EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465EA3; }
p { color: rgb(70,94,163); }
H1.HeaderClassName
{
color: #465EA3;
}
.AnyTagClassName
{
color: #465EA3;
}
</style>
background-color css
<style>
a { background-color: #465EA3; }
a { background-color: rgb(70,94,163); }
div.DivClassName
{
background-color: #465EA3;
}
.BgClassName
{
background-color: #465EA3;
}
</style>
border-color css
<style>
span { border-color: #465EA3; }
span { border-color: rgb(70,94,163); }
td.TdClassName
{
border-color: #465EA3;
}
.TagClassName
{
border-color: #465EA3;
}
</style>