Shades of Mariner #4C609B
Tints of Mariner #4C609B
RGB
CMYK
RGB Variations
Color information
#4C609B (or 0x4C609B) is known color: Mariner. HEX triplet: 4C, 60 and 9B. RGB value is (76,96,155). Sum of RGB (Red+Green+Blue) = 76+96+155=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C609B is #B39F64. Grayscale: #606060. Windows color (decimal): -11771749 or 10182732. OLE color: 10182732.
HSL color Cylindrical-coordinate representation of color #4C609B: hue angle of 224.81º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C609B is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 96 | 155 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.39 |
| HSL | 224.81º | 0.34% | 0.45% | - |
| HSV(B) | 224.81º | 0.51% | 0.61% | - |
| XYZ | 13.08 | 12.27 | 32.69 | - |
| YUV | 96.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 155 | 0.51 | 0.38 | 0 | 0.39 | 224.81 | 0.34 | 0.45 |
| Hex | 4C | 60 | 9B | 33 | 26 | 0 | 27 | E1 | 22 | 2D |
| Octal | 114 | 140 | 233 | 63 | 46 | 0 | 47 | 341 | 42 | 55 |
| Binary | 1001100 | 1100000 | 10011011 | 110011 | 100110 | 0 | 100111 | 11100001 | 100010 | 101101 |
Color Harmonies of #4C609B
Complementary color
Monochromatic Colors of #4C609B
Black with #4C609B
Text Example
Text Example
White with #4C609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C609B; }
p { color: rgb(76,96,155); }
H1.HeaderClassName
{
color: #4C609B;
}
.AnyTagClassName
{
color: #4C609B;
}
</style>
background-color css
<style>
a { background-color: #4C609B; }
a { background-color: rgb(76,96,155); }
div.DivClassName
{
background-color: #4C609B;
}
.BgClassName
{
background-color: #4C609B;
}
</style>
border-color css
<style>
span { border-color: #4C609B; }
span { border-color: rgb(76,96,155); }
td.TdClassName
{
border-color: #4C609B;
}
.TagClassName
{
border-color: #4C609B;
}
</style>