Shades of Blue Gem #4A3192
Tints of Blue Gem #4A3192
RGB
CMYK
RGB Variations
Color information
#4A3192 (or 0x4A3192) is known color: Blue Gem. HEX triplet: 4A, 31 and 92. RGB value is (74,49,146). Sum of RGB (Red+Green+Blue) = 74+49+146=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A3192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3192 is #B5CE6D. Grayscale: #434343. Windows color (decimal): -11914862 or 9580874. OLE color: 9580874.
HSL color Cylindrical-coordinate representation of color #4A3192: hue angle of 255.46º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A3192 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 49 | 146 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.43 |
| HSL | 255.46º | 0.5% | 0.38% | - |
| HSV(B) | 255.46º | 0.66% | 0.57% | - |
| XYZ | 9.11 | 5.73 | 27.82 | - |
| YUV | 67.53 | 172.28 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 146 | 0.49 | 0.66 | 0 | 0.43 | 255.46 | 0.5 | 0.38 |
| Hex | 4A | 31 | 92 | 31 | 42 | 0 | 2B | FF | 32 | 26 |
| Octal | 112 | 61 | 222 | 61 | 102 | 0 | 53 | 377 | 62 | 46 |
| Binary | 1001010 | 110001 | 10010010 | 110001 | 1000010 | 0 | 101011 | 11111111 | 110010 | 100110 |
Color Harmonies of #4A3192
Complementary color
Monochromatic Colors of #4A3192
Black with #4A3192
Text Example
Text Example
White with #4A3192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3192; }
p { color: rgb(74,49,146); }
H1.HeaderClassName
{
color: #4A3192;
}
.AnyTagClassName
{
color: #4A3192;
}
</style>
background-color css
<style>
a { background-color: #4A3192; }
a { background-color: rgb(74,49,146); }
div.DivClassName
{
background-color: #4A3192;
}
.BgClassName
{
background-color: #4A3192;
}
</style>
border-color css
<style>
span { border-color: #4A3192; }
span { border-color: rgb(74,49,146); }
td.TdClassName
{
border-color: #4A3192;
}
.TagClassName
{
border-color: #4A3192;
}
</style>