Shades of Mariner #465F8D
Tints of Mariner #465F8D
RGB
CMYK
RGB Variations
Color information
#465F8D (or 0x465F8D) is known color: Mariner. HEX triplet: 46, 5F and 8D. RGB value is (70,95,141). Sum of RGB (Red+Green+Blue) = 70+95+141=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #465F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465F8D is #B9A072. Grayscale: #5C5C5C. Windows color (decimal): -12165235 or 9264966. OLE color: 9264966.
HSL color Cylindrical-coordinate representation of color #465F8D: hue angle of 218.87º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #465F8D is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 95 | 141 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.45 |
| HSL | 218.87º | 0.34% | 0.41% | - |
| HSV(B) | 218.87º | 0.5% | 0.55% | - |
| XYZ | 11.43 | 11.41 | 26.8 | - |
| YUV | 92.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 141 | 0.50 | 0.33 | 0 | 0.45 | 218.87 | 0.34 | 0.41 |
| Hex | 46 | 5F | 8D | 32 | 21 | 0 | 2D | DB | 22 | 29 |
| Octal | 106 | 137 | 215 | 62 | 41 | 0 | 55 | 333 | 42 | 51 |
| Binary | 1000110 | 1011111 | 10001101 | 110010 | 100001 | 0 | 101101 | 11011011 | 100010 | 101001 |
Color Harmonies of #465F8D
Complementary color
Monochromatic Colors of #465F8D
Black with #465F8D
Text Example
Text Example
White with #465F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F8D; }
p { color: rgb(70,95,141); }
H1.HeaderClassName
{
color: #465F8D;
}
.AnyTagClassName
{
color: #465F8D;
}
</style>
background-color css
<style>
a { background-color: #465F8D; }
a { background-color: rgb(70,95,141); }
div.DivClassName
{
background-color: #465F8D;
}
.BgClassName
{
background-color: #465F8D;
}
</style>
border-color css
<style>
span { border-color: #465F8D; }
span { border-color: rgb(70,95,141); }
td.TdClassName
{
border-color: #465F8D;
}
.TagClassName
{
border-color: #465F8D;
}
</style>