Shades of Blue Gem #4B2DAB
Tints of Blue Gem #4B2DAB
RGB
CMYK
RGB Variations
Color information
#4B2DAB (or 0x4B2DAB) is known color: Blue Gem. HEX triplet: 4B, 2D and AB. RGB value is (75,45,171). Sum of RGB (Red+Green+Blue) = 75+45+171=291 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.77% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B2DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2DAB is #B4D254. Grayscale: #434343. Windows color (decimal): -11850325 or 11218251. OLE color: 11218251.
HSL color Cylindrical-coordinate representation of color #4B2DAB: hue angle of 254.29º degrees, saturation: 0.58, 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 #4B2DAB is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 45 | 171 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.33 |
| HSL | 254.29º | 0.58% | 0.42% | - |
| HSV(B) | 254.29º | 0.74% | 0.67% | - |
| XYZ | 11.19 | 6.31 | 39.16 | - |
| YUV | 68.33 | 185.94 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 45 | 171 | 0.56 | 0.74 | 0 | 0.33 | 254.29 | 0.58 | 0.42 |
| Hex | 4B | 2D | AB | 38 | 4A | 0 | 21 | FE | 3A | 2A |
| Octal | 113 | 55 | 253 | 70 | 112 | 0 | 41 | 376 | 72 | 52 |
| Binary | 1001011 | 101101 | 10101011 | 111000 | 1001010 | 0 | 100001 | 11111110 | 111010 | 101010 |
Color Harmonies of #4B2DAB
Complementary color
Monochromatic Colors of #4B2DAB
Black with #4B2DAB
Text Example
Text Example
White with #4B2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2DAB; }
p { color: rgb(75,45,171); }
H1.HeaderClassName
{
color: #4B2DAB;
}
.AnyTagClassName
{
color: #4B2DAB;
}
</style>
background-color css
<style>
a { background-color: #4B2DAB; }
a { background-color: rgb(75,45,171); }
div.DivClassName
{
background-color: #4B2DAB;
}
.BgClassName
{
background-color: #4B2DAB;
}
</style>
border-color css
<style>
span { border-color: #4B2DAB; }
span { border-color: rgb(75,45,171); }
td.TdClassName
{
border-color: #4B2DAB;
}
.TagClassName
{
border-color: #4B2DAB;
}
</style>