Shades of Mariner #465DA9
Tints of Mariner #465DA9
RGB
CMYK
RGB Variations
Color information
#465DA9 (or 0x465DA9) is known color: Mariner. HEX triplet: 46, 5D and A9. RGB value is (70,93,169). Sum of RGB (Red+Green+Blue) = 70+93+169=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 169 (66.41% from 255 or 50.90% from 332); Max value from RGB is 169 - color contains mainly: blue. Hex color #465DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465DA9 is #B9A256. Grayscale: #5E5E5E. Windows color (decimal): -12165719 or 11099462. OLE color: 11099462.
HSL color Cylindrical-coordinate representation of color #465DA9: hue angle of 226.06º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #465DA9 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 93 | 169 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.34 |
| HSL | 226.06º | 0.41% | 0.47% | - |
| HSV(B) | 226.06º | 0.59% | 0.66% | - |
| XYZ | 13.6 | 12 | 39.13 | - |
| YUV | 94.79 | 169.88 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 169 | 0.59 | 0.45 | 0 | 0.34 | 226.06 | 0.41 | 0.47 |
| Hex | 46 | 5D | A9 | 3B | 2D | 0 | 22 | E2 | 29 | 2F |
| Octal | 106 | 135 | 251 | 73 | 55 | 0 | 42 | 342 | 51 | 57 |
| Binary | 1000110 | 1011101 | 10101001 | 111011 | 101101 | 0 | 100010 | 11100010 | 101001 | 101111 |
Color Harmonies of #465DA9
Complementary color
Monochromatic Colors of #465DA9
Black with #465DA9
Text Example
Text Example
White with #465DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465DA9; }
p { color: rgb(70,93,169); }
H1.HeaderClassName
{
color: #465DA9;
}
.AnyTagClassName
{
color: #465DA9;
}
</style>
background-color css
<style>
a { background-color: #465DA9; }
a { background-color: rgb(70,93,169); }
div.DivClassName
{
background-color: #465DA9;
}
.BgClassName
{
background-color: #465DA9;
}
</style>
border-color css
<style>
span { border-color: #465DA9; }
span { border-color: rgb(70,93,169); }
td.TdClassName
{
border-color: #465DA9;
}
.TagClassName
{
border-color: #465DA9;
}
</style>