Shades of Mariner #4D619C
Tints of Mariner #4D619C
RGB
CMYK
RGB Variations
Color information
#4D619C (or 0x4D619C) is known color: Mariner. HEX triplet: 4D, 61 and 9C. RGB value is (77,97,156). Sum of RGB (Red+Green+Blue) = 77+97+156=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D619C is #B29E63. Grayscale: #616161. Windows color (decimal): -11705956 or 10248525. OLE color: 10248525.
HSL color Cylindrical-coordinate representation of color #4D619C: hue angle of 224.81º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D619C is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 97 | 156 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.39 |
| HSL | 224.81º | 0.34% | 0.46% | - |
| HSV(B) | 224.81º | 0.51% | 0.61% | - |
| XYZ | 13.34 | 12.53 | 33.17 | - |
| YUV | 97.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 156 | 0.51 | 0.38 | 0 | 0.39 | 224.81 | 0.34 | 0.46 |
| Hex | 4D | 61 | 9C | 33 | 26 | 0 | 27 | E1 | 22 | 2E |
| Octal | 115 | 141 | 234 | 63 | 46 | 0 | 47 | 341 | 42 | 56 |
| Binary | 1001101 | 1100001 | 10011100 | 110011 | 100110 | 0 | 100111 | 11100001 | 100010 | 101110 |
Color Harmonies of #4D619C
Complementary color
Monochromatic Colors of #4D619C
Black with #4D619C
Text Example
Text Example
White with #4D619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D619C; }
p { color: rgb(77,97,156); }
H1.HeaderClassName
{
color: #4D619C;
}
.AnyTagClassName
{
color: #4D619C;
}
</style>
background-color css
<style>
a { background-color: #4D619C; }
a { background-color: rgb(77,97,156); }
div.DivClassName
{
background-color: #4D619C;
}
.BgClassName
{
background-color: #4D619C;
}
</style>
border-color css
<style>
span { border-color: #4D619C; }
span { border-color: rgb(77,97,156); }
td.TdClassName
{
border-color: #4D619C;
}
.TagClassName
{
border-color: #4D619C;
}
</style>