Shades of Mariner #465DAB
Tints of Mariner #465DAB
RGB
CMYK
RGB Variations
Color information
#465DAB (or 0x465DAB) is known color: Mariner. HEX triplet: 46, 5D and AB. RGB value is (70,93,171). Sum of RGB (Red+Green+Blue) = 70+93+171=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #465DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465DAB is #B9A254. Grayscale: #5E5E5E. Windows color (decimal): -12165717 or 11230534. OLE color: 11230534.
HSL color Cylindrical-coordinate representation of color #465DAB: hue angle of 226.34º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #465DAB is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 93 | 171 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.33 |
| HSL | 226.34º | 0.42% | 0.47% | - |
| HSV(B) | 226.34º | 0.59% | 0.67% | - |
| XYZ | 13.79 | 12.07 | 40.13 | - |
| YUV | 95.02 | 170.88 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 171 | 0.59 | 0.46 | 0 | 0.33 | 226.34 | 0.42 | 0.47 |
| Hex | 46 | 5D | AB | 3B | 2E | 0 | 21 | E2 | 2A | 2F |
| Octal | 106 | 135 | 253 | 73 | 56 | 0 | 41 | 342 | 52 | 57 |
| Binary | 1000110 | 1011101 | 10101011 | 111011 | 101110 | 0 | 100001 | 11100010 | 101010 | 101111 |
Color Harmonies of #465DAB
Complementary color
Monochromatic Colors of #465DAB
Black with #465DAB
Text Example
Text Example
White with #465DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465DAB; }
p { color: rgb(70,93,171); }
H1.HeaderClassName
{
color: #465DAB;
}
.AnyTagClassName
{
color: #465DAB;
}
</style>
background-color css
<style>
a { background-color: #465DAB; }
a { background-color: rgb(70,93,171); }
div.DivClassName
{
background-color: #465DAB;
}
.BgClassName
{
background-color: #465DAB;
}
</style>
border-color css
<style>
span { border-color: #465DAB; }
span { border-color: rgb(70,93,171); }
td.TdClassName
{
border-color: #465DAB;
}
.TagClassName
{
border-color: #465DAB;
}
</style>