Shades of Mariner #465995
Tints of Mariner #465995
RGB
CMYK
RGB Variations
Color information
#465995 (or 0x465995) is known color: Mariner. HEX triplet: 46, 59 and 95. RGB value is (70,89,149). Sum of RGB (Red+Green+Blue) = 70+89+149=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #465995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465995 is #B9A66A. Grayscale: #595959. Windows color (decimal): -12166763 or 9787718. OLE color: 9787718.
HSL color Cylindrical-coordinate representation of color #465995: hue angle of 225.57º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #465995 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 89 | 149 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.42 |
| HSL | 225.57º | 0.36% | 0.43% | - |
| HSV(B) | 225.57º | 0.53% | 0.58% | - |
| XYZ | 11.52 | 10.62 | 29.88 | - |
| YUV | 90.16 | 161.21 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 149 | 0.53 | 0.40 | 0 | 0.42 | 225.57 | 0.36 | 0.43 |
| Hex | 46 | 59 | 95 | 35 | 28 | 0 | 2A | E2 | 24 | 2B |
| Octal | 106 | 131 | 225 | 65 | 50 | 0 | 52 | 342 | 44 | 53 |
| Binary | 1000110 | 1011001 | 10010101 | 110101 | 101000 | 0 | 101010 | 11100010 | 100100 | 101011 |
Color Harmonies of #465995
Complementary color
Monochromatic Colors of #465995
Black with #465995
Text Example
Text Example
White with #465995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465995; }
p { color: rgb(70,89,149); }
H1.HeaderClassName
{
color: #465995;
}
.AnyTagClassName
{
color: #465995;
}
</style>
background-color css
<style>
a { background-color: #465995; }
a { background-color: rgb(70,89,149); }
div.DivClassName
{
background-color: #465995;
}
.BgClassName
{
background-color: #465995;
}
</style>
border-color css
<style>
span { border-color: #465995; }
span { border-color: rgb(70,89,149); }
td.TdClassName
{
border-color: #465995;
}
.TagClassName
{
border-color: #465995;
}
</style>