Shades of Mariner #4C65AB
Tints of Mariner #4C65AB
RGB
CMYK
RGB Variations
Color information
#4C65AB (or 0x4C65AB) is known color: Mariner. HEX triplet: 4C, 65 and AB. RGB value is (76,101,171). Sum of RGB (Red+Green+Blue) = 76+101+171=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C65AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C65AB is #B39A54. Grayscale: #656565. Windows color (decimal): -11770453 or 11232588. OLE color: 11232588.
HSL color Cylindrical-coordinate representation of color #4C65AB: hue angle of 224.21º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C65AB is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 101 | 171 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.33 |
| HSL | 224.21º | 0.38% | 0.48% | - |
| HSV(B) | 224.21º | 0.56% | 0.67% | - |
| XYZ | 14.98 | 13.78 | 40.4 | - |
| YUV | 101.51 | 167.22 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 101 | 171 | 0.56 | 0.41 | 0 | 0.33 | 224.21 | 0.38 | 0.48 |
| Hex | 4C | 65 | AB | 38 | 29 | 0 | 21 | E0 | 26 | 30 |
| Octal | 114 | 145 | 253 | 70 | 51 | 0 | 41 | 340 | 46 | 60 |
| Binary | 1001100 | 1100101 | 10101011 | 111000 | 101001 | 0 | 100001 | 11100000 | 100110 | 110000 |
Color Harmonies of #4C65AB
Complementary color
Monochromatic Colors of #4C65AB
Black with #4C65AB
Text Example
Text Example
White with #4C65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C65AB; }
p { color: rgb(76,101,171); }
H1.HeaderClassName
{
color: #4C65AB;
}
.AnyTagClassName
{
color: #4C65AB;
}
</style>
background-color css
<style>
a { background-color: #4C65AB; }
a { background-color: rgb(76,101,171); }
div.DivClassName
{
background-color: #4C65AB;
}
.BgClassName
{
background-color: #4C65AB;
}
</style>
border-color css
<style>
span { border-color: #4C65AB; }
span { border-color: rgb(76,101,171); }
td.TdClassName
{
border-color: #4C65AB;
}
.TagClassName
{
border-color: #4C65AB;
}
</style>