Shades of Mariner #465D9C
Tints of Mariner #465D9C
RGB
CMYK
RGB Variations
Color information
#465D9C (or 0x465D9C) is known color: Mariner. HEX triplet: 46, 5D and 9C. RGB value is (70,93,156). Sum of RGB (Red+Green+Blue) = 70+93+156=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #465D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465D9C is #B9A263. Grayscale: #5D5D5D. Windows color (decimal): -12165732 or 10247494. OLE color: 10247494.
HSL color Cylindrical-coordinate representation of color #465D9C: hue angle of 223.95º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #465D9C is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 93 | 156 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.39 |
| HSL | 223.95º | 0.38% | 0.44% | - |
| HSV(B) | 223.95º | 0.55% | 0.61% | - |
| XYZ | 12.44 | 11.53 | 33.02 | - |
| YUV | 93.31 | 163.38 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 156 | 0.55 | 0.40 | 0 | 0.39 | 223.95 | 0.38 | 0.44 |
| Hex | 46 | 5D | 9C | 37 | 28 | 0 | 27 | E0 | 26 | 2C |
| Octal | 106 | 135 | 234 | 67 | 50 | 0 | 47 | 340 | 46 | 54 |
| Binary | 1000110 | 1011101 | 10011100 | 110111 | 101000 | 0 | 100111 | 11100000 | 100110 | 101100 |
Color Harmonies of #465D9C
Complementary color
Monochromatic Colors of #465D9C
Black with #465D9C
Text Example
Text Example
White with #465D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D9C; }
p { color: rgb(70,93,156); }
H1.HeaderClassName
{
color: #465D9C;
}
.AnyTagClassName
{
color: #465D9C;
}
</style>
background-color css
<style>
a { background-color: #465D9C; }
a { background-color: rgb(70,93,156); }
div.DivClassName
{
background-color: #465D9C;
}
.BgClassName
{
background-color: #465D9C;
}
</style>
border-color css
<style>
span { border-color: #465D9C; }
span { border-color: rgb(70,93,156); }
td.TdClassName
{
border-color: #465D9C;
}
.TagClassName
{
border-color: #465D9C;
}
</style>