Shades of Mariner #465C91
Tints of Mariner #465C91
RGB
CMYK
RGB Variations
Color information
#465C91 (or 0x465C91) is known color: Mariner. HEX triplet: 46, 5C and 91. RGB value is (70,92,145). Sum of RGB (Red+Green+Blue) = 70+92+145=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #465C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465C91 is #B9A36E. Grayscale: #5B5B5B. Windows color (decimal): -12165999 or 9526342. OLE color: 9526342.
HSL color Cylindrical-coordinate representation of color #465C91: hue angle of 222.4º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #465C91 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 92 | 145 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.43 |
| HSL | 222.4º | 0.35% | 0.42% | - |
| HSV(B) | 222.4º | 0.52% | 0.57% | - |
| XYZ | 11.46 | 11 | 28.31 | - |
| YUV | 91.46 | 158.21 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 145 | 0.52 | 0.37 | 0 | 0.43 | 222.4 | 0.35 | 0.42 |
| Hex | 46 | 5C | 91 | 34 | 25 | 0 | 2B | DE | 23 | 2A |
| Octal | 106 | 134 | 221 | 64 | 45 | 0 | 53 | 336 | 43 | 52 |
| Binary | 1000110 | 1011100 | 10010001 | 110100 | 100101 | 0 | 101011 | 11011110 | 100011 | 101010 |
Color Harmonies of #465C91
Complementary color
Monochromatic Colors of #465C91
Black with #465C91
Text Example
Text Example
White with #465C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C91; }
p { color: rgb(70,92,145); }
H1.HeaderClassName
{
color: #465C91;
}
.AnyTagClassName
{
color: #465C91;
}
</style>
background-color css
<style>
a { background-color: #465C91; }
a { background-color: rgb(70,92,145); }
div.DivClassName
{
background-color: #465C91;
}
.BgClassName
{
background-color: #465C91;
}
</style>
border-color css
<style>
span { border-color: #465C91; }
span { border-color: rgb(70,92,145); }
td.TdClassName
{
border-color: #465C91;
}
.TagClassName
{
border-color: #465C91;
}
</style>