Shades of Blue Gem #4B289F
Tints of Blue Gem #4B289F
RGB
CMYK
RGB Variations
Color information
#4B289F (or 0x4B289F) is known color: Blue Gem. HEX triplet: 4B, 28 and 9F. RGB value is (75,40,159). Sum of RGB (Red+Green+Blue) = 75+40+159=274 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.37% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B289F is #B4D760. Grayscale: #3F3F3F. Windows color (decimal): -11851617 or 10430539. OLE color: 10430539.
HSL color Cylindrical-coordinate representation of color #4B289F: hue angle of 257.65º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B289F is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 40 | 159 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.38 |
| HSL | 257.65º | 0.6% | 0.39% | - |
| HSV(B) | 257.65º | 0.75% | 0.62% | - |
| XYZ | 9.92 | 5.52 | 33.34 | - |
| YUV | 64.03 | 181.6 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 40 | 159 | 0.53 | 0.75 | 0 | 0.38 | 257.65 | 0.6 | 0.39 |
| Hex | 4B | 28 | 9F | 35 | 4B | 0 | 26 | 102 | 3C | 27 |
| Octal | 113 | 50 | 237 | 65 | 113 | 0 | 46 | 402 | 74 | 47 |
| Binary | 1001011 | 101000 | 10011111 | 110101 | 1001011 | 0 | 100110 | 100000010 | 111100 | 100111 |
Color Harmonies of #4B289F
Complementary color
Monochromatic Colors of #4B289F
Black with #4B289F
Text Example
Text Example
White with #4B289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B289F; }
p { color: rgb(75,40,159); }
H1.HeaderClassName
{
color: #4B289F;
}
.AnyTagClassName
{
color: #4B289F;
}
</style>
background-color css
<style>
a { background-color: #4B289F; }
a { background-color: rgb(75,40,159); }
div.DivClassName
{
background-color: #4B289F;
}
.BgClassName
{
background-color: #4B289F;
}
</style>
border-color css
<style>
span { border-color: #4B289F; }
span { border-color: rgb(75,40,159); }
td.TdClassName
{
border-color: #4B289F;
}
.TagClassName
{
border-color: #4B289F;
}
</style>