Shades of Blue Gem #4A3093
Tints of Blue Gem #4A3093
RGB
CMYK
RGB Variations
Color information
#4A3093 (or 0x4A3093) is known color: Blue Gem. HEX triplet: 4A, 30 and 93. RGB value is (74,48,147). Sum of RGB (Red+Green+Blue) = 74+48+147=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #4A3093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3093 is #B5CF6C. Grayscale: #424242. Windows color (decimal): -11915117 or 9646154. OLE color: 9646154.
HSL color Cylindrical-coordinate representation of color #4A3093: hue angle of 255.76º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A3093 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 48 | 147 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.42 |
| HSL | 255.76º | 0.51% | 0.38% | - |
| HSV(B) | 255.76º | 0.67% | 0.58% | - |
| XYZ | 9.15 | 5.68 | 28.22 | - |
| YUV | 67.06 | 173.11 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 147 | 0.50 | 0.67 | 0 | 0.42 | 255.76 | 0.51 | 0.38 |
| Hex | 4A | 30 | 93 | 32 | 43 | 0 | 2A | 100 | 33 | 26 |
| Octal | 112 | 60 | 223 | 62 | 103 | 0 | 52 | 400 | 63 | 46 |
| Binary | 1001010 | 110000 | 10010011 | 110010 | 1000011 | 0 | 101010 | 100000000 | 110011 | 100110 |
Color Harmonies of #4A3093
Complementary color
Monochromatic Colors of #4A3093
Black with #4A3093
Text Example
Text Example
White with #4A3093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3093; }
p { color: rgb(74,48,147); }
H1.HeaderClassName
{
color: #4A3093;
}
.AnyTagClassName
{
color: #4A3093;
}
</style>
background-color css
<style>
a { background-color: #4A3093; }
a { background-color: rgb(74,48,147); }
div.DivClassName
{
background-color: #4A3093;
}
.BgClassName
{
background-color: #4A3093;
}
</style>
border-color css
<style>
span { border-color: #4A3093; }
span { border-color: rgb(74,48,147); }
td.TdClassName
{
border-color: #4A3093;
}
.TagClassName
{
border-color: #4A3093;
}
</style>