Shades of Blue Gem #4C358B
Tints of Blue Gem #4C358B
RGB
CMYK
RGB Variations
Color information
#4C358B (or 0x4C358B) is known color: Blue Gem. HEX triplet: 4C, 35 and 8B. RGB value is (76,53,139). Sum of RGB (Red+Green+Blue) = 76+53+139=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C358B is #B3CA74. Grayscale: #454545. Windows color (decimal): -11782773 or 9123148. OLE color: 9123148.
HSL color Cylindrical-coordinate representation of color #4C358B: hue angle of 256.05º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C358B is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 53 | 139 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.45 |
| HSL | 256.05º | 0.45% | 0.38% | - |
| HSV(B) | 256.05º | 0.62% | 0.55% | - |
| XYZ | 8.91 | 5.95 | 25.1 | - |
| YUV | 69.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 139 | 0.45 | 0.62 | 0 | 0.45 | 256.05 | 0.45 | 0.38 |
| Hex | 4C | 35 | 8B | 2D | 3E | 0 | 2D | 100 | 2D | 26 |
| Octal | 114 | 65 | 213 | 55 | 76 | 0 | 55 | 400 | 55 | 46 |
| Binary | 1001100 | 110101 | 10001011 | 101101 | 111110 | 0 | 101101 | 100000000 | 101101 | 100110 |
Color Harmonies of #4C358B
Complementary color
Monochromatic Colors of #4C358B
Black with #4C358B
Text Example
Text Example
White with #4C358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C358B; }
p { color: rgb(76,53,139); }
H1.HeaderClassName
{
color: #4C358B;
}
.AnyTagClassName
{
color: #4C358B;
}
</style>
background-color css
<style>
a { background-color: #4C358B; }
a { background-color: rgb(76,53,139); }
div.DivClassName
{
background-color: #4C358B;
}
.BgClassName
{
background-color: #4C358B;
}
</style>
border-color css
<style>
span { border-color: #4C358B; }
span { border-color: rgb(76,53,139); }
td.TdClassName
{
border-color: #4C358B;
}
.TagClassName
{
border-color: #4C358B;
}
</style>