Shades of Blue Gem #4C378D
Tints of Blue Gem #4C378D
RGB
CMYK
RGB Variations
Color information
#4C378D (or 0x4C378D) is known color: Blue Gem. HEX triplet: 4C, 37 and 8D. RGB value is (76,55,141). Sum of RGB (Red+Green+Blue) = 76+55+141=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C378D is #B3C872. Grayscale: #464646. Windows color (decimal): -11782259 or 9254732. OLE color: 9254732.
HSL color Cylindrical-coordinate representation of color #4C378D: hue angle of 254.65º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C378D is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 55 | 141 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.45 |
| HSL | 254.65º | 0.44% | 0.38% | - |
| HSV(B) | 254.65º | 0.61% | 0.55% | - |
| XYZ | 9.15 | 6.19 | 25.91 | - |
| YUV | 71.08 | 167.46 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 55 | 141 | 0.46 | 0.61 | 0 | 0.45 | 254.65 | 0.44 | 0.38 |
| Hex | 4C | 37 | 8D | 2E | 3D | 0 | 2D | FF | 2C | 26 |
| Octal | 114 | 67 | 215 | 56 | 75 | 0 | 55 | 377 | 54 | 46 |
| Binary | 1001100 | 110111 | 10001101 | 101110 | 111101 | 0 | 101101 | 11111111 | 101100 | 100110 |
Color Harmonies of #4C378D
Complementary color
Monochromatic Colors of #4C378D
Black with #4C378D
Text Example
Text Example
White with #4C378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C378D; }
p { color: rgb(76,55,141); }
H1.HeaderClassName
{
color: #4C378D;
}
.AnyTagClassName
{
color: #4C378D;
}
</style>
background-color css
<style>
a { background-color: #4C378D; }
a { background-color: rgb(76,55,141); }
div.DivClassName
{
background-color: #4C378D;
}
.BgClassName
{
background-color: #4C378D;
}
</style>
border-color css
<style>
span { border-color: #4C378D; }
span { border-color: rgb(76,55,141); }
td.TdClassName
{
border-color: #4C378D;
}
.TagClassName
{
border-color: #4C378D;
}
</style>