Shades of Blue Gem #4A2E9F
Tints of Blue Gem #4A2E9F
RGB
CMYK
RGB Variations
Color information
#4A2E9F (or 0x4A2E9F) is known color: Blue Gem. HEX triplet: 4A, 2E and 9F. RGB value is (74,46,159). Sum of RGB (Red+Green+Blue) = 74+46+159=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #4A2E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2E9F is #B5D160. Grayscale: #424242. Windows color (decimal): -11915617 or 10432074. OLE color: 10432074.
HSL color Cylindrical-coordinate representation of color #4A2E9F: hue angle of 254.87º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A2E9F is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 46 | 159 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.38 |
| HSL | 254.87º | 0.55% | 0.4% | - |
| HSV(B) | 254.87º | 0.71% | 0.62% | - |
| XYZ | 10.06 | 5.91 | 33.41 | - |
| YUV | 67.25 | 179.78 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 46 | 159 | 0.53 | 0.71 | 0 | 0.38 | 254.87 | 0.55 | 0.4 |
| Hex | 4A | 2E | 9F | 35 | 47 | 0 | 26 | FF | 37 | 28 |
| Octal | 112 | 56 | 237 | 65 | 107 | 0 | 46 | 377 | 67 | 50 |
| Binary | 1001010 | 101110 | 10011111 | 110101 | 1000111 | 0 | 100110 | 11111111 | 110111 | 101000 |
Color Harmonies of #4A2E9F
Complementary color
Monochromatic Colors of #4A2E9F
Black with #4A2E9F
Text Example
Text Example
White with #4A2E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2E9F; }
p { color: rgb(74,46,159); }
H1.HeaderClassName
{
color: #4A2E9F;
}
.AnyTagClassName
{
color: #4A2E9F;
}
</style>
background-color css
<style>
a { background-color: #4A2E9F; }
a { background-color: rgb(74,46,159); }
div.DivClassName
{
background-color: #4A2E9F;
}
.BgClassName
{
background-color: #4A2E9F;
}
</style>
border-color css
<style>
span { border-color: #4A2E9F; }
span { border-color: rgb(74,46,159); }
td.TdClassName
{
border-color: #4A2E9F;
}
.TagClassName
{
border-color: #4A2E9F;
}
</style>