Shades of Blue Gem #4A329D
Tints of Blue Gem #4A329D
RGB
CMYK
RGB Variations
Color information
#4A329D (or 0x4A329D) is known color: Blue Gem. HEX triplet: 4A, 32 and 9D. RGB value is (74,50,157). Sum of RGB (Red+Green+Blue) = 74+50+157=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A329D is #B5CD62. Grayscale: #444444. Windows color (decimal): -11914595 or 10302026. OLE color: 10302026.
HSL color Cylindrical-coordinate representation of color #4A329D: hue angle of 253.46º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A329D is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 50 | 157 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.38 |
| HSL | 253.46º | 0.52% | 0.41% | - |
| HSV(B) | 253.46º | 0.68% | 0.62% | - |
| XYZ | 10.05 | 6.17 | 32.56 | - |
| YUV | 69.37 | 177.45 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 50 | 157 | 0.53 | 0.68 | 0 | 0.38 | 253.46 | 0.52 | 0.41 |
| Hex | 4A | 32 | 9D | 35 | 44 | 0 | 26 | FD | 34 | 29 |
| Octal | 112 | 62 | 235 | 65 | 104 | 0 | 46 | 375 | 64 | 51 |
| Binary | 1001010 | 110010 | 10011101 | 110101 | 1000100 | 0 | 100110 | 11111101 | 110100 | 101001 |
Color Harmonies of #4A329D
Complementary color
Monochromatic Colors of #4A329D
Black with #4A329D
Text Example
Text Example
White with #4A329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A329D; }
p { color: rgb(74,50,157); }
H1.HeaderClassName
{
color: #4A329D;
}
.AnyTagClassName
{
color: #4A329D;
}
</style>
background-color css
<style>
a { background-color: #4A329D; }
a { background-color: rgb(74,50,157); }
div.DivClassName
{
background-color: #4A329D;
}
.BgClassName
{
background-color: #4A329D;
}
</style>
border-color css
<style>
span { border-color: #4A329D; }
span { border-color: rgb(74,50,157); }
td.TdClassName
{
border-color: #4A329D;
}
.TagClassName
{
border-color: #4A329D;
}
</style>