Shades of Blue Gem #4C2A9E
Tints of Blue Gem #4C2A9E
RGB
CMYK
RGB Variations
Color information
#4C2A9E (or 0x4C2A9E) is known color: Blue Gem. HEX triplet: 4C, 2A and 9E. RGB value is (76,42,158). Sum of RGB (Red+Green+Blue) = 76+42+158=276 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.54% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C2A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2A9E is #B3D561. Grayscale: #404040. Windows color (decimal): -11785570 or 10365516. OLE color: 10365516.
HSL color Cylindrical-coordinate representation of color #4C2A9E: hue angle of 257.59º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C2A9E is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 42 | 158 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.38 |
| HSL | 257.59º | 0.58% | 0.39% | - |
| HSV(B) | 257.59º | 0.73% | 0.62% | - |
| XYZ | 9.98 | 5.66 | 32.91 | - |
| YUV | 65.39 | 180.26 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 42 | 158 | 0.52 | 0.73 | 0 | 0.38 | 257.59 | 0.58 | 0.39 |
| Hex | 4C | 2A | 9E | 34 | 49 | 0 | 26 | 102 | 3A | 27 |
| Octal | 114 | 52 | 236 | 64 | 111 | 0 | 46 | 402 | 72 | 47 |
| Binary | 1001100 | 101010 | 10011110 | 110100 | 1001001 | 0 | 100110 | 100000010 | 111010 | 100111 |
Color Harmonies of #4C2A9E
Complementary color
Monochromatic Colors of #4C2A9E
Black with #4C2A9E
Text Example
Text Example
White with #4C2A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2A9E; }
p { color: rgb(76,42,158); }
H1.HeaderClassName
{
color: #4C2A9E;
}
.AnyTagClassName
{
color: #4C2A9E;
}
</style>
background-color css
<style>
a { background-color: #4C2A9E; }
a { background-color: rgb(76,42,158); }
div.DivClassName
{
background-color: #4C2A9E;
}
.BgClassName
{
background-color: #4C2A9E;
}
</style>
border-color css
<style>
span { border-color: #4C2A9E; }
span { border-color: rgb(76,42,158); }
td.TdClassName
{
border-color: #4C2A9E;
}
.TagClassName
{
border-color: #4C2A9E;
}
</style>