Shades of Blue Gem #4A3C93
Tints of Blue Gem #4A3C93
RGB
CMYK
RGB Variations
Color information
#4A3C93 (or 0x4A3C93) is known color: Blue Gem. HEX triplet: 4A, 3C and 93. RGB value is (74,60,147). Sum of RGB (Red+Green+Blue) = 74+60+147=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #4A3C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3C93 is #B5C36C. Grayscale: #494949. Windows color (decimal): -11912045 or 9649226. OLE color: 9649226.
HSL color Cylindrical-coordinate representation of color #4A3C93: hue angle of 249.66º 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 #4A3C93 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 60 | 147 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.42 |
| HSL | 249.66º | 0.42% | 0.41% | - |
| HSV(B) | 249.66º | 0.59% | 0.58% | - |
| XYZ | 9.71 | 6.79 | 28.4 | - |
| YUV | 74.1 | 169.14 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 60 | 147 | 0.50 | 0.59 | 0 | 0.42 | 249.66 | 0.42 | 0.41 |
| Hex | 4A | 3C | 93 | 32 | 3B | 0 | 2A | FA | 2A | 29 |
| Octal | 112 | 74 | 223 | 62 | 73 | 0 | 52 | 372 | 52 | 51 |
| Binary | 1001010 | 111100 | 10010011 | 110010 | 111011 | 0 | 101010 | 11111010 | 101010 | 101001 |
Color Harmonies of #4A3C93
Complementary color
Monochromatic Colors of #4A3C93
Black with #4A3C93
Text Example
Text Example
White with #4A3C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3C93; }
p { color: rgb(74,60,147); }
H1.HeaderClassName
{
color: #4A3C93;
}
.AnyTagClassName
{
color: #4A3C93;
}
</style>
background-color css
<style>
a { background-color: #4A3C93; }
a { background-color: rgb(74,60,147); }
div.DivClassName
{
background-color: #4A3C93;
}
.BgClassName
{
background-color: #4A3C93;
}
</style>
border-color css
<style>
span { border-color: #4A3C93; }
span { border-color: rgb(74,60,147); }
td.TdClassName
{
border-color: #4A3C93;
}
.TagClassName
{
border-color: #4A3C93;
}
</style>