Shades of Mariner #465FAD
Tints of Mariner #465FAD
RGB
CMYK
RGB Variations
Color information
#465FAD (or 0x465FAD) is known color: Mariner. HEX triplet: 46, 5F and AD. RGB value is (70,95,173). Sum of RGB (Red+Green+Blue) = 70+95+173=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #465FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465FAD is #B9A052. Grayscale: #606060. Windows color (decimal): -12165203 or 11362118. OLE color: 11362118.
HSL color Cylindrical-coordinate representation of color #465FAD: hue angle of 225.44º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #465FAD is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 95 | 173 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.32 |
| HSL | 225.44º | 0.42% | 0.48% | - |
| HSV(B) | 225.44º | 0.6% | 0.68% | - |
| XYZ | 14.16 | 12.5 | 41.2 | - |
| YUV | 96.42 | 171.22 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 173 | 0.60 | 0.45 | 0 | 0.32 | 225.44 | 0.42 | 0.48 |
| Hex | 46 | 5F | AD | 3C | 2D | 0 | 20 | E1 | 2A | 30 |
| Octal | 106 | 137 | 255 | 74 | 55 | 0 | 40 | 341 | 52 | 60 |
| Binary | 1000110 | 1011111 | 10101101 | 111100 | 101101 | 0 | 100000 | 11100001 | 101010 | 110000 |
Color Harmonies of #465FAD
Complementary color
Monochromatic Colors of #465FAD
Black with #465FAD
Text Example
Text Example
White with #465FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FAD; }
p { color: rgb(70,95,173); }
H1.HeaderClassName
{
color: #465FAD;
}
.AnyTagClassName
{
color: #465FAD;
}
</style>
background-color css
<style>
a { background-color: #465FAD; }
a { background-color: rgb(70,95,173); }
div.DivClassName
{
background-color: #465FAD;
}
.BgClassName
{
background-color: #465FAD;
}
</style>
border-color css
<style>
span { border-color: #465FAD; }
span { border-color: rgb(70,95,173); }
td.TdClassName
{
border-color: #465FAD;
}
.TagClassName
{
border-color: #465FAD;
}
</style>