Shades of Blue Gem #4A2D91
Tints of Blue Gem #4A2D91
RGB
CMYK
RGB Variations
Color information
#4A2D91 (or 0x4A2D91) is known color: Blue Gem. HEX triplet: 4A, 2D and 91. RGB value is (74,45,145). Sum of RGB (Red+Green+Blue) = 74+45+145=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #4A2D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2D91 is #B5D26E. Grayscale: #404040. Windows color (decimal): -11915887 or 9514314. OLE color: 9514314.
HSL color Cylindrical-coordinate representation of color #4A2D91: hue angle of 257.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A2D91 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 45 | 145 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.43 |
| HSL | 257.4º | 0.53% | 0.37% | - |
| HSV(B) | 257.4º | 0.69% | 0.57% | - |
| XYZ | 8.87 | 5.38 | 27.36 | - |
| YUV | 65.07 | 173.11 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 45 | 145 | 0.49 | 0.69 | 0 | 0.43 | 257.4 | 0.53 | 0.37 |
| Hex | 4A | 2D | 91 | 31 | 45 | 0 | 2B | 101 | 35 | 25 |
| Octal | 112 | 55 | 221 | 61 | 105 | 0 | 53 | 401 | 65 | 45 |
| Binary | 1001010 | 101101 | 10010001 | 110001 | 1000101 | 0 | 101011 | 100000001 | 110101 | 100101 |
Color Harmonies of #4A2D91
Complementary color
Monochromatic Colors of #4A2D91
Black with #4A2D91
Text Example
Text Example
White with #4A2D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2D91; }
p { color: rgb(74,45,145); }
H1.HeaderClassName
{
color: #4A2D91;
}
.AnyTagClassName
{
color: #4A2D91;
}
</style>
background-color css
<style>
a { background-color: #4A2D91; }
a { background-color: rgb(74,45,145); }
div.DivClassName
{
background-color: #4A2D91;
}
.BgClassName
{
background-color: #4A2D91;
}
</style>
border-color css
<style>
span { border-color: #4A2D91; }
span { border-color: rgb(74,45,145); }
td.TdClassName
{
border-color: #4A2D91;
}
.TagClassName
{
border-color: #4A2D91;
}
</style>