Shades of Blue Gem #4C31A4
Tints of Blue Gem #4C31A4
RGB
CMYK
RGB Variations
Color information
#4C31A4 (or 0x4C31A4) is known color: Blue Gem. HEX triplet: 4C, 31 and A4. RGB value is (76,49,164). Sum of RGB (Red+Green+Blue) = 76+49+164=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 164 (64.45% from 255 or 56.75% from 289); Max value from RGB is 164 - color contains mainly: blue. Hex color #4C31A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C31A4 is #B3CE5B. Grayscale: #454545. Windows color (decimal): -11783772 or 10760524. OLE color: 10760524.
HSL color Cylindrical-coordinate representation of color #4C31A4: hue angle of 254.09º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C31A4 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 49 | 164 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.36 |
| HSL | 254.09º | 0.54% | 0.42% | - |
| HSV(B) | 254.09º | 0.7% | 0.64% | - |
| XYZ | 10.78 | 6.41 | 35.79 | - |
| YUV | 70.18 | 180.95 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 49 | 164 | 0.54 | 0.70 | 0 | 0.36 | 254.09 | 0.54 | 0.42 |
| Hex | 4C | 31 | A4 | 36 | 46 | 0 | 24 | FE | 36 | 2A |
| Octal | 114 | 61 | 244 | 66 | 106 | 0 | 44 | 376 | 66 | 52 |
| Binary | 1001100 | 110001 | 10100100 | 110110 | 1000110 | 0 | 100100 | 11111110 | 110110 | 101010 |
Color Harmonies of #4C31A4
Complementary color
Monochromatic Colors of #4C31A4
Black with #4C31A4
Text Example
Text Example
White with #4C31A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C31A4; }
p { color: rgb(76,49,164); }
H1.HeaderClassName
{
color: #4C31A4;
}
.AnyTagClassName
{
color: #4C31A4;
}
</style>
background-color css
<style>
a { background-color: #4C31A4; }
a { background-color: rgb(76,49,164); }
div.DivClassName
{
background-color: #4C31A4;
}
.BgClassName
{
background-color: #4C31A4;
}
</style>
border-color css
<style>
span { border-color: #4C31A4; }
span { border-color: rgb(76,49,164); }
td.TdClassName
{
border-color: #4C31A4;
}
.TagClassName
{
border-color: #4C31A4;
}
</style>