Shades of Mariner #4666A7
Tints of Mariner #4666A7
RGB
CMYK
RGB Variations
Color information
#4666A7 (or 0x4666A7) is known color: Mariner. HEX triplet: 46, 66 and A7. RGB value is (70,102,167). Sum of RGB (Red+Green+Blue) = 70+102+167=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 167 (65.62% from 255 or 49.26% from 339); Max value from RGB is 167 - color contains mainly: blue. Hex color #4666A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4666A7 is #B99958. Grayscale: #636363. Windows color (decimal): -12163417 or 10970694. OLE color: 10970694.
HSL color Cylindrical-coordinate representation of color #4666A7: hue angle of 220.21º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4666A7 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 102 | 167 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.35 |
| HSL | 220.21º | 0.41% | 0.46% | - |
| HSV(B) | 220.21º | 0.58% | 0.65% | - |
| XYZ | 14.25 | 13.59 | 38.43 | - |
| YUV | 99.84 | 165.9 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 102 | 167 | 0.58 | 0.39 | 0 | 0.35 | 220.21 | 0.41 | 0.46 |
| Hex | 46 | 66 | A7 | 3A | 27 | 0 | 23 | DC | 29 | 2E |
| Octal | 106 | 146 | 247 | 72 | 47 | 0 | 43 | 334 | 51 | 56 |
| Binary | 1000110 | 1100110 | 10100111 | 111010 | 100111 | 0 | 100011 | 11011100 | 101001 | 101110 |
Color Harmonies of #4666A7
Complementary color
Monochromatic Colors of #4666A7
Black with #4666A7
Text Example
Text Example
White with #4666A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4666A7; }
p { color: rgb(70,102,167); }
H1.HeaderClassName
{
color: #4666A7;
}
.AnyTagClassName
{
color: #4666A7;
}
</style>
background-color css
<style>
a { background-color: #4666A7; }
a { background-color: rgb(70,102,167); }
div.DivClassName
{
background-color: #4666A7;
}
.BgClassName
{
background-color: #4666A7;
}
</style>
border-color css
<style>
span { border-color: #4666A7; }
span { border-color: rgb(70,102,167); }
td.TdClassName
{
border-color: #4666A7;
}
.TagClassName
{
border-color: #4666A7;
}
</style>