Shades of Blue Gem #4B2DAC
Tints of Blue Gem #4B2DAC
RGB
CMYK
RGB Variations
Color information
#4B2DAC (or 0x4B2DAC) is known color: Blue Gem. HEX triplet: 4B, 2D and AC. RGB value is (75,45,172). Sum of RGB (Red+Green+Blue) = 75+45+172=292 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.68% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B2DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2DAC is #B4D253. Grayscale: #434343. Windows color (decimal): -11850324 or 11283787. OLE color: 11283787.
HSL color Cylindrical-coordinate representation of color #4B2DAC: hue angle of 254.17º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B2DAC is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 45 | 172 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.33 |
| HSL | 254.17º | 0.59% | 0.43% | - |
| HSV(B) | 254.17º | 0.74% | 0.67% | - |
| XYZ | 11.29 | 6.35 | 39.66 | - |
| YUV | 68.45 | 186.44 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 45 | 172 | 0.56 | 0.74 | 0 | 0.33 | 254.17 | 0.59 | 0.43 |
| Hex | 4B | 2D | AC | 38 | 4A | 0 | 21 | FE | 3B | 2B |
| Octal | 113 | 55 | 254 | 70 | 112 | 0 | 41 | 376 | 73 | 53 |
| Binary | 1001011 | 101101 | 10101100 | 111000 | 1001010 | 0 | 100001 | 11111110 | 111011 | 101011 |
Color Harmonies of #4B2DAC
Complementary color
Monochromatic Colors of #4B2DAC
Black with #4B2DAC
Text Example
Text Example
White with #4B2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2DAC; }
p { color: rgb(75,45,172); }
H1.HeaderClassName
{
color: #4B2DAC;
}
.AnyTagClassName
{
color: #4B2DAC;
}
</style>
background-color css
<style>
a { background-color: #4B2DAC; }
a { background-color: rgb(75,45,172); }
div.DivClassName
{
background-color: #4B2DAC;
}
.BgClassName
{
background-color: #4B2DAC;
}
</style>
border-color css
<style>
span { border-color: #4B2DAC; }
span { border-color: rgb(75,45,172); }
td.TdClassName
{
border-color: #4B2DAC;
}
.TagClassName
{
border-color: #4B2DAC;
}
</style>