Shades of Blue Gem #4A3E92
Tints of Blue Gem #4A3E92
RGB
CMYK
RGB Variations
Color information
#4A3E92 (or 0x4A3E92) is known color: Blue Gem. HEX triplet: 4A, 3E and 92. RGB value is (74,62,146). Sum of RGB (Red+Green+Blue) = 74+62+146=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A3E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3E92 is #B5C16D. Grayscale: #4A4A4A. Windows color (decimal): -11911534 or 9584202. OLE color: 9584202.
HSL color Cylindrical-coordinate representation of color #4A3E92: hue angle of 248.57º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A3E92 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 62 | 146 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.43 |
| HSL | 248.57º | 0.4% | 0.41% | - |
| HSV(B) | 248.57º | 0.58% | 0.57% | - |
| XYZ | 9.73 | 6.98 | 28.03 | - |
| YUV | 75.16 | 167.98 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 62 | 146 | 0.49 | 0.58 | 0 | 0.43 | 248.57 | 0.4 | 0.41 |
| Hex | 4A | 3E | 92 | 31 | 3A | 0 | 2B | F9 | 28 | 29 |
| Octal | 112 | 76 | 222 | 61 | 72 | 0 | 53 | 371 | 50 | 51 |
| Binary | 1001010 | 111110 | 10010010 | 110001 | 111010 | 0 | 101011 | 11111001 | 101000 | 101001 |
Color Harmonies of #4A3E92
Complementary color
Monochromatic Colors of #4A3E92
Black with #4A3E92
Text Example
Text Example
White with #4A3E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3E92; }
p { color: rgb(74,62,146); }
H1.HeaderClassName
{
color: #4A3E92;
}
.AnyTagClassName
{
color: #4A3E92;
}
</style>
background-color css
<style>
a { background-color: #4A3E92; }
a { background-color: rgb(74,62,146); }
div.DivClassName
{
background-color: #4A3E92;
}
.BgClassName
{
background-color: #4A3E92;
}
</style>
border-color css
<style>
span { border-color: #4A3E92; }
span { border-color: rgb(74,62,146); }
td.TdClassName
{
border-color: #4A3E92;
}
.TagClassName
{
border-color: #4A3E92;
}
</style>