Shades of Mariner #4166AE
Tints of Mariner #4166AE
RGB
CMYK
RGB Variations
Color information
#4166AE (or 0x4166AE) is known color: Mariner. HEX triplet: 41, 66 and AE. RGB value is (65,102,174). Sum of RGB (Red+Green+Blue) = 65+102+174=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #4166AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4166AE is #BE9951. Grayscale: #626262. Windows color (decimal): -12491090 or 11429441. OLE color: 11429441.
HSL color Cylindrical-coordinate representation of color #4166AE: hue angle of 219.63º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4166AE is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 102 | 174 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.32 |
| HSL | 219.63º | 0.46% | 0.47% | - |
| HSV(B) | 219.63º | 0.63% | 0.68% | - |
| XYZ | 14.57 | 13.68 | 41.92 | - |
| YUV | 99.15 | 170.24 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 102 | 174 | 0.63 | 0.41 | 0 | 0.32 | 219.63 | 0.46 | 0.47 |
| Hex | 41 | 66 | AE | 3F | 29 | 0 | 20 | DC | 2E | 2F |
| Octal | 101 | 146 | 256 | 77 | 51 | 0 | 40 | 334 | 56 | 57 |
| Binary | 1000001 | 1100110 | 10101110 | 111111 | 101001 | 0 | 100000 | 11011100 | 101110 | 101111 |
Color Harmonies of #4166AE
Complementary color
Monochromatic Colors of #4166AE
Black with #4166AE
Text Example
Text Example
White with #4166AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4166AE; }
p { color: rgb(65,102,174); }
H1.HeaderClassName
{
color: #4166AE;
}
.AnyTagClassName
{
color: #4166AE;
}
</style>
background-color css
<style>
a { background-color: #4166AE; }
a { background-color: rgb(65,102,174); }
div.DivClassName
{
background-color: #4166AE;
}
.BgClassName
{
background-color: #4166AE;
}
</style>
border-color css
<style>
span { border-color: #4166AE; }
span { border-color: rgb(65,102,174); }
td.TdClassName
{
border-color: #4166AE;
}
.TagClassName
{
border-color: #4166AE;
}
</style>