Shades of Blue Gem #4C419B
Tints of Blue Gem #4C419B
RGB
CMYK
RGB Variations
Color information
#4C419B (or 0x4C419B) is known color: Blue Gem. HEX triplet: 4C, 41 and 9B. RGB value is (76,65,155). Sum of RGB (Red+Green+Blue) = 76+65+155=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C419B is #B3BE64. Grayscale: #4E4E4E. Windows color (decimal): -11779685 or 10174796. OLE color: 10174796.
HSL color Cylindrical-coordinate representation of color #4C419B: hue angle of 247.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C419B is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 65 | 155 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.39 |
| HSL | 247.33º | 0.41% | 0.43% | - |
| HSV(B) | 247.33º | 0.58% | 0.61% | - |
| XYZ | 10.79 | 7.68 | 31.92 | - |
| YUV | 78.55 | 171.14 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 155 | 0.51 | 0.58 | 0 | 0.39 | 247.33 | 0.41 | 0.43 |
| Hex | 4C | 41 | 9B | 33 | 3A | 0 | 27 | F7 | 29 | 2B |
| Octal | 114 | 101 | 233 | 63 | 72 | 0 | 47 | 367 | 51 | 53 |
| Binary | 1001100 | 1000001 | 10011011 | 110011 | 111010 | 0 | 100111 | 11110111 | 101001 | 101011 |
Color Harmonies of #4C419B
Complementary color
Monochromatic Colors of #4C419B
Black with #4C419B
Text Example
Text Example
White with #4C419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C419B; }
p { color: rgb(76,65,155); }
H1.HeaderClassName
{
color: #4C419B;
}
.AnyTagClassName
{
color: #4C419B;
}
</style>
background-color css
<style>
a { background-color: #4C419B; }
a { background-color: rgb(76,65,155); }
div.DivClassName
{
background-color: #4C419B;
}
.BgClassName
{
background-color: #4C419B;
}
</style>
border-color css
<style>
span { border-color: #4C419B; }
span { border-color: rgb(76,65,155); }
td.TdClassName
{
border-color: #4C419B;
}
.TagClassName
{
border-color: #4C419B;
}
</style>