Shades of Mariner #4C6193
Tints of Mariner #4C6193
RGB
CMYK
RGB Variations
Color information
#4C6193 (or 0x4C6193) is known color: Mariner. HEX triplet: 4C, 61 and 93. RGB value is (76,97,147). Sum of RGB (Red+Green+Blue) = 76+97+147=320 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.75% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #4C6193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6193 is #B39E6C. Grayscale: #606060. Windows color (decimal): -11771501 or 9658700. OLE color: 9658700.
HSL color Cylindrical-coordinate representation of color #4C6193: hue angle of 222.25º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C6193 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 97 | 147 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.42 |
| HSL | 222.25º | 0.32% | 0.44% | - |
| HSV(B) | 222.25º | 0.48% | 0.58% | - |
| XYZ | 12.52 | 12.19 | 29.3 | - |
| YUV | 96.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 97 | 147 | 0.48 | 0.34 | 0 | 0.42 | 222.25 | 0.32 | 0.44 |
| Hex | 4C | 61 | 93 | 30 | 22 | 0 | 2A | DE | 20 | 2C |
| Octal | 114 | 141 | 223 | 60 | 42 | 0 | 52 | 336 | 40 | 54 |
| Binary | 1001100 | 1100001 | 10010011 | 110000 | 100010 | 0 | 101010 | 11011110 | 100000 | 101100 |
Color Harmonies of #4C6193
Complementary color
Monochromatic Colors of #4C6193
Black with #4C6193
Text Example
Text Example
White with #4C6193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6193; }
p { color: rgb(76,97,147); }
H1.HeaderClassName
{
color: #4C6193;
}
.AnyTagClassName
{
color: #4C6193;
}
</style>
background-color css
<style>
a { background-color: #4C6193; }
a { background-color: rgb(76,97,147); }
div.DivClassName
{
background-color: #4C6193;
}
.BgClassName
{
background-color: #4C6193;
}
</style>
border-color css
<style>
span { border-color: #4C6193; }
span { border-color: rgb(76,97,147); }
td.TdClassName
{
border-color: #4C6193;
}
.TagClassName
{
border-color: #4C6193;
}
</style>