Shades of Blue Gem #4C2795
Tints of Blue Gem #4C2795
RGB
CMYK
RGB Variations
Color information
#4C2795 (or 0x4C2795) is known color: Blue Gem. HEX triplet: 4C, 27 and 95. RGB value is (76,39,149). Sum of RGB (Red+Green+Blue) = 76+39+149=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #4C2795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2795 is #B3D86A. Grayscale: #3E3E3E. Windows color (decimal): -11786347 or 9774924. OLE color: 9774924.
HSL color Cylindrical-coordinate representation of color #4C2795: hue angle of 260.18º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C2795 is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 39 | 149 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.42 |
| HSL | 260.18º | 0.59% | 0.37% | - |
| HSV(B) | 260.18º | 0.74% | 0.58% | - |
| XYZ | 9.13 | 5.16 | 28.95 | - |
| YUV | 62.6 | 176.76 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 149 | 0.49 | 0.74 | 0 | 0.42 | 260.18 | 0.59 | 0.37 |
| Hex | 4C | 27 | 95 | 31 | 4A | 0 | 2A | 104 | 3B | 25 |
| Octal | 114 | 47 | 225 | 61 | 112 | 0 | 52 | 404 | 73 | 45 |
| Binary | 1001100 | 100111 | 10010101 | 110001 | 1001010 | 0 | 101010 | 100000100 | 111011 | 100101 |
Color Harmonies of #4C2795
Complementary color
Monochromatic Colors of #4C2795
Black with #4C2795
Text Example
Text Example
White with #4C2795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2795; }
p { color: rgb(76,39,149); }
H1.HeaderClassName
{
color: #4C2795;
}
.AnyTagClassName
{
color: #4C2795;
}
</style>
background-color css
<style>
a { background-color: #4C2795; }
a { background-color: rgb(76,39,149); }
div.DivClassName
{
background-color: #4C2795;
}
.BgClassName
{
background-color: #4C2795;
}
</style>
border-color css
<style>
span { border-color: #4C2795; }
span { border-color: rgb(76,39,149); }
td.TdClassName
{
border-color: #4C2795;
}
.TagClassName
{
border-color: #4C2795;
}
</style>