Shades of Mariner #4469A0
Tints of Mariner #4469A0
RGB
CMYK
RGB Variations
Color information
#4469A0 (or 0x4469A0) is known color: Mariner. HEX triplet: 44, 69 and A0. RGB value is (68,105,160). Sum of RGB (Red+Green+Blue) = 68+105+160=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 160 - color contains mainly: blue. Hex color #4469A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4469A0 is #BB965F. Grayscale: #636363. Windows color (decimal): -12293728 or 10512708. OLE color: 10512708.
HSL color Cylindrical-coordinate representation of color #4469A0: hue angle of 215.87º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4469A0 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 105 | 160 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.37 |
| HSL | 215.87º | 0.4% | 0.45% | - |
| HSV(B) | 215.87º | 0.58% | 0.63% | - |
| XYZ | 13.78 | 13.87 | 35.21 | - |
| YUV | 100.21 | 161.74 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 105 | 160 | 0.57 | 0.34 | 0 | 0.37 | 215.87 | 0.4 | 0.45 |
| Hex | 44 | 69 | A0 | 39 | 22 | 0 | 25 | D8 | 28 | 2D |
| Octal | 104 | 151 | 240 | 71 | 42 | 0 | 45 | 330 | 50 | 55 |
| Binary | 1000100 | 1101001 | 10100000 | 111001 | 100010 | 0 | 100101 | 11011000 | 101000 | 101101 |
Color Harmonies of #4469A0
Complementary color
Monochromatic Colors of #4469A0
Black with #4469A0
Text Example
Text Example
White with #4469A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4469A0; }
p { color: rgb(68,105,160); }
H1.HeaderClassName
{
color: #4469A0;
}
.AnyTagClassName
{
color: #4469A0;
}
</style>
background-color css
<style>
a { background-color: #4469A0; }
a { background-color: rgb(68,105,160); }
div.DivClassName
{
background-color: #4469A0;
}
.BgClassName
{
background-color: #4469A0;
}
</style>
border-color css
<style>
span { border-color: #4469A0; }
span { border-color: rgb(68,105,160); }
td.TdClassName
{
border-color: #4469A0;
}
.TagClassName
{
border-color: #4469A0;
}
</style>