Shades of Blue Gem #4C3295
Tints of Blue Gem #4C3295
RGB
CMYK
RGB Variations
Color information
#4C3295 (or 0x4C3295) is known color: Blue Gem. HEX triplet: 4C, 32 and 95. RGB value is (76,50,149). Sum of RGB (Red+Green+Blue) = 76+50+149=275 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.64% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #4C3295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3295 is #B3CD6A. Grayscale: #444444. Windows color (decimal): -11783531 or 9777740. OLE color: 9777740.
HSL color Cylindrical-coordinate representation of color #4C3295: hue angle of 255.76º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C3295 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 50 | 149 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.42 |
| HSL | 255.76º | 0.5% | 0.39% | - |
| HSV(B) | 255.76º | 0.66% | 0.58% | - |
| XYZ | 9.55 | 5.99 | 29.09 | - |
| YUV | 69.06 | 173.11 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 50 | 149 | 0.49 | 0.66 | 0 | 0.42 | 255.76 | 0.5 | 0.39 |
| Hex | 4C | 32 | 95 | 31 | 42 | 0 | 2A | 100 | 32 | 27 |
| Octal | 114 | 62 | 225 | 61 | 102 | 0 | 52 | 400 | 62 | 47 |
| Binary | 1001100 | 110010 | 10010101 | 110001 | 1000010 | 0 | 101010 | 100000000 | 110010 | 100111 |
Color Harmonies of #4C3295
Complementary color
Monochromatic Colors of #4C3295
Black with #4C3295
Text Example
Text Example
White with #4C3295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3295; }
p { color: rgb(76,50,149); }
H1.HeaderClassName
{
color: #4C3295;
}
.AnyTagClassName
{
color: #4C3295;
}
</style>
background-color css
<style>
a { background-color: #4C3295; }
a { background-color: rgb(76,50,149); }
div.DivClassName
{
background-color: #4C3295;
}
.BgClassName
{
background-color: #4C3295;
}
</style>
border-color css
<style>
span { border-color: #4C3295; }
span { border-color: rgb(76,50,149); }
td.TdClassName
{
border-color: #4C3295;
}
.TagClassName
{
border-color: #4C3295;
}
</style>