Shades of Blue Gem #4C328A
Tints of Blue Gem #4C328A
RGB
CMYK
RGB Variations
Color information
#4C328A (or 0x4C328A) is known color: Blue Gem. HEX triplet: 4C, 32 and 8A. RGB value is (76,50,138). Sum of RGB (Red+Green+Blue) = 76+50+138=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C328A is #B3CD75. Grayscale: #434343. Windows color (decimal): -11783542 or 9056844. OLE color: 9056844.
HSL color Cylindrical-coordinate representation of color #4C328A: hue angle of 257.73º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C328A is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 50 | 138 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.46 |
| HSL | 257.73º | 0.47% | 0.37% | - |
| HSV(B) | 257.73º | 0.64% | 0.54% | - |
| XYZ | 8.71 | 5.65 | 24.68 | - |
| YUV | 67.81 | 167.61 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 50 | 138 | 0.45 | 0.64 | 0 | 0.46 | 257.73 | 0.47 | 0.37 |
| Hex | 4C | 32 | 8A | 2D | 40 | 0 | 2E | 102 | 2F | 25 |
| Octal | 114 | 62 | 212 | 55 | 100 | 0 | 56 | 402 | 57 | 45 |
| Binary | 1001100 | 110010 | 10001010 | 101101 | 1000000 | 0 | 101110 | 100000010 | 101111 | 100101 |
Color Harmonies of #4C328A
Complementary color
Monochromatic Colors of #4C328A
Black with #4C328A
Text Example
Text Example
White with #4C328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C328A; }
p { color: rgb(76,50,138); }
H1.HeaderClassName
{
color: #4C328A;
}
.AnyTagClassName
{
color: #4C328A;
}
</style>
background-color css
<style>
a { background-color: #4C328A; }
a { background-color: rgb(76,50,138); }
div.DivClassName
{
background-color: #4C328A;
}
.BgClassName
{
background-color: #4C328A;
}
</style>
border-color css
<style>
span { border-color: #4C328A; }
span { border-color: rgb(76,50,138); }
td.TdClassName
{
border-color: #4C328A;
}
.TagClassName
{
border-color: #4C328A;
}
</style>