Shades of Mariner #465B9D
Tints of Mariner #465B9D
RGB
CMYK
RGB Variations
Color information
#465B9D (or 0x465B9D) is known color: Mariner. HEX triplet: 46, 5B and 9D. RGB value is (70,91,157). Sum of RGB (Red+Green+Blue) = 70+91+157=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #465B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465B9D is #B9A462. Grayscale: #5B5B5B. Windows color (decimal): -12166243 or 10312518. OLE color: 10312518.
HSL color Cylindrical-coordinate representation of color #465B9D: hue angle of 225.52º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #465B9D is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 91 | 157 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.38 |
| HSL | 225.52º | 0.38% | 0.45% | - |
| HSV(B) | 225.52º | 0.55% | 0.62% | - |
| XYZ | 12.35 | 11.22 | 33.41 | - |
| YUV | 92.25 | 164.54 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 157 | 0.55 | 0.42 | 0 | 0.38 | 225.52 | 0.38 | 0.45 |
| Hex | 46 | 5B | 9D | 37 | 2A | 0 | 26 | E2 | 26 | 2D |
| Octal | 106 | 133 | 235 | 67 | 52 | 0 | 46 | 342 | 46 | 55 |
| Binary | 1000110 | 1011011 | 10011101 | 110111 | 101010 | 0 | 100110 | 11100010 | 100110 | 101101 |
Color Harmonies of #465B9D
Complementary color
Monochromatic Colors of #465B9D
Black with #465B9D
Text Example
Text Example
White with #465B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B9D; }
p { color: rgb(70,91,157); }
H1.HeaderClassName
{
color: #465B9D;
}
.AnyTagClassName
{
color: #465B9D;
}
</style>
background-color css
<style>
a { background-color: #465B9D; }
a { background-color: rgb(70,91,157); }
div.DivClassName
{
background-color: #465B9D;
}
.BgClassName
{
background-color: #465B9D;
}
</style>
border-color css
<style>
span { border-color: #465B9D; }
span { border-color: rgb(70,91,157); }
td.TdClassName
{
border-color: #465B9D;
}
.TagClassName
{
border-color: #465B9D;
}
</style>