Shades of Blue Gem #4C309B
Tints of Blue Gem #4C309B
RGB
CMYK
RGB Variations
Color information
#4C309B (or 0x4C309B) is known color: Blue Gem. HEX triplet: 4C, 30 and 9B. RGB value is (76,48,155). Sum of RGB (Red+Green+Blue) = 76+48+155=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C309B is #B3CF64. Grayscale: #444444. Windows color (decimal): -11784037 or 10170444. OLE color: 10170444.
HSL color Cylindrical-coordinate representation of color #4C309B: hue angle of 255.7º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C309B is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 48 | 155 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.39 |
| HSL | 255.7º | 0.53% | 0.4% | - |
| HSV(B) | 255.7º | 0.69% | 0.61% | - |
| XYZ | 9.95 | 6.02 | 31.65 | - |
| YUV | 68.57 | 176.78 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 48 | 155 | 0.51 | 0.69 | 0 | 0.39 | 255.7 | 0.53 | 0.4 |
| Hex | 4C | 30 | 9B | 33 | 45 | 0 | 27 | 100 | 35 | 28 |
| Octal | 114 | 60 | 233 | 63 | 105 | 0 | 47 | 400 | 65 | 50 |
| Binary | 1001100 | 110000 | 10011011 | 110011 | 1000101 | 0 | 100111 | 100000000 | 110101 | 101000 |
Color Harmonies of #4C309B
Complementary color
Monochromatic Colors of #4C309B
Black with #4C309B
Text Example
Text Example
White with #4C309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C309B; }
p { color: rgb(76,48,155); }
H1.HeaderClassName
{
color: #4C309B;
}
.AnyTagClassName
{
color: #4C309B;
}
</style>
background-color css
<style>
a { background-color: #4C309B; }
a { background-color: rgb(76,48,155); }
div.DivClassName
{
background-color: #4C309B;
}
.BgClassName
{
background-color: #4C309B;
}
</style>
border-color css
<style>
span { border-color: #4C309B; }
span { border-color: rgb(76,48,155); }
td.TdClassName
{
border-color: #4C309B;
}
.TagClassName
{
border-color: #4C309B;
}
</style>