Shades of Blue Gem #4A259A
Tints of Blue Gem #4A259A
RGB
CMYK
RGB Variations
Color information
#4A259A (or 0x4A259A) is known color: Blue Gem. HEX triplet: 4A, 25 and 9A. RGB value is (74,37,154). Sum of RGB (Red+Green+Blue) = 74+37+154=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #4A259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A259A is #B5DA65. Grayscale: #3C3C3C. Windows color (decimal): -11917926 or 10102090. OLE color: 10102090.
HSL color Cylindrical-coordinate representation of color #4A259A: hue angle of 258.97º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A259A is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 37 | 154 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.40 |
| HSL | 258.97º | 0.61% | 0.37% | - |
| HSV(B) | 258.97º | 0.76% | 0.6% | - |
| XYZ | 9.32 | 5.11 | 31.07 | - |
| YUV | 61.4 | 180.26 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 154 | 0.52 | 0.76 | 0 | 0.40 | 258.97 | 0.61 | 0.37 |
| Hex | 4A | 25 | 9A | 34 | 4C | 0 | 28 | 103 | 3D | 25 |
| Octal | 112 | 45 | 232 | 64 | 114 | 0 | 50 | 403 | 75 | 45 |
| Binary | 1001010 | 100101 | 10011010 | 110100 | 1001100 | 0 | 101000 | 100000011 | 111101 | 100101 |
Color Harmonies of #4A259A
Complementary color
Monochromatic Colors of #4A259A
Black with #4A259A
Text Example
Text Example
White with #4A259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A259A; }
p { color: rgb(74,37,154); }
H1.HeaderClassName
{
color: #4A259A;
}
.AnyTagClassName
{
color: #4A259A;
}
</style>
background-color css
<style>
a { background-color: #4A259A; }
a { background-color: rgb(74,37,154); }
div.DivClassName
{
background-color: #4A259A;
}
.BgClassName
{
background-color: #4A259A;
}
</style>
border-color css
<style>
span { border-color: #4A259A; }
span { border-color: rgb(74,37,154); }
td.TdClassName
{
border-color: #4A259A;
}
.TagClassName
{
border-color: #4A259A;
}
</style>