Shades of Blue Gem #4A25AA
Tints of Blue Gem #4A25AA
RGB
CMYK
RGB Variations
Color information
#4A25AA (or 0x4A25AA) is known color: Blue Gem. HEX triplet: 4A, 25 and AA. RGB value is (74,37,170). Sum of RGB (Red+Green+Blue) = 74+37+170=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A25AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A25AA is #B5DA55. Grayscale: #3E3E3E. Windows color (decimal): -11917910 or 11150666. OLE color: 11150666.
HSL color Cylindrical-coordinate representation of color #4A25AA: hue angle of 256.69º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A25AA is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 37 | 170 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.33 |
| HSL | 256.69º | 0.64% | 0.41% | - |
| HSV(B) | 256.69º | 0.78% | 0.67% | - |
| XYZ | 10.74 | 5.68 | 38.56 | - |
| YUV | 63.23 | 188.26 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 170 | 0.56 | 0.78 | 0 | 0.33 | 256.69 | 0.64 | 0.41 |
| Hex | 4A | 25 | AA | 38 | 4E | 0 | 21 | 101 | 40 | 29 |
| Octal | 112 | 45 | 252 | 70 | 116 | 0 | 41 | 401 | 100 | 51 |
| Binary | 1001010 | 100101 | 10101010 | 111000 | 1001110 | 0 | 100001 | 100000001 | 1000000 | 101001 |
Color Harmonies of #4A25AA
Complementary color
Monochromatic Colors of #4A25AA
Black with #4A25AA
Text Example
Text Example
White with #4A25AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A25AA; }
p { color: rgb(74,37,170); }
H1.HeaderClassName
{
color: #4A25AA;
}
.AnyTagClassName
{
color: #4A25AA;
}
</style>
background-color css
<style>
a { background-color: #4A25AA; }
a { background-color: rgb(74,37,170); }
div.DivClassName
{
background-color: #4A25AA;
}
.BgClassName
{
background-color: #4A25AA;
}
</style>
border-color css
<style>
span { border-color: #4A25AA; }
span { border-color: rgb(74,37,170); }
td.TdClassName
{
border-color: #4A25AA;
}
.TagClassName
{
border-color: #4A25AA;
}
</style>