Shades of Blue Gem #4A319C
Tints of Blue Gem #4A319C
RGB
CMYK
RGB Variations
Color information
#4A319C (or 0x4A319C) is known color: Blue Gem. HEX triplet: 4A, 31 and 9C. RGB value is (74,49,156). Sum of RGB (Red+Green+Blue) = 74+49+156=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A319C is #B5CE63. Grayscale: #444444. Windows color (decimal): -11914852 or 10236234. OLE color: 10236234.
HSL color Cylindrical-coordinate representation of color #4A319C: hue angle of 254.02º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A319C is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 49 | 156 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.39 |
| HSL | 254.02º | 0.52% | 0.4% | - |
| HSV(B) | 254.02º | 0.69% | 0.61% | - |
| XYZ | 9.92 | 6.05 | 32.1 | - |
| YUV | 68.67 | 177.28 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 156 | 0.53 | 0.69 | 0 | 0.39 | 254.02 | 0.52 | 0.4 |
| Hex | 4A | 31 | 9C | 35 | 45 | 0 | 27 | FE | 34 | 28 |
| Octal | 112 | 61 | 234 | 65 | 105 | 0 | 47 | 376 | 64 | 50 |
| Binary | 1001010 | 110001 | 10011100 | 110101 | 1000101 | 0 | 100111 | 11111110 | 110100 | 101000 |
Color Harmonies of #4A319C
Complementary color
Monochromatic Colors of #4A319C
Black with #4A319C
Text Example
Text Example
White with #4A319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A319C; }
p { color: rgb(74,49,156); }
H1.HeaderClassName
{
color: #4A319C;
}
.AnyTagClassName
{
color: #4A319C;
}
</style>
background-color css
<style>
a { background-color: #4A319C; }
a { background-color: rgb(74,49,156); }
div.DivClassName
{
background-color: #4A319C;
}
.BgClassName
{
background-color: #4A319C;
}
</style>
border-color css
<style>
span { border-color: #4A319C; }
span { border-color: rgb(74,49,156); }
td.TdClassName
{
border-color: #4A319C;
}
.TagClassName
{
border-color: #4A319C;
}
</style>