Shades of Blue Gem #4A2696
Tints of Blue Gem #4A2696
RGB
CMYK
RGB Variations
Color information
#4A2696 (or 0x4A2696) is known color: Blue Gem. HEX triplet: 4A, 26 and 96. RGB value is (74,38,150). Sum of RGB (Red+Green+Blue) = 74+38+150=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A2696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2696 is #B5D969. Grayscale: #3D3D3D. Windows color (decimal): -11917674 or 9840202. OLE color: 9840202.
HSL color Cylindrical-coordinate representation of color #4A2696: hue angle of 259.29º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A2696 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 38 | 150 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.41 |
| HSL | 259.29º | 0.6% | 0.37% | - |
| HSV(B) | 259.29º | 0.75% | 0.59% | - |
| XYZ | 9.02 | 5.04 | 29.35 | - |
| YUV | 61.53 | 177.93 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 38 | 150 | 0.51 | 0.75 | 0 | 0.41 | 259.29 | 0.6 | 0.37 |
| Hex | 4A | 26 | 96 | 33 | 4B | 0 | 29 | 103 | 3C | 25 |
| Octal | 112 | 46 | 226 | 63 | 113 | 0 | 51 | 403 | 74 | 45 |
| Binary | 1001010 | 100110 | 10010110 | 110011 | 1001011 | 0 | 101001 | 100000011 | 111100 | 100101 |
Color Harmonies of #4A2696
Complementary color
Monochromatic Colors of #4A2696
Black with #4A2696
Text Example
Text Example
White with #4A2696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2696; }
p { color: rgb(74,38,150); }
H1.HeaderClassName
{
color: #4A2696;
}
.AnyTagClassName
{
color: #4A2696;
}
</style>
background-color css
<style>
a { background-color: #4A2696; }
a { background-color: rgb(74,38,150); }
div.DivClassName
{
background-color: #4A2696;
}
.BgClassName
{
background-color: #4A2696;
}
</style>
border-color css
<style>
span { border-color: #4A2696; }
span { border-color: rgb(74,38,150); }
td.TdClassName
{
border-color: #4A2696;
}
.TagClassName
{
border-color: #4A2696;
}
</style>