Shades of Mariner #465899
Tints of Mariner #465899
RGB
CMYK
RGB Variations
Color information
#465899 (or 0x465899) is known color: Mariner. HEX triplet: 46, 58 and 99. RGB value is (70,88,153). Sum of RGB (Red+Green+Blue) = 70+88+153=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #465899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465899 is #B9A766. Grayscale: #595959. Windows color (decimal): -12167015 or 10049606. OLE color: 10049606.
HSL color Cylindrical-coordinate representation of color #465899: hue angle of 226.99º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #465899 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 88 | 153 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.4 |
| HSL | 226.99º | 0.37% | 0.44% | - |
| HSV(B) | 226.99º | 0.54% | 0.6% | - |
| XYZ | 11.77 | 10.58 | 31.56 | - |
| YUV | 90.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 153 | 0.54 | 0.42 | 0 | 0.4 | 226.99 | 0.37 | 0.44 |
| Hex | 46 | 58 | 99 | 36 | 2A | 0 | 28 | E3 | 25 | 2C |
| Octal | 106 | 130 | 231 | 66 | 52 | 0 | 50 | 343 | 45 | 54 |
| Binary | 1000110 | 1011000 | 10011001 | 110110 | 101010 | 0 | 101000 | 11100011 | 100101 | 101100 |
Color Harmonies of #465899
Complementary color
Monochromatic Colors of #465899
Black with #465899
Text Example
Text Example
White with #465899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465899; }
p { color: rgb(70,88,153); }
H1.HeaderClassName
{
color: #465899;
}
.AnyTagClassName
{
color: #465899;
}
</style>
background-color css
<style>
a { background-color: #465899; }
a { background-color: rgb(70,88,153); }
div.DivClassName
{
background-color: #465899;
}
.BgClassName
{
background-color: #465899;
}
</style>
border-color css
<style>
span { border-color: #465899; }
span { border-color: rgb(70,88,153); }
td.TdClassName
{
border-color: #465899;
}
.TagClassName
{
border-color: #465899;
}
</style>