Shades of Blue Gem #4A2492
Tints of Blue Gem #4A2492
RGB
CMYK
RGB Variations
Color information
#4A2492 (or 0x4A2492) is known color: Blue Gem. HEX triplet: 4A, 24 and 92. RGB value is (74,36,146). Sum of RGB (Red+Green+Blue) = 74+36+146=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A2492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2492 is #B5DB6D. Grayscale: #3B3B3B. Windows color (decimal): -11918190 or 9577546. OLE color: 9577546.
HSL color Cylindrical-coordinate representation of color #4A2492: hue angle of 260.73º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A2492 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 36 | 146 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.43 |
| HSL | 260.73º | 0.6% | 0.36% | - |
| HSV(B) | 260.73º | 0.75% | 0.57% | - |
| XYZ | 8.64 | 4.79 | 27.66 | - |
| YUV | 59.9 | 176.59 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 36 | 146 | 0.49 | 0.75 | 0 | 0.43 | 260.73 | 0.6 | 0.36 |
| Hex | 4A | 24 | 92 | 31 | 4B | 0 | 2B | 105 | 3C | 24 |
| Octal | 112 | 44 | 222 | 61 | 113 | 0 | 53 | 405 | 74 | 44 |
| Binary | 1001010 | 100100 | 10010010 | 110001 | 1001011 | 0 | 101011 | 100000101 | 111100 | 100100 |
Color Harmonies of #4A2492
Complementary color
Monochromatic Colors of #4A2492
Black with #4A2492
Text Example
Text Example
White with #4A2492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2492; }
p { color: rgb(74,36,146); }
H1.HeaderClassName
{
color: #4A2492;
}
.AnyTagClassName
{
color: #4A2492;
}
</style>
background-color css
<style>
a { background-color: #4A2492; }
a { background-color: rgb(74,36,146); }
div.DivClassName
{
background-color: #4A2492;
}
.BgClassName
{
background-color: #4A2492;
}
</style>
border-color css
<style>
span { border-color: #4A2492; }
span { border-color: rgb(74,36,146); }
td.TdClassName
{
border-color: #4A2492;
}
.TagClassName
{
border-color: #4A2492;
}
</style>