Shades of Blue Gem #4C39AC
Tints of Blue Gem #4C39AC
RGB
CMYK
RGB Variations
Color information
#4C39AC (or 0x4C39AC) is known color: Blue Gem. HEX triplet: 4C, 39 and AC. RGB value is (76,57,172). Sum of RGB (Red+Green+Blue) = 76+57+172=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C39AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C39AC is #B3C653. Grayscale: #4B4B4B. Windows color (decimal): -11781716 or 11286860. OLE color: 11286860.
HSL color Cylindrical-coordinate representation of color #4C39AC: hue angle of 249.91º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C39AC is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 57 | 172 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.33 |
| HSL | 249.91º | 0.5% | 0.45% | - |
| HSV(B) | 249.91º | 0.67% | 0.67% | - |
| XYZ | 11.89 | 7.44 | 39.84 | - |
| YUV | 75.79 | 182.29 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 57 | 172 | 0.56 | 0.67 | 0 | 0.33 | 249.91 | 0.5 | 0.45 |
| Hex | 4C | 39 | AC | 38 | 43 | 0 | 21 | FA | 32 | 2D |
| Octal | 114 | 71 | 254 | 70 | 103 | 0 | 41 | 372 | 62 | 55 |
| Binary | 1001100 | 111001 | 10101100 | 111000 | 1000011 | 0 | 100001 | 11111010 | 110010 | 101101 |
Color Harmonies of #4C39AC
Complementary color
Monochromatic Colors of #4C39AC
Black with #4C39AC
Text Example
Text Example
White with #4C39AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C39AC; }
p { color: rgb(76,57,172); }
H1.HeaderClassName
{
color: #4C39AC;
}
.AnyTagClassName
{
color: #4C39AC;
}
</style>
background-color css
<style>
a { background-color: #4C39AC; }
a { background-color: rgb(76,57,172); }
div.DivClassName
{
background-color: #4C39AC;
}
.BgClassName
{
background-color: #4C39AC;
}
</style>
border-color css
<style>
span { border-color: #4C39AC; }
span { border-color: rgb(76,57,172); }
td.TdClassName
{
border-color: #4C39AC;
}
.TagClassName
{
border-color: #4C39AC;
}
</style>