Shades of Mariner #465B94
Tints of Mariner #465B94
RGB
CMYK
RGB Variations
Color information
#465B94 (or 0x465B94) is known color: Mariner. HEX triplet: 46, 5B and 94. RGB value is (70,91,148). Sum of RGB (Red+Green+Blue) = 70+91+148=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #465B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465B94 is #B9A46B. Grayscale: #5A5A5A. Windows color (decimal): -12166252 or 9722694. OLE color: 9722694.
HSL color Cylindrical-coordinate representation of color #465B94: hue angle of 223.85º 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 #465B94 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 91 | 148 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.42 |
| HSL | 223.85º | 0.36% | 0.43% | - |
| HSV(B) | 223.85º | 0.53% | 0.58% | - |
| XYZ | 11.61 | 10.92 | 29.51 | - |
| YUV | 91.22 | 160.04 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 148 | 0.53 | 0.39 | 0 | 0.42 | 223.85 | 0.36 | 0.43 |
| Hex | 46 | 5B | 94 | 35 | 27 | 0 | 2A | E0 | 24 | 2B |
| Octal | 106 | 133 | 224 | 65 | 47 | 0 | 52 | 340 | 44 | 53 |
| Binary | 1000110 | 1011011 | 10010100 | 110101 | 100111 | 0 | 101010 | 11100000 | 100100 | 101011 |
Color Harmonies of #465B94
Complementary color
Monochromatic Colors of #465B94
Black with #465B94
Text Example
Text Example
White with #465B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B94; }
p { color: rgb(70,91,148); }
H1.HeaderClassName
{
color: #465B94;
}
.AnyTagClassName
{
color: #465B94;
}
</style>
background-color css
<style>
a { background-color: #465B94; }
a { background-color: rgb(70,91,148); }
div.DivClassName
{
background-color: #465B94;
}
.BgClassName
{
background-color: #465B94;
}
</style>
border-color css
<style>
span { border-color: #465B94; }
span { border-color: rgb(70,91,148); }
td.TdClassName
{
border-color: #465B94;
}
.TagClassName
{
border-color: #465B94;
}
</style>