Shades of Blue Gem #4B2993
Tints of Blue Gem #4B2993
RGB
CMYK
RGB Variations
Color information
#4B2993 (or 0x4B2993) is known color: Blue Gem. HEX triplet: 4B, 29 and 93. RGB value is (75,41,147). Sum of RGB (Red+Green+Blue) = 75+41+147=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #4B2993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2993 is #B4D66C. Grayscale: #3E3E3E. Windows color (decimal): -11851373 or 9644363. OLE color: 9644363.
HSL color Cylindrical-coordinate representation of color #4B2993: hue angle of 259.25º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B2993 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 41 | 147 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.42 |
| HSL | 259.25º | 0.56% | 0.37% | - |
| HSV(B) | 259.25º | 0.72% | 0.58% | - |
| XYZ | 8.96 | 5.19 | 28.13 | - |
| YUV | 63.25 | 175.26 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 147 | 0.49 | 0.72 | 0 | 0.42 | 259.25 | 0.56 | 0.37 |
| Hex | 4B | 29 | 93 | 31 | 48 | 0 | 2A | 103 | 38 | 25 |
| Octal | 113 | 51 | 223 | 61 | 110 | 0 | 52 | 403 | 70 | 45 |
| Binary | 1001011 | 101001 | 10010011 | 110001 | 1001000 | 0 | 101010 | 100000011 | 111000 | 100101 |
Color Harmonies of #4B2993
Complementary color
Monochromatic Colors of #4B2993
Black with #4B2993
Text Example
Text Example
White with #4B2993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2993; }
p { color: rgb(75,41,147); }
H1.HeaderClassName
{
color: #4B2993;
}
.AnyTagClassName
{
color: #4B2993;
}
</style>
background-color css
<style>
a { background-color: #4B2993; }
a { background-color: rgb(75,41,147); }
div.DivClassName
{
background-color: #4B2993;
}
.BgClassName
{
background-color: #4B2993;
}
</style>
border-color css
<style>
span { border-color: #4B2993; }
span { border-color: rgb(75,41,147); }
td.TdClassName
{
border-color: #4B2993;
}
.TagClassName
{
border-color: #4B2993;
}
</style>