Shades of Blue Gem #4A318A
Tints of Blue Gem #4A318A
RGB
CMYK
RGB Variations
Color information
#4A318A (or 0x4A318A) is known color: Blue Gem. HEX triplet: 4A, 31 and 8A. RGB value is (74,49,138). Sum of RGB (Red+Green+Blue) = 74+49+138=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #4A318A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A318A is #B5CE75. Grayscale: #424242. Windows color (decimal): -11914870 or 9056586. OLE color: 9056586.
HSL color Cylindrical-coordinate representation of color #4A318A: hue angle of 256.85º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A318A is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 49 | 138 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.46 |
| HSL | 256.85º | 0.48% | 0.37% | - |
| HSV(B) | 256.85º | 0.64% | 0.54% | - |
| XYZ | 8.51 | 5.49 | 24.66 | - |
| YUV | 66.62 | 168.28 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 138 | 0.46 | 0.64 | 0 | 0.46 | 256.85 | 0.48 | 0.37 |
| Hex | 4A | 31 | 8A | 2E | 40 | 0 | 2E | 101 | 30 | 25 |
| Octal | 112 | 61 | 212 | 56 | 100 | 0 | 56 | 401 | 60 | 45 |
| Binary | 1001010 | 110001 | 10001010 | 101110 | 1000000 | 0 | 101110 | 100000001 | 110000 | 100101 |
Color Harmonies of #4A318A
Complementary color
Monochromatic Colors of #4A318A
Black with #4A318A
Text Example
Text Example
White with #4A318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A318A; }
p { color: rgb(74,49,138); }
H1.HeaderClassName
{
color: #4A318A;
}
.AnyTagClassName
{
color: #4A318A;
}
</style>
background-color css
<style>
a { background-color: #4A318A; }
a { background-color: rgb(74,49,138); }
div.DivClassName
{
background-color: #4A318A;
}
.BgClassName
{
background-color: #4A318A;
}
</style>
border-color css
<style>
span { border-color: #4A318A; }
span { border-color: rgb(74,49,138); }
td.TdClassName
{
border-color: #4A318A;
}
.TagClassName
{
border-color: #4A318A;
}
</style>