Shades of Mariner #465F98
Tints of Mariner #465F98
RGB
CMYK
RGB Variations
Color information
#465F98 (or 0x465F98) is known color: Mariner. HEX triplet: 46, 5F and 98. RGB value is (70,95,152). Sum of RGB (Red+Green+Blue) = 70+95+152=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #465F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465F98 is #B9A067. Grayscale: #5D5D5D. Windows color (decimal): -12165224 or 9985862. OLE color: 9985862.
HSL color Cylindrical-coordinate representation of color #465F98: hue angle of 221.71º 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 #465F98 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 95 | 152 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.40 |
| HSL | 221.71º | 0.37% | 0.44% | - |
| HSV(B) | 221.71º | 0.54% | 0.6% | - |
| XYZ | 12.29 | 11.75 | 31.33 | - |
| YUV | 94.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 152 | 0.54 | 0.38 | 0 | 0.40 | 221.71 | 0.37 | 0.44 |
| Hex | 46 | 5F | 98 | 36 | 26 | 0 | 28 | DE | 25 | 2C |
| Octal | 106 | 137 | 230 | 66 | 46 | 0 | 50 | 336 | 45 | 54 |
| Binary | 1000110 | 1011111 | 10011000 | 110110 | 100110 | 0 | 101000 | 11011110 | 100101 | 101100 |
Color Harmonies of #465F98
Complementary color
Monochromatic Colors of #465F98
Black with #465F98
Text Example
Text Example
White with #465F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F98; }
p { color: rgb(70,95,152); }
H1.HeaderClassName
{
color: #465F98;
}
.AnyTagClassName
{
color: #465F98;
}
</style>
background-color css
<style>
a { background-color: #465F98; }
a { background-color: rgb(70,95,152); }
div.DivClassName
{
background-color: #465F98;
}
.BgClassName
{
background-color: #465F98;
}
</style>
border-color css
<style>
span { border-color: #465F98; }
span { border-color: rgb(70,95,152); }
td.TdClassName
{
border-color: #465F98;
}
.TagClassName
{
border-color: #465F98;
}
</style>