Shades of Blue Gem #4A1D9A
Tints of Blue Gem #4A1D9A
RGB
CMYK
RGB Variations
Color information
#4A1D9A (or 0x4A1D9A) is known color: Blue Gem. HEX triplet: 4A, 1D and 9A. RGB value is (74,29,154). Sum of RGB (Red+Green+Blue) = 74+29+154=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 154 (60.55% from 255 or 59.92% from 257); Max value from RGB is 154 - color contains mainly: blue. Hex color #4A1D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1D9A is #B5E265. Grayscale: #383838. Windows color (decimal): -11919974 or 10100042. OLE color: 10100042.
HSL color Cylindrical-coordinate representation of color #4A1D9A: hue angle of 261.6º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A1D9A is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 29 | 154 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.40 |
| HSL | 261.6º | 0.68% | 0.36% | - |
| HSV(B) | 261.6º | 0.81% | 0.6% | - |
| XYZ | 9.1 | 4.67 | 30.99 | - |
| YUV | 56.71 | 182.91 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 29 | 154 | 0.52 | 0.81 | 0 | 0.40 | 261.6 | 0.68 | 0.36 |
| Hex | 4A | 1D | 9A | 34 | 51 | 0 | 28 | 106 | 44 | 24 |
| Octal | 112 | 35 | 232 | 64 | 121 | 0 | 50 | 406 | 104 | 44 |
| Binary | 1001010 | 11101 | 10011010 | 110100 | 1010001 | 0 | 101000 | 100000110 | 1000100 | 100100 |
Color Harmonies of #4A1D9A
Complementary color
Monochromatic Colors of #4A1D9A
Black with #4A1D9A
Text Example
Text Example
White with #4A1D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1D9A; }
p { color: rgb(74,29,154); }
H1.HeaderClassName
{
color: #4A1D9A;
}
.AnyTagClassName
{
color: #4A1D9A;
}
</style>
background-color css
<style>
a { background-color: #4A1D9A; }
a { background-color: rgb(74,29,154); }
div.DivClassName
{
background-color: #4A1D9A;
}
.BgClassName
{
background-color: #4A1D9A;
}
</style>
border-color css
<style>
span { border-color: #4A1D9A; }
span { border-color: rgb(74,29,154); }
td.TdClassName
{
border-color: #4A1D9A;
}
.TagClassName
{
border-color: #4A1D9A;
}
</style>