Shades of Blue Gem #4A2E8E
Tints of Blue Gem #4A2E8E
RGB
CMYK
RGB Variations
Color information
#4A2E8E (or 0x4A2E8E) is known color: Blue Gem. HEX triplet: 4A, 2E and 8E. RGB value is (74,46,142). Sum of RGB (Red+Green+Blue) = 74+46+142=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #4A2E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2E8E is #B5D171. Grayscale: #404040. Windows color (decimal): -11915634 or 9317962. OLE color: 9317962.
HSL color Cylindrical-coordinate representation of color #4A2E8E: hue angle of 257.5º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A2E8E is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 46 | 142 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.44 |
| HSL | 257.5º | 0.51% | 0.37% | - |
| HSV(B) | 257.5º | 0.68% | 0.56% | - |
| XYZ | 8.68 | 5.36 | 26.17 | - |
| YUV | 65.32 | 171.28 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 46 | 142 | 0.48 | 0.68 | 0 | 0.44 | 257.5 | 0.51 | 0.37 |
| Hex | 4A | 2E | 8E | 30 | 44 | 0 | 2C | 102 | 33 | 25 |
| Octal | 112 | 56 | 216 | 60 | 104 | 0 | 54 | 402 | 63 | 45 |
| Binary | 1001010 | 101110 | 10001110 | 110000 | 1000100 | 0 | 101100 | 100000010 | 110011 | 100101 |
Color Harmonies of #4A2E8E
Complementary color
Monochromatic Colors of #4A2E8E
Black with #4A2E8E
Text Example
Text Example
White with #4A2E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2E8E; }
p { color: rgb(74,46,142); }
H1.HeaderClassName
{
color: #4A2E8E;
}
.AnyTagClassName
{
color: #4A2E8E;
}
</style>
background-color css
<style>
a { background-color: #4A2E8E; }
a { background-color: rgb(74,46,142); }
div.DivClassName
{
background-color: #4A2E8E;
}
.BgClassName
{
background-color: #4A2E8E;
}
</style>
border-color css
<style>
span { border-color: #4A2E8E; }
span { border-color: rgb(74,46,142); }
td.TdClassName
{
border-color: #4A2E8E;
}
.TagClassName
{
border-color: #4A2E8E;
}
</style>