Shades of Mariner #4069A0
Tints of Mariner #4069A0
RGB
CMYK
RGB Variations
Color information
#4069A0 (or 0x4069A0) is known color: Mariner. HEX triplet: 40, 69 and A0. RGB value is (64,105,160). Sum of RGB (Red+Green+Blue) = 64+105+160=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 160 (62.89% from 255 or 48.63% from 329); Max value from RGB is 160 - color contains mainly: blue. Hex color #4069A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4069A0 is #BF965F. Grayscale: #626262. Windows color (decimal): -12555872 or 10512704. OLE color: 10512704.
HSL color Cylindrical-coordinate representation of color #4069A0: hue angle of 214.38º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4069A0 is Cyan = 0.6, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 105 | 160 | - |
| CMYK | 0.6 | 0.34 | 0 | 0.37 |
| HSL | 214.38º | 0.43% | 0.44% | - |
| HSV(B) | 214.38º | 0.6% | 0.63% | - |
| XYZ | 13.51 | 13.73 | 35.2 | - |
| YUV | 99.01 | 162.42 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 160 | 0.6 | 0.34 | 0 | 0.37 | 214.38 | 0.43 | 0.44 |
| Hex | 40 | 69 | A0 | 3C | 22 | 0 | 25 | D6 | 2B | 2C |
| Octal | 100 | 151 | 240 | 74 | 42 | 0 | 45 | 326 | 53 | 54 |
| Binary | 1000000 | 1101001 | 10100000 | 111100 | 100010 | 0 | 100101 | 11010110 | 101011 | 101100 |
Color Harmonies of #4069A0
Complementary color
Monochromatic Colors of #4069A0
Black with #4069A0
Text Example
Text Example
White with #4069A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4069A0; }
p { color: rgb(64,105,160); }
H1.HeaderClassName
{
color: #4069A0;
}
.AnyTagClassName
{
color: #4069A0;
}
</style>
background-color css
<style>
a { background-color: #4069A0; }
a { background-color: rgb(64,105,160); }
div.DivClassName
{
background-color: #4069A0;
}
.BgClassName
{
background-color: #4069A0;
}
</style>
border-color css
<style>
span { border-color: #4069A0; }
span { border-color: rgb(64,105,160); }
td.TdClassName
{
border-color: #4069A0;
}
.TagClassName
{
border-color: #4069A0;
}
</style>