Shades of Blue Gem #4B2CAC
Tints of Blue Gem #4B2CAC
RGB
CMYK
RGB Variations
Color information
#4B2CAC (or 0x4B2CAC) is known color: Blue Gem. HEX triplet: 4B, 2C and AC. RGB value is (75,44,172). Sum of RGB (Red+Green+Blue) = 75+44+172=291 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.77% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B2CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2CAC is #B4D353. Grayscale: #434343. Windows color (decimal): -11850580 or 11283531. OLE color: 11283531.
HSL color Cylindrical-coordinate representation of color #4B2CAC: hue angle of 254.53º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B2CAC is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 44 | 172 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.33 |
| HSL | 254.53º | 0.59% | 0.42% | - |
| HSV(B) | 254.53º | 0.74% | 0.67% | - |
| XYZ | 11.25 | 6.28 | 39.65 | - |
| YUV | 67.86 | 186.77 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 44 | 172 | 0.56 | 0.74 | 0 | 0.33 | 254.53 | 0.59 | 0.42 |
| Hex | 4B | 2C | AC | 38 | 4A | 0 | 21 | FF | 3B | 2A |
| Octal | 113 | 54 | 254 | 70 | 112 | 0 | 41 | 377 | 73 | 52 |
| Binary | 1001011 | 101100 | 10101100 | 111000 | 1001010 | 0 | 100001 | 11111111 | 111011 | 101010 |
Color Harmonies of #4B2CAC
Complementary color
Monochromatic Colors of #4B2CAC
Black with #4B2CAC
Text Example
Text Example
White with #4B2CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2CAC; }
p { color: rgb(75,44,172); }
H1.HeaderClassName
{
color: #4B2CAC;
}
.AnyTagClassName
{
color: #4B2CAC;
}
</style>
background-color css
<style>
a { background-color: #4B2CAC; }
a { background-color: rgb(75,44,172); }
div.DivClassName
{
background-color: #4B2CAC;
}
.BgClassName
{
background-color: #4B2CAC;
}
</style>
border-color css
<style>
span { border-color: #4B2CAC; }
span { border-color: rgb(75,44,172); }
td.TdClassName
{
border-color: #4B2CAC;
}
.TagClassName
{
border-color: #4B2CAC;
}
</style>