Shades of Blue Gem #4C328F
Tints of Blue Gem #4C328F
RGB
CMYK
RGB Variations
Color information
#4C328F (or 0x4C328F) is known color: Blue Gem. HEX triplet: 4C, 32 and 8F. RGB value is (76,50,143). Sum of RGB (Red+Green+Blue) = 76+50+143=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #4C328F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C328F is #B3CD70. Grayscale: #444444. Windows color (decimal): -11783537 or 9384524. OLE color: 9384524.
HSL color Cylindrical-coordinate representation of color #4C328F: hue angle of 256.77º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C328F is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 50 | 143 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.44 |
| HSL | 256.77º | 0.48% | 0.38% | - |
| HSV(B) | 256.77º | 0.65% | 0.56% | - |
| XYZ | 9.08 | 5.8 | 26.63 | - |
| YUV | 68.38 | 170.11 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 50 | 143 | 0.47 | 0.65 | 0 | 0.44 | 256.77 | 0.48 | 0.38 |
| Hex | 4C | 32 | 8F | 2F | 41 | 0 | 2C | 101 | 30 | 26 |
| Octal | 114 | 62 | 217 | 57 | 101 | 0 | 54 | 401 | 60 | 46 |
| Binary | 1001100 | 110010 | 10001111 | 101111 | 1000001 | 0 | 101100 | 100000001 | 110000 | 100110 |
Color Harmonies of #4C328F
Complementary color
Monochromatic Colors of #4C328F
Black with #4C328F
Text Example
Text Example
White with #4C328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C328F; }
p { color: rgb(76,50,143); }
H1.HeaderClassName
{
color: #4C328F;
}
.AnyTagClassName
{
color: #4C328F;
}
</style>
background-color css
<style>
a { background-color: #4C328F; }
a { background-color: rgb(76,50,143); }
div.DivClassName
{
background-color: #4C328F;
}
.BgClassName
{
background-color: #4C328F;
}
</style>
border-color css
<style>
span { border-color: #4C328F; }
span { border-color: rgb(76,50,143); }
td.TdClassName
{
border-color: #4C328F;
}
.TagClassName
{
border-color: #4C328F;
}
</style>