Shades of Blue Gem #4B249C
Tints of Blue Gem #4B249C
RGB
CMYK
RGB Variations
Color information
#4B249C (or 0x4B249C) is known color: Blue Gem. HEX triplet: 4B, 24 and 9C. RGB value is (75,36,156). Sum of RGB (Red+Green+Blue) = 75+36+156=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B249C is #B4DB63. Grayscale: #3C3C3C. Windows color (decimal): -11852644 or 10232907. OLE color: 10232907.
HSL color Cylindrical-coordinate representation of color #4B249C: hue angle of 259.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 #4B249C is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 36 | 156 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.39 |
| HSL | 259.5º | 0.63% | 0.38% | - |
| HSV(B) | 259.5º | 0.77% | 0.61% | - |
| XYZ | 9.53 | 5.16 | 31.95 | - |
| YUV | 61.34 | 181.42 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 156 | 0.52 | 0.77 | 0 | 0.39 | 259.5 | 0.63 | 0.38 |
| Hex | 4B | 24 | 9C | 34 | 4D | 0 | 27 | 104 | 3E | 26 |
| Octal | 113 | 44 | 234 | 64 | 115 | 0 | 47 | 404 | 76 | 46 |
| Binary | 1001011 | 100100 | 10011100 | 110100 | 1001101 | 0 | 100111 | 100000100 | 111110 | 100110 |
Color Harmonies of #4B249C
Complementary color
Monochromatic Colors of #4B249C
Black with #4B249C
Text Example
Text Example
White with #4B249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B249C; }
p { color: rgb(75,36,156); }
H1.HeaderClassName
{
color: #4B249C;
}
.AnyTagClassName
{
color: #4B249C;
}
</style>
background-color css
<style>
a { background-color: #4B249C; }
a { background-color: rgb(75,36,156); }
div.DivClassName
{
background-color: #4B249C;
}
.BgClassName
{
background-color: #4B249C;
}
</style>
border-color css
<style>
span { border-color: #4B249C; }
span { border-color: rgb(75,36,156); }
td.TdClassName
{
border-color: #4B249C;
}
.TagClassName
{
border-color: #4B249C;
}
</style>