Shades of Mariner #4769AA
Tints of Mariner #4769AA
RGB
CMYK
RGB Variations
Color information
#4769AA (or 0x4769AA) is known color: Mariner. HEX triplet: 47, 69 and AA. RGB value is (71,105,170). Sum of RGB (Red+Green+Blue) = 71+105+170=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #4769AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4769AA is #B89655. Grayscale: #656565. Windows color (decimal): -12097110 or 11168071. OLE color: 11168071.
HSL color Cylindrical-coordinate representation of color #4769AA: hue angle of 219.39º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4769AA is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 105 | 170 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.33 |
| HSL | 219.39º | 0.41% | 0.47% | - |
| HSV(B) | 219.39º | 0.58% | 0.67% | - |
| XYZ | 14.91 | 14.35 | 40.01 | - |
| YUV | 102.24 | 166.24 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 105 | 170 | 0.58 | 0.38 | 0 | 0.33 | 219.39 | 0.41 | 0.47 |
| Hex | 47 | 69 | AA | 3A | 26 | 0 | 21 | DB | 29 | 2F |
| Octal | 107 | 151 | 252 | 72 | 46 | 0 | 41 | 333 | 51 | 57 |
| Binary | 1000111 | 1101001 | 10101010 | 111010 | 100110 | 0 | 100001 | 11011011 | 101001 | 101111 |
Color Harmonies of #4769AA
Complementary color
Monochromatic Colors of #4769AA
Black with #4769AA
Text Example
Text Example
White with #4769AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4769AA; }
p { color: rgb(71,105,170); }
H1.HeaderClassName
{
color: #4769AA;
}
.AnyTagClassName
{
color: #4769AA;
}
</style>
background-color css
<style>
a { background-color: #4769AA; }
a { background-color: rgb(71,105,170); }
div.DivClassName
{
background-color: #4769AA;
}
.BgClassName
{
background-color: #4769AA;
}
</style>
border-color css
<style>
span { border-color: #4769AA; }
span { border-color: rgb(71,105,170); }
td.TdClassName
{
border-color: #4769AA;
}
.TagClassName
{
border-color: #4769AA;
}
</style>