Shades of Mariner #4C6195
Tints of Mariner #4C6195
RGB
CMYK
RGB Variations
Color information
#4C6195 (or 0x4C6195) is known color: Mariner. HEX triplet: 4C, 61 and 95. RGB value is (76,97,149). Sum of RGB (Red+Green+Blue) = 76+97+149=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #4C6195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6195 is #B39E6A. Grayscale: #606060. Windows color (decimal): -11771499 or 9789772. OLE color: 9789772.
HSL color Cylindrical-coordinate representation of color #4C6195: hue angle of 222.74º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C6195 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 97 | 149 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.42 |
| HSL | 222.74º | 0.32% | 0.44% | - |
| HSV(B) | 222.74º | 0.49% | 0.58% | - |
| XYZ | 12.68 | 12.26 | 30.13 | - |
| YUV | 96.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 97 | 149 | 0.49 | 0.35 | 0 | 0.42 | 222.74 | 0.32 | 0.44 |
| Hex | 4C | 61 | 95 | 31 | 23 | 0 | 2A | DF | 20 | 2C |
| Octal | 114 | 141 | 225 | 61 | 43 | 0 | 52 | 337 | 40 | 54 |
| Binary | 1001100 | 1100001 | 10010101 | 110001 | 100011 | 0 | 101010 | 11011111 | 100000 | 101100 |
Color Harmonies of #4C6195
Complementary color
Monochromatic Colors of #4C6195
Black with #4C6195
Text Example
Text Example
White with #4C6195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6195; }
p { color: rgb(76,97,149); }
H1.HeaderClassName
{
color: #4C6195;
}
.AnyTagClassName
{
color: #4C6195;
}
</style>
background-color css
<style>
a { background-color: #4C6195; }
a { background-color: rgb(76,97,149); }
div.DivClassName
{
background-color: #4C6195;
}
.BgClassName
{
background-color: #4C6195;
}
</style>
border-color css
<style>
span { border-color: #4C6195; }
span { border-color: rgb(76,97,149); }
td.TdClassName
{
border-color: #4C6195;
}
.TagClassName
{
border-color: #4C6195;
}
</style>