Shades of Mariner #466DB3
Tints of Mariner #466DB3
RGB
CMYK
RGB Variations
Color information
#466DB3 (or 0x466DB3) is known color: Mariner. HEX triplet: 46, 6D and B3. RGB value is (70,109,179). Sum of RGB (Red+Green+Blue) = 70+109+179=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #466DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DB3 is #B9924C. Grayscale: #696969. Windows color (decimal): -12161613 or 11758918. OLE color: 11758918.
HSL color Cylindrical-coordinate representation of color #466DB3: hue angle of 218.53º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #466DB3 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 109 | 179 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.30 |
| HSL | 218.53º | 0.44% | 0.49% | - |
| HSV(B) | 218.53º | 0.61% | 0.7% | - |
| XYZ | 16.13 | 15.49 | 44.79 | - |
| YUV | 105.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 179 | 0.61 | 0.39 | 0 | 0.30 | 218.53 | 0.44 | 0.49 |
| Hex | 46 | 6D | B3 | 3D | 27 | 0 | 1E | DB | 2C | 31 |
| Octal | 106 | 155 | 263 | 75 | 47 | 0 | 36 | 333 | 54 | 61 |
| Binary | 1000110 | 1101101 | 10110011 | 111101 | 100111 | 0 | 11110 | 11011011 | 101100 | 110001 |
Color Harmonies of #466DB3
Complementary color
Monochromatic Colors of #466DB3
Black with #466DB3
Text Example
Text Example
White with #466DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466DB3; }
p { color: rgb(70,109,179); }
H1.HeaderClassName
{
color: #466DB3;
}
.AnyTagClassName
{
color: #466DB3;
}
</style>
background-color css
<style>
a { background-color: #466DB3; }
a { background-color: rgb(70,109,179); }
div.DivClassName
{
background-color: #466DB3;
}
.BgClassName
{
background-color: #466DB3;
}
</style>
border-color css
<style>
span { border-color: #466DB3; }
span { border-color: rgb(70,109,179); }
td.TdClassName
{
border-color: #466DB3;
}
.TagClassName
{
border-color: #466DB3;
}
</style>