Shades of Blue Gem #4A3C94
Tints of Blue Gem #4A3C94
RGB
CMYK
RGB Variations
Color information
#4A3C94 (or 0x4A3C94) is known color: Blue Gem. HEX triplet: 4A, 3C and 94. RGB value is (74,60,148). Sum of RGB (Red+Green+Blue) = 74+60+148=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #4A3C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3C94 is #B5C36B. Grayscale: #494949. Windows color (decimal): -11912044 or 9714762. OLE color: 9714762.
HSL color Cylindrical-coordinate representation of color #4A3C94: hue angle of 249.55º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A3C94 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 60 | 148 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.42 |
| HSL | 249.55º | 0.42% | 0.41% | - |
| HSV(B) | 249.55º | 0.59% | 0.58% | - |
| XYZ | 9.79 | 6.83 | 28.82 | - |
| YUV | 74.22 | 169.64 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 60 | 148 | 0.50 | 0.59 | 0 | 0.42 | 249.55 | 0.42 | 0.41 |
| Hex | 4A | 3C | 94 | 32 | 3B | 0 | 2A | FA | 2A | 29 |
| Octal | 112 | 74 | 224 | 62 | 73 | 0 | 52 | 372 | 52 | 51 |
| Binary | 1001010 | 111100 | 10010100 | 110010 | 111011 | 0 | 101010 | 11111010 | 101010 | 101001 |
Color Harmonies of #4A3C94
Complementary color
Monochromatic Colors of #4A3C94
Black with #4A3C94
Text Example
Text Example
White with #4A3C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3C94; }
p { color: rgb(74,60,148); }
H1.HeaderClassName
{
color: #4A3C94;
}
.AnyTagClassName
{
color: #4A3C94;
}
</style>
background-color css
<style>
a { background-color: #4A3C94; }
a { background-color: rgb(74,60,148); }
div.DivClassName
{
background-color: #4A3C94;
}
.BgClassName
{
background-color: #4A3C94;
}
</style>
border-color css
<style>
span { border-color: #4A3C94; }
span { border-color: rgb(74,60,148); }
td.TdClassName
{
border-color: #4A3C94;
}
.TagClassName
{
border-color: #4A3C94;
}
</style>