Shades of Mariner #4666A9
Tints of Mariner #4666A9
RGB
CMYK
RGB Variations
Color information
#4666A9 (or 0x4666A9) is known color: Mariner. HEX triplet: 46, 66 and A9. RGB value is (70,102,169). Sum of RGB (Red+Green+Blue) = 70+102+169=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #4666A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4666A9 is #B99956. Grayscale: #636363. Windows color (decimal): -12163415 or 11101766. OLE color: 11101766.
HSL color Cylindrical-coordinate representation of color #4666A9: hue angle of 220.61º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4666A9 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 102 | 169 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.34 |
| HSL | 220.61º | 0.41% | 0.47% | - |
| HSV(B) | 220.61º | 0.59% | 0.66% | - |
| XYZ | 14.44 | 13.67 | 39.41 | - |
| YUV | 100.07 | 166.9 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 102 | 169 | 0.59 | 0.40 | 0 | 0.34 | 220.61 | 0.41 | 0.47 |
| Hex | 46 | 66 | A9 | 3B | 28 | 0 | 22 | DD | 29 | 2F |
| Octal | 106 | 146 | 251 | 73 | 50 | 0 | 42 | 335 | 51 | 57 |
| Binary | 1000110 | 1100110 | 10101001 | 111011 | 101000 | 0 | 100010 | 11011101 | 101001 | 101111 |
Color Harmonies of #4666A9
Complementary color
Monochromatic Colors of #4666A9
Black with #4666A9
Text Example
Text Example
White with #4666A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4666A9; }
p { color: rgb(70,102,169); }
H1.HeaderClassName
{
color: #4666A9;
}
.AnyTagClassName
{
color: #4666A9;
}
</style>
background-color css
<style>
a { background-color: #4666A9; }
a { background-color: rgb(70,102,169); }
div.DivClassName
{
background-color: #4666A9;
}
.BgClassName
{
background-color: #4666A9;
}
</style>
border-color css
<style>
span { border-color: #4666A9; }
span { border-color: rgb(70,102,169); }
td.TdClassName
{
border-color: #4666A9;
}
.TagClassName
{
border-color: #4666A9;
}
</style>