Shades of Mariner #4166AF
Tints of Mariner #4166AF
RGB
CMYK
RGB Variations
Color information
#4166AF (or 0x4166AF) is known color: Mariner. HEX triplet: 41, 66 and AF. RGB value is (65,102,175). Sum of RGB (Red+Green+Blue) = 65+102+175=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #4166AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4166AF is #BE9950. Grayscale: #626262. Windows color (decimal): -12491089 or 11494977. OLE color: 11494977.
HSL color Cylindrical-coordinate representation of color #4166AF: hue angle of 219.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4166AF is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 102 | 175 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.31 |
| HSL | 219.82º | 0.46% | 0.47% | - |
| HSV(B) | 219.82º | 0.63% | 0.69% | - |
| XYZ | 14.67 | 13.72 | 42.43 | - |
| YUV | 99.26 | 170.74 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 102 | 175 | 0.63 | 0.42 | 0 | 0.31 | 219.82 | 0.46 | 0.47 |
| Hex | 41 | 66 | AF | 3F | 2A | 0 | 1F | DC | 2E | 2F |
| Octal | 101 | 146 | 257 | 77 | 52 | 0 | 37 | 334 | 56 | 57 |
| Binary | 1000001 | 1100110 | 10101111 | 111111 | 101010 | 0 | 11111 | 11011100 | 101110 | 101111 |
Color Harmonies of #4166AF
Complementary color
Monochromatic Colors of #4166AF
Black with #4166AF
Text Example
Text Example
White with #4166AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4166AF; }
p { color: rgb(65,102,175); }
H1.HeaderClassName
{
color: #4166AF;
}
.AnyTagClassName
{
color: #4166AF;
}
</style>
background-color css
<style>
a { background-color: #4166AF; }
a { background-color: rgb(65,102,175); }
div.DivClassName
{
background-color: #4166AF;
}
.BgClassName
{
background-color: #4166AF;
}
</style>
border-color css
<style>
span { border-color: #4166AF; }
span { border-color: rgb(65,102,175); }
td.TdClassName
{
border-color: #4166AF;
}
.TagClassName
{
border-color: #4166AF;
}
</style>