Shades of Blue Gem #4C439B
Tints of Blue Gem #4C439B
RGB
CMYK
RGB Variations
Color information
#4C439B (or 0x4C439B) is known color: Blue Gem. HEX triplet: 4C, 43 and 9B. RGB value is (76,67,155). Sum of RGB (Red+Green+Blue) = 76+67+155=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C439B is #B3BC64. Grayscale: #4F4F4F. Windows color (decimal): -11779173 or 10175308. OLE color: 10175308.
HSL color Cylindrical-coordinate representation of color #4C439B: hue angle of 246.14º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C439B is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 67 | 155 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.39 |
| HSL | 246.14º | 0.4% | 0.44% | - |
| HSV(B) | 246.14º | 0.57% | 0.61% | - |
| XYZ | 10.9 | 7.92 | 31.96 | - |
| YUV | 79.72 | 170.48 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 155 | 0.51 | 0.57 | 0 | 0.39 | 246.14 | 0.4 | 0.44 |
| Hex | 4C | 43 | 9B | 33 | 39 | 0 | 27 | F6 | 28 | 2C |
| Octal | 114 | 103 | 233 | 63 | 71 | 0 | 47 | 366 | 50 | 54 |
| Binary | 1001100 | 1000011 | 10011011 | 110011 | 111001 | 0 | 100111 | 11110110 | 101000 | 101100 |
Color Harmonies of #4C439B
Complementary color
Monochromatic Colors of #4C439B
Black with #4C439B
Text Example
Text Example
White with #4C439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C439B; }
p { color: rgb(76,67,155); }
H1.HeaderClassName
{
color: #4C439B;
}
.AnyTagClassName
{
color: #4C439B;
}
</style>
background-color css
<style>
a { background-color: #4C439B; }
a { background-color: rgb(76,67,155); }
div.DivClassName
{
background-color: #4C439B;
}
.BgClassName
{
background-color: #4C439B;
}
</style>
border-color css
<style>
span { border-color: #4C439B; }
span { border-color: rgb(76,67,155); }
td.TdClassName
{
border-color: #4C439B;
}
.TagClassName
{
border-color: #4C439B;
}
</style>