Shades of Mariner #4163AC
Tints of Mariner #4163AC
RGB
CMYK
RGB Variations
Color information
#4163AC (or 0x4163AC) is known color: Mariner. HEX triplet: 41, 63 and AC. RGB value is (65,99,172). Sum of RGB (Red+Green+Blue) = 65+99+172=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #4163AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4163AC is #BE9C53. Grayscale: #606060. Windows color (decimal): -12491860 or 11297601. OLE color: 11297601.
HSL color Cylindrical-coordinate representation of color #4163AC: hue angle of 220.93º 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 #4163AC is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 99 | 172 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.33 |
| HSL | 220.93º | 0.45% | 0.46% | - |
| HSV(B) | 220.93º | 0.62% | 0.67% | - |
| XYZ | 14.09 | 13.03 | 40.8 | - |
| YUV | 97.16 | 170.24 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 99 | 172 | 0.62 | 0.42 | 0 | 0.33 | 220.93 | 0.45 | 0.46 |
| Hex | 41 | 63 | AC | 3E | 2A | 0 | 21 | DD | 2D | 2E |
| Octal | 101 | 143 | 254 | 76 | 52 | 0 | 41 | 335 | 55 | 56 |
| Binary | 1000001 | 1100011 | 10101100 | 111110 | 101010 | 0 | 100001 | 11011101 | 101101 | 101110 |
Color Harmonies of #4163AC
Complementary color
Monochromatic Colors of #4163AC
Black with #4163AC
Text Example
Text Example
White with #4163AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4163AC; }
p { color: rgb(65,99,172); }
H1.HeaderClassName
{
color: #4163AC;
}
.AnyTagClassName
{
color: #4163AC;
}
</style>
background-color css
<style>
a { background-color: #4163AC; }
a { background-color: rgb(65,99,172); }
div.DivClassName
{
background-color: #4163AC;
}
.BgClassName
{
background-color: #4163AC;
}
</style>
border-color css
<style>
span { border-color: #4163AC; }
span { border-color: rgb(65,99,172); }
td.TdClassName
{
border-color: #4163AC;
}
.TagClassName
{
border-color: #4163AC;
}
</style>