Shades of Blue Gem #4A2995
Tints of Blue Gem #4A2995
RGB
CMYK
RGB Variations
Color information
#4A2995 (or 0x4A2995) is known color: Blue Gem. HEX triplet: 4A, 29 and 95. RGB value is (74,41,149). Sum of RGB (Red+Green+Blue) = 74+41+149=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A2995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2995 is #B5D66A. Grayscale: #3E3E3E. Windows color (decimal): -11916907 or 9775434. OLE color: 9775434.
HSL color Cylindrical-coordinate representation of color #4A2995: hue angle of 258.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A2995 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 41 | 149 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.42 |
| HSL | 258.33º | 0.57% | 0.37% | - |
| HSV(B) | 258.33º | 0.72% | 0.58% | - |
| XYZ | 9.04 | 5.21 | 28.96 | - |
| YUV | 63.18 | 176.43 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 41 | 149 | 0.50 | 0.72 | 0 | 0.42 | 258.33 | 0.57 | 0.37 |
| Hex | 4A | 29 | 95 | 32 | 48 | 0 | 2A | 102 | 39 | 25 |
| Octal | 112 | 51 | 225 | 62 | 110 | 0 | 52 | 402 | 71 | 45 |
| Binary | 1001010 | 101001 | 10010101 | 110010 | 1001000 | 0 | 101010 | 100000010 | 111001 | 100101 |
Color Harmonies of #4A2995
Complementary color
Monochromatic Colors of #4A2995
Black with #4A2995
Text Example
Text Example
White with #4A2995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2995; }
p { color: rgb(74,41,149); }
H1.HeaderClassName
{
color: #4A2995;
}
.AnyTagClassName
{
color: #4A2995;
}
</style>
background-color css
<style>
a { background-color: #4A2995; }
a { background-color: rgb(74,41,149); }
div.DivClassName
{
background-color: #4A2995;
}
.BgClassName
{
background-color: #4A2995;
}
</style>
border-color css
<style>
span { border-color: #4A2995; }
span { border-color: rgb(74,41,149); }
td.TdClassName
{
border-color: #4A2995;
}
.TagClassName
{
border-color: #4A2995;
}
</style>