Shades of Blue Gem #4C269C
Tints of Blue Gem #4C269C
RGB
CMYK
RGB Variations
Color information
#4C269C (or 0x4C269C) is known color: Blue Gem. HEX triplet: 4C, 26 and 9C. RGB value is (76,38,156). Sum of RGB (Red+Green+Blue) = 76+38+156=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C269C is #B3D963. Grayscale: #3E3E3E. Windows color (decimal): -11786596 or 10233420. OLE color: 10233420.
HSL color Cylindrical-coordinate representation of color #4C269C: hue angle of 259.32º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C269C is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 38 | 156 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.39 |
| HSL | 259.32º | 0.61% | 0.38% | - |
| HSV(B) | 259.32º | 0.76% | 0.61% | - |
| XYZ | 9.67 | 5.32 | 31.97 | - |
| YUV | 62.81 | 180.59 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 38 | 156 | 0.51 | 0.76 | 0 | 0.39 | 259.32 | 0.61 | 0.38 |
| Hex | 4C | 26 | 9C | 33 | 4C | 0 | 27 | 103 | 3D | 26 |
| Octal | 114 | 46 | 234 | 63 | 114 | 0 | 47 | 403 | 75 | 46 |
| Binary | 1001100 | 100110 | 10011100 | 110011 | 1001100 | 0 | 100111 | 100000011 | 111101 | 100110 |
Color Harmonies of #4C269C
Complementary color
Monochromatic Colors of #4C269C
Black with #4C269C
Text Example
Text Example
White with #4C269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C269C; }
p { color: rgb(76,38,156); }
H1.HeaderClassName
{
color: #4C269C;
}
.AnyTagClassName
{
color: #4C269C;
}
</style>
background-color css
<style>
a { background-color: #4C269C; }
a { background-color: rgb(76,38,156); }
div.DivClassName
{
background-color: #4C269C;
}
.BgClassName
{
background-color: #4C269C;
}
</style>
border-color css
<style>
span { border-color: #4C269C; }
span { border-color: rgb(76,38,156); }
td.TdClassName
{
border-color: #4C269C;
}
.TagClassName
{
border-color: #4C269C;
}
</style>