Shades of Blue Gem #4A26A3
Tints of Blue Gem #4A26A3
RGB
CMYK
RGB Variations
Color information
#4A26A3 (or 0x4A26A3) is known color: Blue Gem. HEX triplet: 4A, 26 and A3. RGB value is (74,38,163). Sum of RGB (Red+Green+Blue) = 74+38+163=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 163 (64.06% from 255 or 59.27% from 275); Max value from RGB is 163 - color contains mainly: blue. Hex color #4A26A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A26A3 is #B5D95C. Grayscale: #3E3E3E. Windows color (decimal): -11917661 or 10692170. OLE color: 10692170.
HSL color Cylindrical-coordinate representation of color #4A26A3: hue angle of 257.28º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A26A3 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 38 | 163 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.36 |
| HSL | 257.28º | 0.62% | 0.39% | - |
| HSV(B) | 257.28º | 0.77% | 0.64% | - |
| XYZ | 10.13 | 5.49 | 35.18 | - |
| YUV | 63.01 | 184.43 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 38 | 163 | 0.55 | 0.77 | 0 | 0.36 | 257.28 | 0.62 | 0.39 |
| Hex | 4A | 26 | A3 | 37 | 4D | 0 | 24 | 101 | 3E | 27 |
| Octal | 112 | 46 | 243 | 67 | 115 | 0 | 44 | 401 | 76 | 47 |
| Binary | 1001010 | 100110 | 10100011 | 110111 | 1001101 | 0 | 100100 | 100000001 | 111110 | 100111 |
Color Harmonies of #4A26A3
Complementary color
Monochromatic Colors of #4A26A3
Black with #4A26A3
Text Example
Text Example
White with #4A26A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A26A3; }
p { color: rgb(74,38,163); }
H1.HeaderClassName
{
color: #4A26A3;
}
.AnyTagClassName
{
color: #4A26A3;
}
</style>
background-color css
<style>
a { background-color: #4A26A3; }
a { background-color: rgb(74,38,163); }
div.DivClassName
{
background-color: #4A26A3;
}
.BgClassName
{
background-color: #4A26A3;
}
</style>
border-color css
<style>
span { border-color: #4A26A3; }
span { border-color: rgb(74,38,163); }
td.TdClassName
{
border-color: #4A26A3;
}
.TagClassName
{
border-color: #4A26A3;
}
</style>