Shades of Mariner #4C639B
Tints of Mariner #4C639B
RGB
CMYK
RGB Variations
Color information
#4C639B (or 0x4C639B) is known color: Mariner. HEX triplet: 4C, 63 and 9B. RGB value is (76,99,155). Sum of RGB (Red+Green+Blue) = 76+99+155=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C639B is #B39C64. Grayscale: #626262. Windows color (decimal): -11770981 or 10183500. OLE color: 10183500.
HSL color Cylindrical-coordinate representation of color #4C639B: hue angle of 222.53º 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 #4C639B is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 99 | 155 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.39 |
| HSL | 222.53º | 0.34% | 0.45% | - |
| HSV(B) | 222.53º | 0.51% | 0.61% | - |
| XYZ | 13.36 | 12.83 | 32.78 | - |
| YUV | 98.51 | 159.88 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 99 | 155 | 0.51 | 0.36 | 0 | 0.39 | 222.53 | 0.34 | 0.45 |
| Hex | 4C | 63 | 9B | 33 | 24 | 0 | 27 | DF | 22 | 2D |
| Octal | 114 | 143 | 233 | 63 | 44 | 0 | 47 | 337 | 42 | 55 |
| Binary | 1001100 | 1100011 | 10011011 | 110011 | 100100 | 0 | 100111 | 11011111 | 100010 | 101101 |
Color Harmonies of #4C639B
Complementary color
Monochromatic Colors of #4C639B
Black with #4C639B
Text Example
Text Example
White with #4C639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C639B; }
p { color: rgb(76,99,155); }
H1.HeaderClassName
{
color: #4C639B;
}
.AnyTagClassName
{
color: #4C639B;
}
</style>
background-color css
<style>
a { background-color: #4C639B; }
a { background-color: rgb(76,99,155); }
div.DivClassName
{
background-color: #4C639B;
}
.BgClassName
{
background-color: #4C639B;
}
</style>
border-color css
<style>
span { border-color: #4C639B; }
span { border-color: rgb(76,99,155); }
td.TdClassName
{
border-color: #4C639B;
}
.TagClassName
{
border-color: #4C639B;
}
</style>