Shades of Mariner #465A93
Tints of Mariner #465A93
RGB
CMYK
RGB Variations
Color information
#465A93 (or 0x465A93) is known color: Mariner. HEX triplet: 46, 5A and 93. RGB value is (70,90,147). Sum of RGB (Red+Green+Blue) = 70+90+147=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #465A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465A93 is #B9A56C. Grayscale: #5A5A5A. Windows color (decimal): -12166509 or 9656902. OLE color: 9656902.
HSL color Cylindrical-coordinate representation of color #465A93: hue angle of 224.42º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #465A93 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 90 | 147 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.42 |
| HSL | 224.42º | 0.35% | 0.43% | - |
| HSV(B) | 224.42º | 0.52% | 0.58% | - |
| XYZ | 11.45 | 10.72 | 29.07 | - |
| YUV | 90.52 | 159.87 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 147 | 0.52 | 0.39 | 0 | 0.42 | 224.42 | 0.35 | 0.43 |
| Hex | 46 | 5A | 93 | 34 | 27 | 0 | 2A | E0 | 23 | 2B |
| Octal | 106 | 132 | 223 | 64 | 47 | 0 | 52 | 340 | 43 | 53 |
| Binary | 1000110 | 1011010 | 10010011 | 110100 | 100111 | 0 | 101010 | 11100000 | 100011 | 101011 |
Color Harmonies of #465A93
Complementary color
Monochromatic Colors of #465A93
Black with #465A93
Text Example
Text Example
White with #465A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A93; }
p { color: rgb(70,90,147); }
H1.HeaderClassName
{
color: #465A93;
}
.AnyTagClassName
{
color: #465A93;
}
</style>
background-color css
<style>
a { background-color: #465A93; }
a { background-color: rgb(70,90,147); }
div.DivClassName
{
background-color: #465A93;
}
.BgClassName
{
background-color: #465A93;
}
</style>
border-color css
<style>
span { border-color: #465A93; }
span { border-color: rgb(70,90,147); }
td.TdClassName
{
border-color: #465A93;
}
.TagClassName
{
border-color: #465A93;
}
</style>