Shades of Mariner #4C619D
Tints of Mariner #4C619D
RGB
CMYK
RGB Variations
Color information
#4C619D (or 0x4C619D) is known color: Mariner. HEX triplet: 4C, 61 and 9D. RGB value is (76,97,157). Sum of RGB (Red+Green+Blue) = 76+97+157=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C619D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C619D is #B39E62. Grayscale: #616161. Windows color (decimal): -11771491 or 10314060. OLE color: 10314060.
HSL color Cylindrical-coordinate representation of color #4C619D: hue angle of 224.44º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C619D is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 97 | 157 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.38 |
| HSL | 224.44º | 0.35% | 0.46% | - |
| HSV(B) | 224.44º | 0.52% | 0.62% | - |
| XYZ | 13.34 | 12.52 | 33.61 | - |
| YUV | 97.56 | 161.54 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 97 | 157 | 0.52 | 0.38 | 0 | 0.38 | 224.44 | 0.35 | 0.46 |
| Hex | 4C | 61 | 9D | 34 | 26 | 0 | 26 | E0 | 23 | 2E |
| Octal | 114 | 141 | 235 | 64 | 46 | 0 | 46 | 340 | 43 | 56 |
| Binary | 1001100 | 1100001 | 10011101 | 110100 | 100110 | 0 | 100110 | 11100000 | 100011 | 101110 |
Color Harmonies of #4C619D
Complementary color
Monochromatic Colors of #4C619D
Black with #4C619D
Text Example
Text Example
White with #4C619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C619D; }
p { color: rgb(76,97,157); }
H1.HeaderClassName
{
color: #4C619D;
}
.AnyTagClassName
{
color: #4C619D;
}
</style>
background-color css
<style>
a { background-color: #4C619D; }
a { background-color: rgb(76,97,157); }
div.DivClassName
{
background-color: #4C619D;
}
.BgClassName
{
background-color: #4C619D;
}
</style>
border-color css
<style>
span { border-color: #4C619D; }
span { border-color: rgb(76,97,157); }
td.TdClassName
{
border-color: #4C619D;
}
.TagClassName
{
border-color: #4C619D;
}
</style>