Shades of Blue Gem #4A2B90
Tints of Blue Gem #4A2B90
RGB
CMYK
RGB Variations
Color information
#4A2B90 (or 0x4A2B90) is known color: Blue Gem. HEX triplet: 4A, 2B and 90. RGB value is (74,43,144). Sum of RGB (Red+Green+Blue) = 74+43+144=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A2B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2B90 is #B5D46F. Grayscale: #3F3F3F. Windows color (decimal): -11916400 or 9448266. OLE color: 9448266.
HSL color Cylindrical-coordinate representation of color #4A2B90: hue angle of 258.42º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A2B90 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 43 | 144 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.44 |
| HSL | 258.42º | 0.54% | 0.37% | - |
| HSV(B) | 258.42º | 0.7% | 0.56% | - |
| XYZ | 8.72 | 5.2 | 26.93 | - |
| YUV | 63.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 43 | 144 | 0.49 | 0.70 | 0 | 0.44 | 258.42 | 0.54 | 0.37 |
| Hex | 4A | 2B | 90 | 31 | 46 | 0 | 2C | 102 | 36 | 25 |
| Octal | 112 | 53 | 220 | 61 | 106 | 0 | 54 | 402 | 66 | 45 |
| Binary | 1001010 | 101011 | 10010000 | 110001 | 1000110 | 0 | 101100 | 100000010 | 110110 | 100101 |
Color Harmonies of #4A2B90
Complementary color
Monochromatic Colors of #4A2B90
Black with #4A2B90
Text Example
Text Example
White with #4A2B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2B90; }
p { color: rgb(74,43,144); }
H1.HeaderClassName
{
color: #4A2B90;
}
.AnyTagClassName
{
color: #4A2B90;
}
</style>
background-color css
<style>
a { background-color: #4A2B90; }
a { background-color: rgb(74,43,144); }
div.DivClassName
{
background-color: #4A2B90;
}
.BgClassName
{
background-color: #4A2B90;
}
</style>
border-color css
<style>
span { border-color: #4A2B90; }
span { border-color: rgb(74,43,144); }
td.TdClassName
{
border-color: #4A2B90;
}
.TagClassName
{
border-color: #4A2B90;
}
</style>