Shades of Blue Gem #4B1E9D
Tints of Blue Gem #4B1E9D
RGB
CMYK
RGB Variations
Color information
#4B1E9D (or 0x4B1E9D) is known color: Blue Gem. HEX triplet: 4B, 1E and 9D. RGB value is (75,30,157). Sum of RGB (Red+Green+Blue) = 75+30+157=262 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.63% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B1E9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1E9D is #B4E162. Grayscale: #393939. Windows color (decimal): -11854179 or 10296907. OLE color: 10296907.
HSL color Cylindrical-coordinate representation of color #4B1E9D: hue angle of 261.26º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B1E9D is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 30 | 157 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.38 |
| HSL | 261.26º | 0.68% | 0.37% | - |
| HSV(B) | 261.26º | 0.81% | 0.62% | - |
| XYZ | 9.45 | 4.86 | 32.34 | - |
| YUV | 57.93 | 183.91 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 30 | 157 | 0.52 | 0.81 | 0 | 0.38 | 261.26 | 0.68 | 0.37 |
| Hex | 4B | 1E | 9D | 34 | 51 | 0 | 26 | 105 | 44 | 25 |
| Octal | 113 | 36 | 235 | 64 | 121 | 0 | 46 | 405 | 104 | 45 |
| Binary | 1001011 | 11110 | 10011101 | 110100 | 1010001 | 0 | 100110 | 100000101 | 1000100 | 100101 |
Color Harmonies of #4B1E9D
Complementary color
Monochromatic Colors of #4B1E9D
Black with #4B1E9D
Text Example
Text Example
White with #4B1E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1E9D; }
p { color: rgb(75,30,157); }
H1.HeaderClassName
{
color: #4B1E9D;
}
.AnyTagClassName
{
color: #4B1E9D;
}
</style>
background-color css
<style>
a { background-color: #4B1E9D; }
a { background-color: rgb(75,30,157); }
div.DivClassName
{
background-color: #4B1E9D;
}
.BgClassName
{
background-color: #4B1E9D;
}
</style>
border-color css
<style>
span { border-color: #4B1E9D; }
span { border-color: rgb(75,30,157); }
td.TdClassName
{
border-color: #4B1E9D;
}
.TagClassName
{
border-color: #4B1E9D;
}
</style>