Shades of Blue Gem #4C269F
Tints of Blue Gem #4C269F
RGB
CMYK
RGB Variations
Color information
#4C269F (or 0x4C269F) is known color: Blue Gem. HEX triplet: 4C, 26 and 9F. RGB value is (76,38,159). Sum of RGB (Red+Green+Blue) = 76+38+159=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #4C269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C269F is #B3D960. Grayscale: #3E3E3E. Windows color (decimal): -11786593 or 10430028. OLE color: 10430028.
HSL color Cylindrical-coordinate representation of color #4C269F: hue angle of 258.84º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C269F is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 38 | 159 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.38 |
| HSL | 258.84º | 0.61% | 0.39% | - |
| HSV(B) | 258.84º | 0.76% | 0.62% | - |
| XYZ | 9.93 | 5.43 | 33.32 | - |
| YUV | 63.16 | 182.09 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 38 | 159 | 0.52 | 0.76 | 0 | 0.38 | 258.84 | 0.61 | 0.39 |
| Hex | 4C | 26 | 9F | 34 | 4C | 0 | 26 | 103 | 3D | 27 |
| Octal | 114 | 46 | 237 | 64 | 114 | 0 | 46 | 403 | 75 | 47 |
| Binary | 1001100 | 100110 | 10011111 | 110100 | 1001100 | 0 | 100110 | 100000011 | 111101 | 100111 |
Color Harmonies of #4C269F
Complementary color
Monochromatic Colors of #4C269F
Black with #4C269F
Text Example
Text Example
White with #4C269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C269F; }
p { color: rgb(76,38,159); }
H1.HeaderClassName
{
color: #4C269F;
}
.AnyTagClassName
{
color: #4C269F;
}
</style>
background-color css
<style>
a { background-color: #4C269F; }
a { background-color: rgb(76,38,159); }
div.DivClassName
{
background-color: #4C269F;
}
.BgClassName
{
background-color: #4C269F;
}
</style>
border-color css
<style>
span { border-color: #4C269F; }
span { border-color: rgb(76,38,159); }
td.TdClassName
{
border-color: #4C269F;
}
.TagClassName
{
border-color: #4C269F;
}
</style>