Shades of Mariner #466DB4
Tints of Mariner #466DB4
RGB
CMYK
RGB Variations
Color information
#466DB4 (or 0x466DB4) is known color: Mariner. HEX triplet: 46, 6D and B4. RGB value is (70,109,180). Sum of RGB (Red+Green+Blue) = 70+109+180=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #466DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DB4 is #B9924B. Grayscale: #696969. Windows color (decimal): -12161612 or 11824454. OLE color: 11824454.
HSL color Cylindrical-coordinate representation of color #466DB4: hue angle of 218.73º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #466DB4 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 109 | 180 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.29 |
| HSL | 218.73º | 0.44% | 0.49% | - |
| HSV(B) | 218.73º | 0.61% | 0.71% | - |
| XYZ | 16.23 | 15.53 | 45.32 | - |
| YUV | 105.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 180 | 0.61 | 0.39 | 0 | 0.29 | 218.73 | 0.44 | 0.49 |
| Hex | 46 | 6D | B4 | 3D | 27 | 0 | 1D | DB | 2C | 31 |
| Octal | 106 | 155 | 264 | 75 | 47 | 0 | 35 | 333 | 54 | 61 |
| Binary | 1000110 | 1101101 | 10110100 | 111101 | 100111 | 0 | 11101 | 11011011 | 101100 | 110001 |
Color Harmonies of #466DB4
Complementary color
Monochromatic Colors of #466DB4
Black with #466DB4
Text Example
Text Example
White with #466DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466DB4; }
p { color: rgb(70,109,180); }
H1.HeaderClassName
{
color: #466DB4;
}
.AnyTagClassName
{
color: #466DB4;
}
</style>
background-color css
<style>
a { background-color: #466DB4; }
a { background-color: rgb(70,109,180); }
div.DivClassName
{
background-color: #466DB4;
}
.BgClassName
{
background-color: #466DB4;
}
</style>
border-color css
<style>
span { border-color: #466DB4; }
span { border-color: rgb(70,109,180); }
td.TdClassName
{
border-color: #466DB4;
}
.TagClassName
{
border-color: #466DB4;
}
</style>