Shades of Mariner #465FA3
Tints of Mariner #465FA3
RGB
CMYK
RGB Variations
Color information
#465FA3 (or 0x465FA3) is known color: Mariner. HEX triplet: 46, 5F and A3. RGB value is (70,95,163). Sum of RGB (Red+Green+Blue) = 70+95+163=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 163 (64.06% from 255 or 49.70% from 328); Max value from RGB is 163 - color contains mainly: blue. Hex color #465FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465FA3 is #B9A05C. Grayscale: #5E5E5E. Windows color (decimal): -12165213 or 10706758. OLE color: 10706758.
HSL color Cylindrical-coordinate representation of color #465FA3: hue angle of 223.87º 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 #465FA3 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 95 | 163 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.36 |
| HSL | 223.87º | 0.4% | 0.46% | - |
| HSV(B) | 223.87º | 0.57% | 0.64% | - |
| XYZ | 13.23 | 12.13 | 36.29 | - |
| YUV | 95.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 163 | 0.57 | 0.42 | 0 | 0.36 | 223.87 | 0.4 | 0.46 |
| Hex | 46 | 5F | A3 | 39 | 2A | 0 | 24 | E0 | 28 | 2E |
| Octal | 106 | 137 | 243 | 71 | 52 | 0 | 44 | 340 | 50 | 56 |
| Binary | 1000110 | 1011111 | 10100011 | 111001 | 101010 | 0 | 100100 | 11100000 | 101000 | 101110 |
Color Harmonies of #465FA3
Complementary color
Monochromatic Colors of #465FA3
Black with #465FA3
Text Example
Text Example
White with #465FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FA3; }
p { color: rgb(70,95,163); }
H1.HeaderClassName
{
color: #465FA3;
}
.AnyTagClassName
{
color: #465FA3;
}
</style>
background-color css
<style>
a { background-color: #465FA3; }
a { background-color: rgb(70,95,163); }
div.DivClassName
{
background-color: #465FA3;
}
.BgClassName
{
background-color: #465FA3;
}
</style>
border-color css
<style>
span { border-color: #465FA3; }
span { border-color: rgb(70,95,163); }
td.TdClassName
{
border-color: #465FA3;
}
.TagClassName
{
border-color: #465FA3;
}
</style>