Shades of Mariner #4069AB
Tints of Mariner #4069AB
RGB
CMYK
RGB Variations
Color information
#4069AB (or 0x4069AB) is known color: Mariner. HEX triplet: 40, 69 and AB. RGB value is (64,105,171). Sum of RGB (Red+Green+Blue) = 64+105+171=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #4069AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4069AB is #BF9654. Grayscale: #636363. Windows color (decimal): -12555861 or 11233600. OLE color: 11233600.
HSL color Cylindrical-coordinate representation of color #4069AB: hue angle of 217.01º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4069AB is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 105 | 171 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.33 |
| HSL | 217.01º | 0.46% | 0.46% | - |
| HSV(B) | 217.01º | 0.63% | 0.67% | - |
| XYZ | 14.52 | 14.13 | 40.49 | - |
| YUV | 100.27 | 167.92 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 171 | 0.63 | 0.39 | 0 | 0.33 | 217.01 | 0.46 | 0.46 |
| Hex | 40 | 69 | AB | 3F | 27 | 0 | 21 | D9 | 2E | 2E |
| Octal | 100 | 151 | 253 | 77 | 47 | 0 | 41 | 331 | 56 | 56 |
| Binary | 1000000 | 1101001 | 10101011 | 111111 | 100111 | 0 | 100001 | 11011001 | 101110 | 101110 |
Color Harmonies of #4069AB
Complementary color
Monochromatic Colors of #4069AB
Black with #4069AB
Text Example
Text Example
White with #4069AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4069AB; }
p { color: rgb(64,105,171); }
H1.HeaderClassName
{
color: #4069AB;
}
.AnyTagClassName
{
color: #4069AB;
}
</style>
background-color css
<style>
a { background-color: #4069AB; }
a { background-color: rgb(64,105,171); }
div.DivClassName
{
background-color: #4069AB;
}
.BgClassName
{
background-color: #4069AB;
}
</style>
border-color css
<style>
span { border-color: #4069AB; }
span { border-color: rgb(64,105,171); }
td.TdClassName
{
border-color: #4069AB;
}
.TagClassName
{
border-color: #4069AB;
}
</style>