Shades of Mariner #465A98
Tints of Mariner #465A98
RGB
CMYK
RGB Variations
Color information
#465A98 (or 0x465A98) is known color: Mariner. HEX triplet: 46, 5A and 98. RGB value is (70,90,152). Sum of RGB (Red+Green+Blue) = 70+90+152=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #465A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465A98 is #B9A567. Grayscale: #5A5A5A. Windows color (decimal): -12166504 or 9984582. OLE color: 9984582.
HSL color Cylindrical-coordinate representation of color #465A98: hue angle of 225.37º 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 #465A98 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 90 | 152 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.40 |
| HSL | 225.37º | 0.37% | 0.44% | - |
| HSV(B) | 225.37º | 0.54% | 0.6% | - |
| XYZ | 11.85 | 10.88 | 31.18 | - |
| YUV | 91.09 | 162.37 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 152 | 0.54 | 0.41 | 0 | 0.40 | 225.37 | 0.37 | 0.44 |
| Hex | 46 | 5A | 98 | 36 | 29 | 0 | 28 | E1 | 25 | 2C |
| Octal | 106 | 132 | 230 | 66 | 51 | 0 | 50 | 341 | 45 | 54 |
| Binary | 1000110 | 1011010 | 10011000 | 110110 | 101001 | 0 | 101000 | 11100001 | 100101 | 101100 |
Color Harmonies of #465A98
Complementary color
Monochromatic Colors of #465A98
Black with #465A98
Text Example
Text Example
White with #465A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A98; }
p { color: rgb(70,90,152); }
H1.HeaderClassName
{
color: #465A98;
}
.AnyTagClassName
{
color: #465A98;
}
</style>
background-color css
<style>
a { background-color: #465A98; }
a { background-color: rgb(70,90,152); }
div.DivClassName
{
background-color: #465A98;
}
.BgClassName
{
background-color: #465A98;
}
</style>
border-color css
<style>
span { border-color: #465A98; }
span { border-color: rgb(70,90,152); }
td.TdClassName
{
border-color: #465A98;
}
.TagClassName
{
border-color: #465A98;
}
</style>