Shades of Blue Gem #4A26A0
Tints of Blue Gem #4A26A0
RGB
CMYK
RGB Variations
Color information
#4A26A0 (or 0x4A26A0) is known color: Blue Gem. HEX triplet: 4A, 26 and A0. RGB value is (74,38,160). Sum of RGB (Red+Green+Blue) = 74+38+160=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 160 (62.89% from 255 or 58.82% from 272); Max value from RGB is 160 - color contains mainly: blue. Hex color #4A26A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A26A0 is #B5D95F. Grayscale: #3E3E3E. Windows color (decimal): -11917664 or 10495562. OLE color: 10495562.
HSL color Cylindrical-coordinate representation of color #4A26A0: hue angle of 257.7º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A26A0 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 38 | 160 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.37 |
| HSL | 257.7º | 0.62% | 0.39% | - |
| HSV(B) | 257.7º | 0.76% | 0.63% | - |
| XYZ | 9.86 | 5.38 | 33.78 | - |
| YUV | 62.67 | 182.93 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 38 | 160 | 0.54 | 0.76 | 0 | 0.37 | 257.7 | 0.62 | 0.39 |
| Hex | 4A | 26 | A0 | 36 | 4C | 0 | 25 | 102 | 3E | 27 |
| Octal | 112 | 46 | 240 | 66 | 114 | 0 | 45 | 402 | 76 | 47 |
| Binary | 1001010 | 100110 | 10100000 | 110110 | 1001100 | 0 | 100101 | 100000010 | 111110 | 100111 |
Color Harmonies of #4A26A0
Complementary color
Monochromatic Colors of #4A26A0
Black with #4A26A0
Text Example
Text Example
White with #4A26A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A26A0; }
p { color: rgb(74,38,160); }
H1.HeaderClassName
{
color: #4A26A0;
}
.AnyTagClassName
{
color: #4A26A0;
}
</style>
background-color css
<style>
a { background-color: #4A26A0; }
a { background-color: rgb(74,38,160); }
div.DivClassName
{
background-color: #4A26A0;
}
.BgClassName
{
background-color: #4A26A0;
}
</style>
border-color css
<style>
span { border-color: #4A26A0; }
span { border-color: rgb(74,38,160); }
td.TdClassName
{
border-color: #4A26A0;
}
.TagClassName
{
border-color: #4A26A0;
}
</style>