Shades of Blue Gem #4B1DA4
Tints of Blue Gem #4B1DA4
RGB
CMYK
RGB Variations
Color information
#4B1DA4 (or 0x4B1DA4) is known color: Blue Gem. HEX triplet: 4B, 1D and A4. RGB value is (75,29,164). Sum of RGB (Red+Green+Blue) = 75+29+164=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 164 (64.45% from 255 or 61.19% from 268); Max value from RGB is 164 - color contains mainly: blue. Hex color #4B1DA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1DA4 is #B4E25B. Grayscale: #393939. Windows color (decimal): -11854428 or 10755403. OLE color: 10755403.
HSL color Cylindrical-coordinate representation of color #4B1DA4: hue angle of 260.44º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B1DA4 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 29 | 164 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.36 |
| HSL | 260.44º | 0.7% | 0.38% | - |
| HSV(B) | 260.44º | 0.82% | 0.64% | - |
| XYZ | 10.04 | 5.05 | 35.57 | - |
| YUV | 58.14 | 187.74 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 29 | 164 | 0.54 | 0.82 | 0 | 0.36 | 260.44 | 0.7 | 0.38 |
| Hex | 4B | 1D | A4 | 36 | 52 | 0 | 24 | 104 | 46 | 26 |
| Octal | 113 | 35 | 244 | 66 | 122 | 0 | 44 | 404 | 106 | 46 |
| Binary | 1001011 | 11101 | 10100100 | 110110 | 1010010 | 0 | 100100 | 100000100 | 1000110 | 100110 |
Color Harmonies of #4B1DA4
Complementary color
Monochromatic Colors of #4B1DA4
Black with #4B1DA4
Text Example
Text Example
White with #4B1DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1DA4; }
p { color: rgb(75,29,164); }
H1.HeaderClassName
{
color: #4B1DA4;
}
.AnyTagClassName
{
color: #4B1DA4;
}
</style>
background-color css
<style>
a { background-color: #4B1DA4; }
a { background-color: rgb(75,29,164); }
div.DivClassName
{
background-color: #4B1DA4;
}
.BgClassName
{
background-color: #4B1DA4;
}
</style>
border-color css
<style>
span { border-color: #4B1DA4; }
span { border-color: rgb(75,29,164); }
td.TdClassName
{
border-color: #4B1DA4;
}
.TagClassName
{
border-color: #4B1DA4;
}
</style>