Shades of Blue Gem #4C439D
Tints of Blue Gem #4C439D
RGB
CMYK
RGB Variations
Color information
#4C439D (or 0x4C439D) is known color: Blue Gem. HEX triplet: 4C, 43 and 9D. RGB value is (76,67,157). Sum of RGB (Red+Green+Blue) = 76+67+157=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C439D is #B3BC62. Grayscale: #4F4F4F. Windows color (decimal): -11779171 or 10306380. OLE color: 10306380.
HSL color Cylindrical-coordinate representation of color #4C439D: hue angle of 246º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C439D is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 67 | 157 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.38 |
| HSL | 246º | 0.4% | 0.44% | - |
| HSV(B) | 246º | 0.57% | 0.62% | - |
| XYZ | 11.07 | 7.99 | 32.86 | - |
| YUV | 79.95 | 171.48 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 157 | 0.52 | 0.57 | 0 | 0.38 | 246 | 0.4 | 0.44 |
| Hex | 4C | 43 | 9D | 34 | 39 | 0 | 26 | F6 | 28 | 2C |
| Octal | 114 | 103 | 235 | 64 | 71 | 0 | 46 | 366 | 50 | 54 |
| Binary | 1001100 | 1000011 | 10011101 | 110100 | 111001 | 0 | 100110 | 11110110 | 101000 | 101100 |
Color Harmonies of #4C439D
Complementary color
Monochromatic Colors of #4C439D
Black with #4C439D
Text Example
Text Example
White with #4C439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C439D; }
p { color: rgb(76,67,157); }
H1.HeaderClassName
{
color: #4C439D;
}
.AnyTagClassName
{
color: #4C439D;
}
</style>
background-color css
<style>
a { background-color: #4C439D; }
a { background-color: rgb(76,67,157); }
div.DivClassName
{
background-color: #4C439D;
}
.BgClassName
{
background-color: #4C439D;
}
</style>
border-color css
<style>
span { border-color: #4C439D; }
span { border-color: rgb(76,67,157); }
td.TdClassName
{
border-color: #4C439D;
}
.TagClassName
{
border-color: #4C439D;
}
</style>