Shades of Blue Gem #4B26A9
Tints of Blue Gem #4B26A9
RGB
CMYK
RGB Variations
Color information
#4B26A9 (or 0x4B26A9) is known color: Blue Gem. HEX triplet: 4B, 26 and A9. RGB value is (75,38,169). Sum of RGB (Red+Green+Blue) = 75+38+169=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 169 (66.41% from 255 or 59.93% from 282); Max value from RGB is 169 - color contains mainly: blue. Hex color #4B26A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B26A9 is #B4D956. Grayscale: #3F3F3F. Windows color (decimal): -11852119 or 11085387. OLE color: 11085387.
HSL color Cylindrical-coordinate representation of color #4B26A9: hue angle of 256.95º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B26A9 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 38 | 169 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.34 |
| HSL | 256.95º | 0.63% | 0.41% | - |
| HSV(B) | 256.95º | 0.78% | 0.66% | - |
| XYZ | 10.76 | 5.75 | 38.08 | - |
| YUV | 64 | 187.26 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 169 | 0.56 | 0.78 | 0 | 0.34 | 256.95 | 0.63 | 0.41 |
| Hex | 4B | 26 | A9 | 38 | 4E | 0 | 22 | 101 | 3F | 29 |
| Octal | 113 | 46 | 251 | 70 | 116 | 0 | 42 | 401 | 77 | 51 |
| Binary | 1001011 | 100110 | 10101001 | 111000 | 1001110 | 0 | 100010 | 100000001 | 111111 | 101001 |
Color Harmonies of #4B26A9
Complementary color
Monochromatic Colors of #4B26A9
Black with #4B26A9
Text Example
Text Example
White with #4B26A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B26A9; }
p { color: rgb(75,38,169); }
H1.HeaderClassName
{
color: #4B26A9;
}
.AnyTagClassName
{
color: #4B26A9;
}
</style>
background-color css
<style>
a { background-color: #4B26A9; }
a { background-color: rgb(75,38,169); }
div.DivClassName
{
background-color: #4B26A9;
}
.BgClassName
{
background-color: #4B26A9;
}
</style>
border-color css
<style>
span { border-color: #4B26A9; }
span { border-color: rgb(75,38,169); }
td.TdClassName
{
border-color: #4B26A9;
}
.TagClassName
{
border-color: #4B26A9;
}
</style>