Shades of Mariner #4769AB
Tints of Mariner #4769AB
RGB
CMYK
RGB Variations
Color information
#4769AB (or 0x4769AB) is known color: Mariner. HEX triplet: 47, 69 and AB. RGB value is (71,105,171). Sum of RGB (Red+Green+Blue) = 71+105+171=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #4769AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4769AB is #B89654. Grayscale: #666666. Windows color (decimal): -12097109 or 11233607. OLE color: 11233607.
HSL color Cylindrical-coordinate representation of color #4769AB: hue angle of 219.6º 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 #4769AB is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 105 | 171 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.33 |
| HSL | 219.6º | 0.41% | 0.47% | - |
| HSV(B) | 219.6º | 0.58% | 0.67% | - |
| XYZ | 15 | 14.38 | 40.51 | - |
| YUV | 102.36 | 166.74 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 105 | 171 | 0.58 | 0.39 | 0 | 0.33 | 219.6 | 0.41 | 0.47 |
| Hex | 47 | 69 | AB | 3A | 27 | 0 | 21 | DC | 29 | 2F |
| Octal | 107 | 151 | 253 | 72 | 47 | 0 | 41 | 334 | 51 | 57 |
| Binary | 1000111 | 1101001 | 10101011 | 111010 | 100111 | 0 | 100001 | 11011100 | 101001 | 101111 |
Color Harmonies of #4769AB
Complementary color
Monochromatic Colors of #4769AB
Black with #4769AB
Text Example
Text Example
White with #4769AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4769AB; }
p { color: rgb(71,105,171); }
H1.HeaderClassName
{
color: #4769AB;
}
.AnyTagClassName
{
color: #4769AB;
}
</style>
background-color css
<style>
a { background-color: #4769AB; }
a { background-color: rgb(71,105,171); }
div.DivClassName
{
background-color: #4769AB;
}
.BgClassName
{
background-color: #4769AB;
}
</style>
border-color css
<style>
span { border-color: #4769AB; }
span { border-color: rgb(71,105,171); }
td.TdClassName
{
border-color: #4769AB;
}
.TagClassName
{
border-color: #4769AB;
}
</style>