Shades of Mariner #4168AB
Tints of Mariner #4168AB
RGB
CMYK
RGB Variations
Color information
#4168AB (or 0x4168AB) is known color: Mariner. HEX triplet: 41, 68 and AB. RGB value is (65,104,171). Sum of RGB (Red+Green+Blue) = 65+104+171=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #4168AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4168AB is #BE9754. Grayscale: #636363. Windows color (decimal): -12490581 or 11233345. OLE color: 11233345.
HSL color Cylindrical-coordinate representation of color #4168AB: hue angle of 217.92º 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 #4168AB is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 104 | 171 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.33 |
| HSL | 217.92º | 0.45% | 0.46% | - |
| HSV(B) | 217.92º | 0.62% | 0.67% | - |
| XYZ | 14.48 | 13.96 | 40.46 | - |
| YUV | 99.98 | 168.08 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 171 | 0.62 | 0.39 | 0 | 0.33 | 217.92 | 0.45 | 0.46 |
| Hex | 41 | 68 | AB | 3E | 27 | 0 | 21 | DA | 2D | 2E |
| Octal | 101 | 150 | 253 | 76 | 47 | 0 | 41 | 332 | 55 | 56 |
| Binary | 1000001 | 1101000 | 10101011 | 111110 | 100111 | 0 | 100001 | 11011010 | 101101 | 101110 |
Color Harmonies of #4168AB
Complementary color
Monochromatic Colors of #4168AB
Black with #4168AB
Text Example
Text Example
White with #4168AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4168AB; }
p { color: rgb(65,104,171); }
H1.HeaderClassName
{
color: #4168AB;
}
.AnyTagClassName
{
color: #4168AB;
}
</style>
background-color css
<style>
a { background-color: #4168AB; }
a { background-color: rgb(65,104,171); }
div.DivClassName
{
background-color: #4168AB;
}
.BgClassName
{
background-color: #4168AB;
}
</style>
border-color css
<style>
span { border-color: #4168AB; }
span { border-color: rgb(65,104,171); }
td.TdClassName
{
border-color: #4168AB;
}
.TagClassName
{
border-color: #4168AB;
}
</style>