Shades of Blue Gem #4D249C
Tints of Blue Gem #4D249C
RGB
CMYK
RGB Variations
Color information
#4D249C (or 0x4D249C) is known color: Blue Gem. HEX triplet: 4D, 24 and 9C. RGB value is (77,36,156). Sum of RGB (Red+Green+Blue) = 77+36+156=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D249C is #B2DB63. Grayscale: #3D3D3D. Windows color (decimal): -11721572 or 10232909. OLE color: 10232909.
HSL color Cylindrical-coordinate representation of color #4D249C: hue angle of 260.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D249C is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 36 | 156 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.39 |
| HSL | 260.5º | 0.63% | 0.38% | - |
| HSV(B) | 260.5º | 0.77% | 0.61% | - |
| XYZ | 9.69 | 5.24 | 31.95 | - |
| YUV | 61.94 | 181.08 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 156 | 0.51 | 0.77 | 0 | 0.39 | 260.5 | 0.63 | 0.38 |
| Hex | 4D | 24 | 9C | 33 | 4D | 0 | 27 | 104 | 3E | 26 |
| Octal | 115 | 44 | 234 | 63 | 115 | 0 | 47 | 404 | 76 | 46 |
| Binary | 1001101 | 100100 | 10011100 | 110011 | 1001101 | 0 | 100111 | 100000100 | 111110 | 100110 |
Color Harmonies of #4D249C
Complementary color
Monochromatic Colors of #4D249C
Black with #4D249C
Text Example
Text Example
White with #4D249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D249C; }
p { color: rgb(77,36,156); }
H1.HeaderClassName
{
color: #4D249C;
}
.AnyTagClassName
{
color: #4D249C;
}
</style>
background-color css
<style>
a { background-color: #4D249C; }
a { background-color: rgb(77,36,156); }
div.DivClassName
{
background-color: #4D249C;
}
.BgClassName
{
background-color: #4D249C;
}
</style>
border-color css
<style>
span { border-color: #4D249C; }
span { border-color: rgb(77,36,156); }
td.TdClassName
{
border-color: #4D249C;
}
.TagClassName
{
border-color: #4D249C;
}
</style>