Shades of Mariner #465994
Tints of Mariner #465994
RGB
CMYK
RGB Variations
Color information
#465994 (or 0x465994) is known color: Mariner. HEX triplet: 46, 59 and 94. RGB value is (70,89,148). Sum of RGB (Red+Green+Blue) = 70+89+148=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #465994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465994 is #B9A66B. Grayscale: #595959. Windows color (decimal): -12166764 or 9722182. OLE color: 9722182.
HSL color Cylindrical-coordinate representation of color #465994: hue angle of 225.38º 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 #465994 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 89 | 148 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.42 |
| HSL | 225.38º | 0.36% | 0.43% | - |
| HSV(B) | 225.38º | 0.53% | 0.58% | - |
| XYZ | 11.44 | 10.58 | 29.46 | - |
| YUV | 90.05 | 160.71 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 148 | 0.53 | 0.40 | 0 | 0.42 | 225.38 | 0.36 | 0.43 |
| Hex | 46 | 59 | 94 | 35 | 28 | 0 | 2A | E1 | 24 | 2B |
| Octal | 106 | 131 | 224 | 65 | 50 | 0 | 52 | 341 | 44 | 53 |
| Binary | 1000110 | 1011001 | 10010100 | 110101 | 101000 | 0 | 101010 | 11100001 | 100100 | 101011 |
Color Harmonies of #465994
Complementary color
Monochromatic Colors of #465994
Black with #465994
Text Example
Text Example
White with #465994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465994; }
p { color: rgb(70,89,148); }
H1.HeaderClassName
{
color: #465994;
}
.AnyTagClassName
{
color: #465994;
}
</style>
background-color css
<style>
a { background-color: #465994; }
a { background-color: rgb(70,89,148); }
div.DivClassName
{
background-color: #465994;
}
.BgClassName
{
background-color: #465994;
}
</style>
border-color css
<style>
span { border-color: #465994; }
span { border-color: rgb(70,89,148); }
td.TdClassName
{
border-color: #465994;
}
.TagClassName
{
border-color: #465994;
}
</style>