Shades of Blue Gem #4B388D
Tints of Blue Gem #4B388D
RGB
CMYK
RGB Variations
Color information
#4B388D (or 0x4B388D) is known color: Blue Gem. HEX triplet: 4B, 38 and 8D. RGB value is (75,56,141). Sum of RGB (Red+Green+Blue) = 75+56+141=272 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.57% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B388D is #B4C772. Grayscale: #474747. Windows color (decimal): -11847539 or 9254987. OLE color: 9254987.
HSL color Cylindrical-coordinate representation of color #4B388D: hue angle of 253.41º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B388D is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 56 | 141 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.45 |
| HSL | 253.41º | 0.43% | 0.39% | - |
| HSV(B) | 253.41º | 0.6% | 0.55% | - |
| XYZ | 9.12 | 6.25 | 25.92 | - |
| YUV | 71.37 | 167.29 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 56 | 141 | 0.47 | 0.60 | 0 | 0.45 | 253.41 | 0.43 | 0.39 |
| Hex | 4B | 38 | 8D | 2F | 3C | 0 | 2D | FD | 2B | 27 |
| Octal | 113 | 70 | 215 | 57 | 74 | 0 | 55 | 375 | 53 | 47 |
| Binary | 1001011 | 111000 | 10001101 | 101111 | 111100 | 0 | 101101 | 11111101 | 101011 | 100111 |
Color Harmonies of #4B388D
Complementary color
Monochromatic Colors of #4B388D
Black with #4B388D
Text Example
Text Example
White with #4B388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B388D; }
p { color: rgb(75,56,141); }
H1.HeaderClassName
{
color: #4B388D;
}
.AnyTagClassName
{
color: #4B388D;
}
</style>
background-color css
<style>
a { background-color: #4B388D; }
a { background-color: rgb(75,56,141); }
div.DivClassName
{
background-color: #4B388D;
}
.BgClassName
{
background-color: #4B388D;
}
</style>
border-color css
<style>
span { border-color: #4B388D; }
span { border-color: rgb(75,56,141); }
td.TdClassName
{
border-color: #4B388D;
}
.TagClassName
{
border-color: #4B388D;
}
</style>