Shades of Mariner #4668AB
Tints of Mariner #4668AB
RGB
CMYK
RGB Variations
Color information
#4668AB (or 0x4668AB) is known color: Mariner. HEX triplet: 46, 68 and AB. RGB value is (70,104,171). Sum of RGB (Red+Green+Blue) = 70+104+171=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #4668AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4668AB is #B99754. Grayscale: #656565. Windows color (decimal): -12162901 or 11233350. OLE color: 11233350.
HSL color Cylindrical-coordinate representation of color #4668AB: hue angle of 219.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4668AB is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 104 | 171 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.33 |
| HSL | 219.8º | 0.42% | 0.47% | - |
| HSV(B) | 219.8º | 0.59% | 0.67% | - |
| XYZ | 14.83 | 14.14 | 40.48 | - |
| YUV | 101.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 171 | 0.59 | 0.39 | 0 | 0.33 | 219.8 | 0.42 | 0.47 |
| Hex | 46 | 68 | AB | 3B | 27 | 0 | 21 | DC | 2A | 2F |
| Octal | 106 | 150 | 253 | 73 | 47 | 0 | 41 | 334 | 52 | 57 |
| Binary | 1000110 | 1101000 | 10101011 | 111011 | 100111 | 0 | 100001 | 11011100 | 101010 | 101111 |
Color Harmonies of #4668AB
Complementary color
Monochromatic Colors of #4668AB
Black with #4668AB
Text Example
Text Example
White with #4668AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4668AB; }
p { color: rgb(70,104,171); }
H1.HeaderClassName
{
color: #4668AB;
}
.AnyTagClassName
{
color: #4668AB;
}
</style>
background-color css
<style>
a { background-color: #4668AB; }
a { background-color: rgb(70,104,171); }
div.DivClassName
{
background-color: #4668AB;
}
.BgClassName
{
background-color: #4668AB;
}
</style>
border-color css
<style>
span { border-color: #4668AB; }
span { border-color: rgb(70,104,171); }
td.TdClassName
{
border-color: #4668AB;
}
.TagClassName
{
border-color: #4668AB;
}
</style>