Shades of Blue Gem #4C249B
Tints of Blue Gem #4C249B
RGB
CMYK
RGB Variations
Color information
#4C249B (or 0x4C249B) is known color: Blue Gem. HEX triplet: 4C, 24 and 9B. RGB value is (76,36,155). Sum of RGB (Red+Green+Blue) = 76+36+155=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C249B is #B3DB64. Grayscale: #3D3D3D. Windows color (decimal): -11787109 or 10167372. OLE color: 10167372.
HSL color Cylindrical-coordinate representation of color #4C249B: hue angle of 260.17º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C249B is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 36 | 155 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.39 |
| HSL | 260.17º | 0.62% | 0.37% | - |
| HSV(B) | 260.17º | 0.77% | 0.61% | - |
| XYZ | 9.53 | 5.16 | 31.51 | - |
| YUV | 61.53 | 180.75 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 155 | 0.51 | 0.77 | 0 | 0.39 | 260.17 | 0.62 | 0.37 |
| Hex | 4C | 24 | 9B | 33 | 4D | 0 | 27 | 104 | 3E | 25 |
| Octal | 114 | 44 | 233 | 63 | 115 | 0 | 47 | 404 | 76 | 45 |
| Binary | 1001100 | 100100 | 10011011 | 110011 | 1001101 | 0 | 100111 | 100000100 | 111110 | 100101 |
Color Harmonies of #4C249B
Complementary color
Monochromatic Colors of #4C249B
Black with #4C249B
Text Example
Text Example
White with #4C249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C249B; }
p { color: rgb(76,36,155); }
H1.HeaderClassName
{
color: #4C249B;
}
.AnyTagClassName
{
color: #4C249B;
}
</style>
background-color css
<style>
a { background-color: #4C249B; }
a { background-color: rgb(76,36,155); }
div.DivClassName
{
background-color: #4C249B;
}
.BgClassName
{
background-color: #4C249B;
}
</style>
border-color css
<style>
span { border-color: #4C249B; }
span { border-color: rgb(76,36,155); }
td.TdClassName
{
border-color: #4C249B;
}
.TagClassName
{
border-color: #4C249B;
}
</style>