Shades of Blue Gem #4C308E
Tints of Blue Gem #4C308E
RGB
CMYK
RGB Variations
Color information
#4C308E (or 0x4C308E) is known color: Blue Gem. HEX triplet: 4C, 30 and 8E. RGB value is (76,48,142). Sum of RGB (Red+Green+Blue) = 76+48+142=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #4C308E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C308E is #B3CF71. Grayscale: #424242. Windows color (decimal): -11784050 or 9318476. OLE color: 9318476.
HSL color Cylindrical-coordinate representation of color #4C308E: hue angle of 257.87º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C308E is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 48 | 142 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.44 |
| HSL | 257.87º | 0.49% | 0.37% | - |
| HSV(B) | 257.87º | 0.66% | 0.56% | - |
| XYZ | 8.92 | 5.6 | 26.2 | - |
| YUV | 67.09 | 170.28 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 48 | 142 | 0.46 | 0.66 | 0 | 0.44 | 257.87 | 0.49 | 0.37 |
| Hex | 4C | 30 | 8E | 2E | 42 | 0 | 2C | 102 | 31 | 25 |
| Octal | 114 | 60 | 216 | 56 | 102 | 0 | 54 | 402 | 61 | 45 |
| Binary | 1001100 | 110000 | 10001110 | 101110 | 1000010 | 0 | 101100 | 100000010 | 110001 | 100101 |
Color Harmonies of #4C308E
Complementary color
Monochromatic Colors of #4C308E
Black with #4C308E
Text Example
Text Example
White with #4C308E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C308E; }
p { color: rgb(76,48,142); }
H1.HeaderClassName
{
color: #4C308E;
}
.AnyTagClassName
{
color: #4C308E;
}
</style>
background-color css
<style>
a { background-color: #4C308E; }
a { background-color: rgb(76,48,142); }
div.DivClassName
{
background-color: #4C308E;
}
.BgClassName
{
background-color: #4C308E;
}
</style>
border-color css
<style>
span { border-color: #4C308E; }
span { border-color: rgb(76,48,142); }
td.TdClassName
{
border-color: #4C308E;
}
.TagClassName
{
border-color: #4C308E;
}
</style>