Shades of Mariner #465A9E
Tints of Mariner #465A9E
RGB
CMYK
RGB Variations
Color information
#465A9E (or 0x465A9E) is known color: Mariner. HEX triplet: 46, 5A and 9E. RGB value is (70,90,158). Sum of RGB (Red+Green+Blue) = 70+90+158=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #465A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465A9E is #B9A561. Grayscale: #5B5B5B. Windows color (decimal): -12166498 or 10377798. OLE color: 10377798.
HSL color Cylindrical-coordinate representation of color #465A9E: hue angle of 226.36º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #465A9E is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 90 | 158 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.38 |
| HSL | 226.36º | 0.39% | 0.45% | - |
| HSV(B) | 226.36º | 0.56% | 0.62% | - |
| XYZ | 12.35 | 11.08 | 33.84 | - |
| YUV | 91.77 | 165.37 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 158 | 0.56 | 0.43 | 0 | 0.38 | 226.36 | 0.39 | 0.45 |
| Hex | 46 | 5A | 9E | 38 | 2B | 0 | 26 | E2 | 27 | 2D |
| Octal | 106 | 132 | 236 | 70 | 53 | 0 | 46 | 342 | 47 | 55 |
| Binary | 1000110 | 1011010 | 10011110 | 111000 | 101011 | 0 | 100110 | 11100010 | 100111 | 101101 |
Color Harmonies of #465A9E
Complementary color
Monochromatic Colors of #465A9E
Black with #465A9E
Text Example
Text Example
White with #465A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A9E; }
p { color: rgb(70,90,158); }
H1.HeaderClassName
{
color: #465A9E;
}
.AnyTagClassName
{
color: #465A9E;
}
</style>
background-color css
<style>
a { background-color: #465A9E; }
a { background-color: rgb(70,90,158); }
div.DivClassName
{
background-color: #465A9E;
}
.BgClassName
{
background-color: #465A9E;
}
</style>
border-color css
<style>
span { border-color: #465A9E; }
span { border-color: rgb(70,90,158); }
td.TdClassName
{
border-color: #465A9E;
}
.TagClassName
{
border-color: #465A9E;
}
</style>