Shades of Mariner #4164AC
Tints of Mariner #4164AC
RGB
CMYK
RGB Variations
Color information
#4164AC (or 0x4164AC) is known color: Mariner. HEX triplet: 41, 64 and AC. RGB value is (65,100,172). Sum of RGB (Red+Green+Blue) = 65+100+172=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #4164AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4164AC is #BE9B53. Grayscale: #616161. Windows color (decimal): -12491604 or 11297857. OLE color: 11297857.
HSL color Cylindrical-coordinate representation of color #4164AC: hue angle of 220.37º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4164AC is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 100 | 172 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.33 |
| HSL | 220.37º | 0.45% | 0.46% | - |
| HSV(B) | 220.37º | 0.62% | 0.67% | - |
| XYZ | 14.18 | 13.22 | 40.83 | - |
| YUV | 97.74 | 169.9 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 100 | 172 | 0.62 | 0.42 | 0 | 0.33 | 220.37 | 0.45 | 0.46 |
| Hex | 41 | 64 | AC | 3E | 2A | 0 | 21 | DC | 2D | 2E |
| Octal | 101 | 144 | 254 | 76 | 52 | 0 | 41 | 334 | 55 | 56 |
| Binary | 1000001 | 1100100 | 10101100 | 111110 | 101010 | 0 | 100001 | 11011100 | 101101 | 101110 |
Color Harmonies of #4164AC
Complementary color
Monochromatic Colors of #4164AC
Black with #4164AC
Text Example
Text Example
White with #4164AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4164AC; }
p { color: rgb(65,100,172); }
H1.HeaderClassName
{
color: #4164AC;
}
.AnyTagClassName
{
color: #4164AC;
}
</style>
background-color css
<style>
a { background-color: #4164AC; }
a { background-color: rgb(65,100,172); }
div.DivClassName
{
background-color: #4164AC;
}
.BgClassName
{
background-color: #4164AC;
}
</style>
border-color css
<style>
span { border-color: #4164AC; }
span { border-color: rgb(65,100,172); }
td.TdClassName
{
border-color: #4164AC;
}
.TagClassName
{
border-color: #4164AC;
}
</style>