Shades of Mariner #4159AD
Tints of Mariner #4159AD
RGB
CMYK
RGB Variations
Color information
#4159AD (or 0x4159AD) is known color: Mariner. HEX triplet: 41, 59 and AD. RGB value is (65,89,173). Sum of RGB (Red+Green+Blue) = 65+89+173=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #4159AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4159AD is #BEA652. Grayscale: #5B5B5B. Windows color (decimal): -12494419 or 11360577. OLE color: 11360577.
HSL color Cylindrical-coordinate representation of color #4159AD: hue angle of 226.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4159AD is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 89 | 173 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.32 |
| HSL | 226.67º | 0.45% | 0.47% | - |
| HSV(B) | 226.67º | 0.62% | 0.68% | - |
| XYZ | 13.3 | 11.29 | 41.01 | - |
| YUV | 91.4 | 174.05 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 89 | 173 | 0.62 | 0.49 | 0 | 0.32 | 226.67 | 0.45 | 0.47 |
| Hex | 41 | 59 | AD | 3E | 31 | 0 | 20 | E3 | 2D | 2F |
| Octal | 101 | 131 | 255 | 76 | 61 | 0 | 40 | 343 | 55 | 57 |
| Binary | 1000001 | 1011001 | 10101101 | 111110 | 110001 | 0 | 100000 | 11100011 | 101101 | 101111 |
Color Harmonies of #4159AD
Complementary color
Monochromatic Colors of #4159AD
Black with #4159AD
Text Example
Text Example
White with #4159AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4159AD; }
p { color: rgb(65,89,173); }
H1.HeaderClassName
{
color: #4159AD;
}
.AnyTagClassName
{
color: #4159AD;
}
</style>
background-color css
<style>
a { background-color: #4159AD; }
a { background-color: rgb(65,89,173); }
div.DivClassName
{
background-color: #4159AD;
}
.BgClassName
{
background-color: #4159AD;
}
</style>
border-color css
<style>
span { border-color: #4159AD; }
span { border-color: rgb(65,89,173); }
td.TdClassName
{
border-color: #4159AD;
}
.TagClassName
{
border-color: #4159AD;
}
</style>