Shades of Mariner #4668A5
Tints of Mariner #4668A5
RGB
CMYK
RGB Variations
Color information
#4668A5 (or 0x4668A5) is known color: Mariner. HEX triplet: 46, 68 and A5. RGB value is (70,104,165). Sum of RGB (Red+Green+Blue) = 70+104+165=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 165 (64.84% from 255 or 48.67% from 339); Max value from RGB is 165 - color contains mainly: blue. Hex color #4668A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4668A5 is #B9975A. Grayscale: #646464. Windows color (decimal): -12162907 or 10840134. OLE color: 10840134.
HSL color Cylindrical-coordinate representation of color #4668A5: hue angle of 218.53º degrees, saturation: 0.4, 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 #4668A5 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 104 | 165 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.35 |
| HSL | 218.53º | 0.4% | 0.46% | - |
| HSV(B) | 218.53º | 0.58% | 0.65% | - |
| XYZ | 14.27 | 13.92 | 37.53 | - |
| YUV | 100.79 | 164.24 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 165 | 0.58 | 0.37 | 0 | 0.35 | 218.53 | 0.4 | 0.46 |
| Hex | 46 | 68 | A5 | 3A | 25 | 0 | 23 | DB | 28 | 2E |
| Octal | 106 | 150 | 245 | 72 | 45 | 0 | 43 | 333 | 50 | 56 |
| Binary | 1000110 | 1101000 | 10100101 | 111010 | 100101 | 0 | 100011 | 11011011 | 101000 | 101110 |
Color Harmonies of #4668A5
Complementary color
Monochromatic Colors of #4668A5
Black with #4668A5
Text Example
Text Example
White with #4668A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4668A5; }
p { color: rgb(70,104,165); }
H1.HeaderClassName
{
color: #4668A5;
}
.AnyTagClassName
{
color: #4668A5;
}
</style>
background-color css
<style>
a { background-color: #4668A5; }
a { background-color: rgb(70,104,165); }
div.DivClassName
{
background-color: #4668A5;
}
.BgClassName
{
background-color: #4668A5;
}
</style>
border-color css
<style>
span { border-color: #4668A5; }
span { border-color: rgb(70,104,165); }
td.TdClassName
{
border-color: #4668A5;
}
.TagClassName
{
border-color: #4668A5;
}
</style>