Shades of Blue Gem #4A3199
Tints of Blue Gem #4A3199
RGB
CMYK
RGB Variations
Color information
#4A3199 (or 0x4A3199) is known color: Blue Gem. HEX triplet: 4A, 31 and 99. RGB value is (74,49,153). Sum of RGB (Red+Green+Blue) = 74+49+153=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A3199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3199 is #B5CE66. Grayscale: #434343. Windows color (decimal): -11914855 or 10039626. OLE color: 10039626.
HSL color Cylindrical-coordinate representation of color #4A3199: hue angle of 254.42º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A3199 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 74 | 49 | 153 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.4 |
| HSL | 254.42º | 0.51% | 0.4% | - |
| HSV(B) | 254.42º | 0.68% | 0.6% | - |
| XYZ | 9.67 | 5.95 | 30.78 | - |
| YUV | 68.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 153 | 0.52 | 0.68 | 0 | 0.4 | 254.42 | 0.51 | 0.4 |
| Hex | 4A | 31 | 99 | 34 | 44 | 0 | 28 | FE | 33 | 28 |
| Octal | 112 | 61 | 231 | 64 | 104 | 0 | 50 | 376 | 63 | 50 |
| Binary | 1001010 | 110001 | 10011001 | 110100 | 1000100 | 0 | 101000 | 11111110 | 110011 | 101000 |
Color Harmonies of #4A3199
Complementary color
Monochromatic Colors of #4A3199
Black with #4A3199
Text Example
Text Example
White with #4A3199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3199; }
p { color: rgb(74,49,153); }
H1.HeaderClassName
{
color: #4A3199;
}
.AnyTagClassName
{
color: #4A3199;
}
</style>
background-color css
<style>
a { background-color: #4A3199; }
a { background-color: rgb(74,49,153); }
div.DivClassName
{
background-color: #4A3199;
}
.BgClassName
{
background-color: #4A3199;
}
</style>
border-color css
<style>
span { border-color: #4A3199; }
span { border-color: rgb(74,49,153); }
td.TdClassName
{
border-color: #4A3199;
}
.TagClassName
{
border-color: #4A3199;
}
</style>