Shades of Blue Gem #4A2697
Tints of Blue Gem #4A2697
RGB
CMYK
RGB Variations
Color information
#4A2697 (or 0x4A2697) is known color: Blue Gem. HEX triplet: 4A, 26 and 97. RGB value is (74,38,151). Sum of RGB (Red+Green+Blue) = 74+38+151=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 151 (59.38% from 255 or 57.41% from 263); Max value from RGB is 151 - color contains mainly: blue. Hex color #4A2697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2697 is #B5D968. Grayscale: #3D3D3D. Windows color (decimal): -11917673 or 9905738. OLE color: 9905738.
HSL color Cylindrical-coordinate representation of color #4A2697: hue angle of 259.12º 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 #4A2697 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 38 | 151 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.41 |
| HSL | 259.12º | 0.6% | 0.37% | - |
| HSV(B) | 259.12º | 0.75% | 0.59% | - |
| XYZ | 9.1 | 5.08 | 29.78 | - |
| YUV | 61.65 | 178.43 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 38 | 151 | 0.51 | 0.75 | 0 | 0.41 | 259.12 | 0.6 | 0.37 |
| Hex | 4A | 26 | 97 | 33 | 4B | 0 | 29 | 103 | 3C | 25 |
| Octal | 112 | 46 | 227 | 63 | 113 | 0 | 51 | 403 | 74 | 45 |
| Binary | 1001010 | 100110 | 10010111 | 110011 | 1001011 | 0 | 101001 | 100000011 | 111100 | 100101 |
Color Harmonies of #4A2697
Complementary color
Monochromatic Colors of #4A2697
Black with #4A2697
Text Example
Text Example
White with #4A2697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2697; }
p { color: rgb(74,38,151); }
H1.HeaderClassName
{
color: #4A2697;
}
.AnyTagClassName
{
color: #4A2697;
}
</style>
background-color css
<style>
a { background-color: #4A2697; }
a { background-color: rgb(74,38,151); }
div.DivClassName
{
background-color: #4A2697;
}
.BgClassName
{
background-color: #4A2697;
}
</style>
border-color css
<style>
span { border-color: #4A2697; }
span { border-color: rgb(74,38,151); }
td.TdClassName
{
border-color: #4A2697;
}
.TagClassName
{
border-color: #4A2697;
}
</style>