Shades of Mariner #4669AA
Tints of Mariner #4669AA
RGB
CMYK
RGB Variations
Color information
#4669AA (or 0x4669AA) is known color: Mariner. HEX triplet: 46, 69 and AA. RGB value is (70,105,170). Sum of RGB (Red+Green+Blue) = 70+105+170=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #4669AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4669AA is #B99655. Grayscale: #656565. Windows color (decimal): -12162646 or 11168070. OLE color: 11168070.
HSL color Cylindrical-coordinate representation of color #4669AA: hue angle of 219º 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 #4669AA is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 105 | 170 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.33 |
| HSL | 219º | 0.42% | 0.47% | - |
| HSV(B) | 219º | 0.59% | 0.67% | - |
| XYZ | 14.83 | 14.31 | 40.01 | - |
| YUV | 101.95 | 166.4 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 105 | 170 | 0.59 | 0.38 | 0 | 0.33 | 219 | 0.42 | 0.47 |
| Hex | 46 | 69 | AA | 3B | 26 | 0 | 21 | DB | 2A | 2F |
| Octal | 106 | 151 | 252 | 73 | 46 | 0 | 41 | 333 | 52 | 57 |
| Binary | 1000110 | 1101001 | 10101010 | 111011 | 100110 | 0 | 100001 | 11011011 | 101010 | 101111 |
Color Harmonies of #4669AA
Complementary color
Monochromatic Colors of #4669AA
Black with #4669AA
Text Example
Text Example
White with #4669AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4669AA; }
p { color: rgb(70,105,170); }
H1.HeaderClassName
{
color: #4669AA;
}
.AnyTagClassName
{
color: #4669AA;
}
</style>
background-color css
<style>
a { background-color: #4669AA; }
a { background-color: rgb(70,105,170); }
div.DivClassName
{
background-color: #4669AA;
}
.BgClassName
{
background-color: #4669AA;
}
</style>
border-color css
<style>
span { border-color: #4669AA; }
span { border-color: rgb(70,105,170); }
td.TdClassName
{
border-color: #4669AA;
}
.TagClassName
{
border-color: #4669AA;
}
</style>