Shades of Blue Gem #4B30A0
Tints of Blue Gem #4B30A0
RGB
CMYK
RGB Variations
Color information
#4B30A0 (or 0x4B30A0) is known color: Blue Gem. HEX triplet: 4B, 30 and A0. RGB value is (75,48,160). Sum of RGB (Red+Green+Blue) = 75+48+160=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 160 (62.89% from 255 or 56.54% from 283); Max value from RGB is 160 - color contains mainly: blue. Hex color #4B30A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B30A0 is #B4CF5F. Grayscale: #444444. Windows color (decimal): -11849568 or 10498123. OLE color: 10498123.
HSL color Cylindrical-coordinate representation of color #4B30A0: hue angle of 254.46º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B30A0 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 48 | 160 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.37 |
| HSL | 254.46º | 0.54% | 0.41% | - |
| HSV(B) | 254.46º | 0.7% | 0.63% | - |
| XYZ | 10.3 | 6.15 | 33.9 | - |
| YUV | 68.84 | 179.45 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 48 | 160 | 0.53 | 0.70 | 0 | 0.37 | 254.46 | 0.54 | 0.41 |
| Hex | 4B | 30 | A0 | 35 | 46 | 0 | 25 | FE | 36 | 29 |
| Octal | 113 | 60 | 240 | 65 | 106 | 0 | 45 | 376 | 66 | 51 |
| Binary | 1001011 | 110000 | 10100000 | 110101 | 1000110 | 0 | 100101 | 11111110 | 110110 | 101001 |
Color Harmonies of #4B30A0
Complementary color
Monochromatic Colors of #4B30A0
Black with #4B30A0
Text Example
Text Example
White with #4B30A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B30A0; }
p { color: rgb(75,48,160); }
H1.HeaderClassName
{
color: #4B30A0;
}
.AnyTagClassName
{
color: #4B30A0;
}
</style>
background-color css
<style>
a { background-color: #4B30A0; }
a { background-color: rgb(75,48,160); }
div.DivClassName
{
background-color: #4B30A0;
}
.BgClassName
{
background-color: #4B30A0;
}
</style>
border-color css
<style>
span { border-color: #4B30A0; }
span { border-color: rgb(75,48,160); }
td.TdClassName
{
border-color: #4B30A0;
}
.TagClassName
{
border-color: #4B30A0;
}
</style>