Shades of Mariner #4156AB
Tints of Mariner #4156AB
RGB
CMYK
RGB Variations
Color information
#4156AB (or 0x4156AB) is known color: Mariner. HEX triplet: 41, 56 and AB. RGB value is (65,86,171). Sum of RGB (Red+Green+Blue) = 65+86+171=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #4156AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4156AB is #BEA954. Grayscale: #595959. Windows color (decimal): -12495189 or 11228737. OLE color: 11228737.
HSL color Cylindrical-coordinate representation of color #4156AB: hue angle of 228.11º 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 #4156AB is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 86 | 171 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.33 |
| HSL | 228.11º | 0.45% | 0.46% | - |
| HSV(B) | 228.11º | 0.62% | 0.67% | - |
| XYZ | 12.86 | 10.72 | 39.92 | - |
| YUV | 89.41 | 174.04 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 86 | 171 | 0.62 | 0.50 | 0 | 0.33 | 228.11 | 0.45 | 0.46 |
| Hex | 41 | 56 | AB | 3E | 32 | 0 | 21 | E4 | 2D | 2E |
| Octal | 101 | 126 | 253 | 76 | 62 | 0 | 41 | 344 | 55 | 56 |
| Binary | 1000001 | 1010110 | 10101011 | 111110 | 110010 | 0 | 100001 | 11100100 | 101101 | 101110 |
Color Harmonies of #4156AB
Complementary color
Monochromatic Colors of #4156AB
Black with #4156AB
Text Example
Text Example
White with #4156AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4156AB; }
p { color: rgb(65,86,171); }
H1.HeaderClassName
{
color: #4156AB;
}
.AnyTagClassName
{
color: #4156AB;
}
</style>
background-color css
<style>
a { background-color: #4156AB; }
a { background-color: rgb(65,86,171); }
div.DivClassName
{
background-color: #4156AB;
}
.BgClassName
{
background-color: #4156AB;
}
</style>
border-color css
<style>
span { border-color: #4156AB; }
span { border-color: rgb(65,86,171); }
td.TdClassName
{
border-color: #4156AB;
}
.TagClassName
{
border-color: #4156AB;
}
</style>