Shades of Blue Gem #4B389F
Tints of Blue Gem #4B389F
RGB
CMYK
RGB Variations
Color information
#4B389F (or 0x4B389F) is known color: Blue Gem. HEX triplet: 4B, 38 and 9F. RGB value is (75,56,159). Sum of RGB (Red+Green+Blue) = 75+56+159=290 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.86% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B389F is #B4C760. Grayscale: #494949. Windows color (decimal): -11847521 or 10434635. OLE color: 10434635.
HSL color Cylindrical-coordinate representation of color #4B389F: hue angle of 251.07º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B389F is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 56 | 159 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.38 |
| HSL | 251.07º | 0.48% | 0.42% | - |
| HSV(B) | 251.07º | 0.65% | 0.62% | - |
| XYZ | 10.57 | 6.83 | 33.56 | - |
| YUV | 73.42 | 176.29 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 56 | 159 | 0.53 | 0.65 | 0 | 0.38 | 251.07 | 0.48 | 0.42 |
| Hex | 4B | 38 | 9F | 35 | 41 | 0 | 26 | FB | 30 | 2A |
| Octal | 113 | 70 | 237 | 65 | 101 | 0 | 46 | 373 | 60 | 52 |
| Binary | 1001011 | 111000 | 10011111 | 110101 | 1000001 | 0 | 100110 | 11111011 | 110000 | 101010 |
Color Harmonies of #4B389F
Complementary color
Monochromatic Colors of #4B389F
Black with #4B389F
Text Example
Text Example
White with #4B389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B389F; }
p { color: rgb(75,56,159); }
H1.HeaderClassName
{
color: #4B389F;
}
.AnyTagClassName
{
color: #4B389F;
}
</style>
background-color css
<style>
a { background-color: #4B389F; }
a { background-color: rgb(75,56,159); }
div.DivClassName
{
background-color: #4B389F;
}
.BgClassName
{
background-color: #4B389F;
}
</style>
border-color css
<style>
span { border-color: #4B389F; }
span { border-color: rgb(75,56,159); }
td.TdClassName
{
border-color: #4B389F;
}
.TagClassName
{
border-color: #4B389F;
}
</style>