Shades of Mariner #466CBA
Tints of Mariner #466CBA
RGB
CMYK
RGB Variations
Color information
#466CBA (or 0x466CBA) is known color: Mariner. HEX triplet: 46, 6C and BA. RGB value is (70,108,186). Sum of RGB (Red+Green+Blue) = 70+108+186=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #466CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CBA is #B99345. Grayscale: #696969. Windows color (decimal): -12161862 or 12217414. OLE color: 12217414.
HSL color Cylindrical-coordinate representation of color #466CBA: hue angle of 220.34º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #466CBA is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 108 | 186 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.27 |
| HSL | 220.34º | 0.46% | 0.5% | - |
| HSV(B) | 220.34º | 0.62% | 0.73% | - |
| XYZ | 16.75 | 15.57 | 48.58 | - |
| YUV | 105.53 | 173.41 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 186 | 0.62 | 0.42 | 0 | 0.27 | 220.34 | 0.46 | 0.5 |
| Hex | 46 | 6C | BA | 3E | 2A | 0 | 1B | DC | 2E | 32 |
| Octal | 106 | 154 | 272 | 76 | 52 | 0 | 33 | 334 | 56 | 62 |
| Binary | 1000110 | 1101100 | 10111010 | 111110 | 101010 | 0 | 11011 | 11011100 | 101110 | 110010 |
Color Harmonies of #466CBA
Complementary color
Monochromatic Colors of #466CBA
Black with #466CBA
Text Example
Text Example
White with #466CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466CBA; }
p { color: rgb(70,108,186); }
H1.HeaderClassName
{
color: #466CBA;
}
.AnyTagClassName
{
color: #466CBA;
}
</style>
background-color css
<style>
a { background-color: #466CBA; }
a { background-color: rgb(70,108,186); }
div.DivClassName
{
background-color: #466CBA;
}
.BgClassName
{
background-color: #466CBA;
}
</style>
border-color css
<style>
span { border-color: #466CBA; }
span { border-color: rgb(70,108,186); }
td.TdClassName
{
border-color: #466CBA;
}
.TagClassName
{
border-color: #466CBA;
}
</style>