Shades of Blue Gem #4C37AC
Tints of Blue Gem #4C37AC
RGB
CMYK
RGB Variations
Color information
#4C37AC (or 0x4C37AC) is known color: Blue Gem. HEX triplet: 4C, 37 and AC. RGB value is (76,55,172). Sum of RGB (Red+Green+Blue) = 76+55+172=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C37AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C37AC is #B3C853. Grayscale: #4A4A4A. Windows color (decimal): -11782228 or 11286348. OLE color: 11286348.
HSL color Cylindrical-coordinate representation of color #4C37AC: hue angle of 250.77º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C37AC is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 55 | 172 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.33 |
| HSL | 250.77º | 0.52% | 0.45% | - |
| HSV(B) | 250.77º | 0.68% | 0.67% | - |
| XYZ | 11.79 | 7.25 | 39.81 | - |
| YUV | 74.62 | 182.96 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 55 | 172 | 0.56 | 0.68 | 0 | 0.33 | 250.77 | 0.52 | 0.45 |
| Hex | 4C | 37 | AC | 38 | 44 | 0 | 21 | FB | 34 | 2D |
| Octal | 114 | 67 | 254 | 70 | 104 | 0 | 41 | 373 | 64 | 55 |
| Binary | 1001100 | 110111 | 10101100 | 111000 | 1000100 | 0 | 100001 | 11111011 | 110100 | 101101 |
Color Harmonies of #4C37AC
Complementary color
Monochromatic Colors of #4C37AC
Black with #4C37AC
Text Example
Text Example
White with #4C37AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C37AC; }
p { color: rgb(76,55,172); }
H1.HeaderClassName
{
color: #4C37AC;
}
.AnyTagClassName
{
color: #4C37AC;
}
</style>
background-color css
<style>
a { background-color: #4C37AC; }
a { background-color: rgb(76,55,172); }
div.DivClassName
{
background-color: #4C37AC;
}
.BgClassName
{
background-color: #4C37AC;
}
</style>
border-color css
<style>
span { border-color: #4C37AC; }
span { border-color: rgb(76,55,172); }
td.TdClassName
{
border-color: #4C37AC;
}
.TagClassName
{
border-color: #4C37AC;
}
</style>