Shades of Blue Gem #4C239B
Tints of Blue Gem #4C239B
RGB
CMYK
RGB Variations
Color information
#4C239B (or 0x4C239B) is known color: Blue Gem. HEX triplet: 4C, 23 and 9B. RGB value is (76,35,155). Sum of RGB (Red+Green+Blue) = 76+35+155=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C239B is #B3DC64. Grayscale: #3C3C3C. Windows color (decimal): -11787365 or 10167116. OLE color: 10167116.
HSL color Cylindrical-coordinate representation of color #4C239B: hue angle of 260.5º degrees, saturation: 0.63, 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 #4C239B is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 35 | 155 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.39 |
| HSL | 260.5º | 0.63% | 0.37% | - |
| HSV(B) | 260.5º | 0.77% | 0.61% | - |
| XYZ | 9.5 | 5.11 | 31.5 | - |
| YUV | 60.94 | 181.08 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 35 | 155 | 0.51 | 0.77 | 0 | 0.39 | 260.5 | 0.63 | 0.37 |
| Hex | 4C | 23 | 9B | 33 | 4D | 0 | 27 | 104 | 3F | 25 |
| Octal | 114 | 43 | 233 | 63 | 115 | 0 | 47 | 404 | 77 | 45 |
| Binary | 1001100 | 100011 | 10011011 | 110011 | 1001101 | 0 | 100111 | 100000100 | 111111 | 100101 |
Color Harmonies of #4C239B
Complementary color
Monochromatic Colors of #4C239B
Black with #4C239B
Text Example
Text Example
White with #4C239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C239B; }
p { color: rgb(76,35,155); }
H1.HeaderClassName
{
color: #4C239B;
}
.AnyTagClassName
{
color: #4C239B;
}
</style>
background-color css
<style>
a { background-color: #4C239B; }
a { background-color: rgb(76,35,155); }
div.DivClassName
{
background-color: #4C239B;
}
.BgClassName
{
background-color: #4C239B;
}
</style>
border-color css
<style>
span { border-color: #4C239B; }
span { border-color: rgb(76,35,155); }
td.TdClassName
{
border-color: #4C239B;
}
.TagClassName
{
border-color: #4C239B;
}
</style>