Shades of Blue Gem #4B239C
Tints of Blue Gem #4B239C
RGB
CMYK
RGB Variations
Color information
#4B239C (or 0x4B239C) is known color: Blue Gem. HEX triplet: 4B, 23 and 9C. RGB value is (75,35,156). Sum of RGB (Red+Green+Blue) = 75+35+156=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B239C is #B4DC63. Grayscale: #3C3C3C. Windows color (decimal): -11852900 or 10232651. OLE color: 10232651.
HSL color Cylindrical-coordinate representation of color #4B239C: hue angle of 259.83º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B239C is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 35 | 156 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.39 |
| HSL | 259.83º | 0.63% | 0.37% | - |
| HSV(B) | 259.83º | 0.78% | 0.61% | - |
| XYZ | 9.5 | 5.1 | 31.94 | - |
| YUV | 60.75 | 181.75 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 156 | 0.52 | 0.78 | 0 | 0.39 | 259.83 | 0.63 | 0.37 |
| Hex | 4B | 23 | 9C | 34 | 4E | 0 | 27 | 104 | 3F | 25 |
| Octal | 113 | 43 | 234 | 64 | 116 | 0 | 47 | 404 | 77 | 45 |
| Binary | 1001011 | 100011 | 10011100 | 110100 | 1001110 | 0 | 100111 | 100000100 | 111111 | 100101 |
Color Harmonies of #4B239C
Complementary color
Monochromatic Colors of #4B239C
Black with #4B239C
Text Example
Text Example
White with #4B239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B239C; }
p { color: rgb(75,35,156); }
H1.HeaderClassName
{
color: #4B239C;
}
.AnyTagClassName
{
color: #4B239C;
}
</style>
background-color css
<style>
a { background-color: #4B239C; }
a { background-color: rgb(75,35,156); }
div.DivClassName
{
background-color: #4B239C;
}
.BgClassName
{
background-color: #4B239C;
}
</style>
border-color css
<style>
span { border-color: #4B239C; }
span { border-color: rgb(75,35,156); }
td.TdClassName
{
border-color: #4B239C;
}
.TagClassName
{
border-color: #4B239C;
}
</style>