Shades of Mariner #4668AA
Tints of Mariner #4668AA
RGB
CMYK
RGB Variations
Color information
#4668AA (or 0x4668AA) is known color: Mariner. HEX triplet: 46, 68 and AA. RGB value is (70,104,170). Sum of RGB (Red+Green+Blue) = 70+104+170=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #4668AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4668AA is #B99755. Grayscale: #656565. Windows color (decimal): -12162902 or 11167814. OLE color: 11167814.
HSL color Cylindrical-coordinate representation of color #4668AA: hue angle of 219.6º 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 #4668AA is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 104 | 170 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.33 |
| HSL | 219.6º | 0.42% | 0.47% | - |
| HSV(B) | 219.6º | 0.59% | 0.67% | - |
| XYZ | 14.73 | 14.11 | 39.98 | - |
| YUV | 101.36 | 166.74 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 170 | 0.59 | 0.39 | 0 | 0.33 | 219.6 | 0.42 | 0.47 |
| Hex | 46 | 68 | AA | 3B | 27 | 0 | 21 | DC | 2A | 2F |
| Octal | 106 | 150 | 252 | 73 | 47 | 0 | 41 | 334 | 52 | 57 |
| Binary | 1000110 | 1101000 | 10101010 | 111011 | 100111 | 0 | 100001 | 11011100 | 101010 | 101111 |
Color Harmonies of #4668AA
Complementary color
Monochromatic Colors of #4668AA
Black with #4668AA
Text Example
Text Example
White with #4668AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4668AA; }
p { color: rgb(70,104,170); }
H1.HeaderClassName
{
color: #4668AA;
}
.AnyTagClassName
{
color: #4668AA;
}
</style>
background-color css
<style>
a { background-color: #4668AA; }
a { background-color: rgb(70,104,170); }
div.DivClassName
{
background-color: #4668AA;
}
.BgClassName
{
background-color: #4668AA;
}
</style>
border-color css
<style>
span { border-color: #4668AA; }
span { border-color: rgb(70,104,170); }
td.TdClassName
{
border-color: #4668AA;
}
.TagClassName
{
border-color: #4668AA;
}
</style>