Shades of Blue Gem #4C3889
Tints of Blue Gem #4C3889
RGB
CMYK
RGB Variations
Color information
#4C3889 (or 0x4C3889) is known color: Blue Gem. HEX triplet: 4C, 38 and 89. RGB value is (76,56,137). Sum of RGB (Red+Green+Blue) = 76+56+137=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #4C3889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3889 is #B3C776. Grayscale: #464646. Windows color (decimal): -11782007 or 8992844. OLE color: 8992844.
HSL color Cylindrical-coordinate representation of color #4C3889: hue angle of 254.81º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C3889 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 56 | 137 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.46 |
| HSL | 254.81º | 0.42% | 0.38% | - |
| HSV(B) | 254.81º | 0.59% | 0.54% | - |
| XYZ | 8.91 | 6.17 | 24.39 | - |
| YUV | 71.21 | 165.13 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 56 | 137 | 0.45 | 0.59 | 0 | 0.46 | 254.81 | 0.42 | 0.38 |
| Hex | 4C | 38 | 89 | 2D | 3B | 0 | 2E | FF | 2A | 26 |
| Octal | 114 | 70 | 211 | 55 | 73 | 0 | 56 | 377 | 52 | 46 |
| Binary | 1001100 | 111000 | 10001001 | 101101 | 111011 | 0 | 101110 | 11111111 | 101010 | 100110 |
Color Harmonies of #4C3889
Complementary color
Monochromatic Colors of #4C3889
Black with #4C3889
Text Example
Text Example
White with #4C3889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3889; }
p { color: rgb(76,56,137); }
H1.HeaderClassName
{
color: #4C3889;
}
.AnyTagClassName
{
color: #4C3889;
}
</style>
background-color css
<style>
a { background-color: #4C3889; }
a { background-color: rgb(76,56,137); }
div.DivClassName
{
background-color: #4C3889;
}
.BgClassName
{
background-color: #4C3889;
}
</style>
border-color css
<style>
span { border-color: #4C3889; }
span { border-color: rgb(76,56,137); }
td.TdClassName
{
border-color: #4C3889;
}
.TagClassName
{
border-color: #4C3889;
}
</style>