Shades of Blue Gem #4B28A0
Tints of Blue Gem #4B28A0
RGB
CMYK
RGB Variations
Color information
#4B28A0 (or 0x4B28A0) is known color: Blue Gem. HEX triplet: 4B, 28 and A0. RGB value is (75,40,160). Sum of RGB (Red+Green+Blue) = 75+40+160=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 160 (62.89% from 255 or 58.18% from 275); Max value from RGB is 160 - color contains mainly: blue. Hex color #4B28A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B28A0 is #B4D75F. Grayscale: #3F3F3F. Windows color (decimal): -11851616 or 10496075. OLE color: 10496075.
HSL color Cylindrical-coordinate representation of color #4B28A0: hue angle of 257.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B28A0 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 40 | 160 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.37 |
| HSL | 257.5º | 0.6% | 0.39% | - |
| HSV(B) | 257.5º | 0.75% | 0.63% | - |
| XYZ | 10.01 | 5.55 | 33.8 | - |
| YUV | 64.15 | 182.1 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 40 | 160 | 0.53 | 0.75 | 0 | 0.37 | 257.5 | 0.6 | 0.39 |
| Hex | 4B | 28 | A0 | 35 | 4B | 0 | 25 | 102 | 3C | 27 |
| Octal | 113 | 50 | 240 | 65 | 113 | 0 | 45 | 402 | 74 | 47 |
| Binary | 1001011 | 101000 | 10100000 | 110101 | 1001011 | 0 | 100101 | 100000010 | 111100 | 100111 |
Color Harmonies of #4B28A0
Complementary color
Monochromatic Colors of #4B28A0
Black with #4B28A0
Text Example
Text Example
White with #4B28A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B28A0; }
p { color: rgb(75,40,160); }
H1.HeaderClassName
{
color: #4B28A0;
}
.AnyTagClassName
{
color: #4B28A0;
}
</style>
background-color css
<style>
a { background-color: #4B28A0; }
a { background-color: rgb(75,40,160); }
div.DivClassName
{
background-color: #4B28A0;
}
.BgClassName
{
background-color: #4B28A0;
}
</style>
border-color css
<style>
span { border-color: #4B28A0; }
span { border-color: rgb(75,40,160); }
td.TdClassName
{
border-color: #4B28A0;
}
.TagClassName
{
border-color: #4B28A0;
}
</style>