Shades of Blue Gem #4A1C9A
Tints of Blue Gem #4A1C9A
RGB
CMYK
RGB Variations
Color information
#4A1C9A (or 0x4A1C9A) is known color: Blue Gem. HEX triplet: 4A, 1C and 9A. RGB value is (74,28,154). Sum of RGB (Red+Green+Blue) = 74+28+154=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #4A1C9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1C9A is #B5E365. Grayscale: #373737. Windows color (decimal): -11920230 or 10099786. OLE color: 10099786.
HSL color Cylindrical-coordinate representation of color #4A1C9A: hue angle of 261.9º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1C9A is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 28 | 154 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.40 |
| HSL | 261.9º | 0.69% | 0.36% | - |
| HSV(B) | 261.9º | 0.82% | 0.6% | - |
| XYZ | 9.07 | 4.62 | 30.99 | - |
| YUV | 56.12 | 183.24 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 28 | 154 | 0.52 | 0.82 | 0 | 0.40 | 261.9 | 0.69 | 0.36 |
| Hex | 4A | 1C | 9A | 34 | 52 | 0 | 28 | 106 | 45 | 24 |
| Octal | 112 | 34 | 232 | 64 | 122 | 0 | 50 | 406 | 105 | 44 |
| Binary | 1001010 | 11100 | 10011010 | 110100 | 1010010 | 0 | 101000 | 100000110 | 1000101 | 100100 |
Color Harmonies of #4A1C9A
Complementary color
Monochromatic Colors of #4A1C9A
Black with #4A1C9A
Text Example
Text Example
White with #4A1C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1C9A; }
p { color: rgb(74,28,154); }
H1.HeaderClassName
{
color: #4A1C9A;
}
.AnyTagClassName
{
color: #4A1C9A;
}
</style>
background-color css
<style>
a { background-color: #4A1C9A; }
a { background-color: rgb(74,28,154); }
div.DivClassName
{
background-color: #4A1C9A;
}
.BgClassName
{
background-color: #4A1C9A;
}
</style>
border-color css
<style>
span { border-color: #4A1C9A; }
span { border-color: rgb(74,28,154); }
td.TdClassName
{
border-color: #4A1C9A;
}
.TagClassName
{
border-color: #4A1C9A;
}
</style>