Shades of Mariner #4C6091
Tints of Mariner #4C6091
RGB
CMYK
RGB Variations
Color information
#4C6091 (or 0x4C6091) is known color: Mariner. HEX triplet: 4C, 60 and 91. RGB value is (76,96,145). Sum of RGB (Red+Green+Blue) = 76+96+145=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C6091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6091 is #B39F6E. Grayscale: #5F5F5F. Windows color (decimal): -11771759 or 9527372. OLE color: 9527372.
HSL color Cylindrical-coordinate representation of color #4C6091: hue angle of 222.61º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C6091 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 96 | 145 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.43 |
| HSL | 222.61º | 0.31% | 0.43% | - |
| HSV(B) | 222.61º | 0.48% | 0.57% | - |
| XYZ | 12.27 | 11.95 | 28.45 | - |
| YUV | 95.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 145 | 0.48 | 0.34 | 0 | 0.43 | 222.61 | 0.31 | 0.43 |
| Hex | 4C | 60 | 91 | 30 | 22 | 0 | 2B | DF | 1F | 2B |
| Octal | 114 | 140 | 221 | 60 | 42 | 0 | 53 | 337 | 37 | 53 |
| Binary | 1001100 | 1100000 | 10010001 | 110000 | 100010 | 0 | 101011 | 11011111 | 11111 | 101011 |
Color Harmonies of #4C6091
Complementary color
Monochromatic Colors of #4C6091
Black with #4C6091
Text Example
Text Example
White with #4C6091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6091; }
p { color: rgb(76,96,145); }
H1.HeaderClassName
{
color: #4C6091;
}
.AnyTagClassName
{
color: #4C6091;
}
</style>
background-color css
<style>
a { background-color: #4C6091; }
a { background-color: rgb(76,96,145); }
div.DivClassName
{
background-color: #4C6091;
}
.BgClassName
{
background-color: #4C6091;
}
</style>
border-color css
<style>
span { border-color: #4C6091; }
span { border-color: rgb(76,96,145); }
td.TdClassName
{
border-color: #4C6091;
}
.TagClassName
{
border-color: #4C6091;
}
</style>