Shades of Blue Gem #4B378B
Tints of Blue Gem #4B378B
RGB
CMYK
RGB Variations
Color information
#4B378B (or 0x4B378B) is known color: Blue Gem. HEX triplet: 4B, 37 and 8B. RGB value is (75,55,139). Sum of RGB (Red+Green+Blue) = 75+55+139=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B378B is #B4C874. Grayscale: #464646. Windows color (decimal): -11847797 or 9123659. OLE color: 9123659.
HSL color Cylindrical-coordinate representation of color #4B378B: hue angle of 254.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B378B is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 55 | 139 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.45 |
| HSL | 254.29º | 0.43% | 0.38% | - |
| HSV(B) | 254.29º | 0.6% | 0.55% | - |
| XYZ | 8.93 | 6.09 | 25.13 | - |
| YUV | 70.56 | 166.63 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 55 | 139 | 0.46 | 0.60 | 0 | 0.45 | 254.29 | 0.43 | 0.38 |
| Hex | 4B | 37 | 8B | 2E | 3C | 0 | 2D | FE | 2B | 26 |
| Octal | 113 | 67 | 213 | 56 | 74 | 0 | 55 | 376 | 53 | 46 |
| Binary | 1001011 | 110111 | 10001011 | 101110 | 111100 | 0 | 101101 | 11111110 | 101011 | 100110 |
Color Harmonies of #4B378B
Complementary color
Monochromatic Colors of #4B378B
Black with #4B378B
Text Example
Text Example
White with #4B378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B378B; }
p { color: rgb(75,55,139); }
H1.HeaderClassName
{
color: #4B378B;
}
.AnyTagClassName
{
color: #4B378B;
}
</style>
background-color css
<style>
a { background-color: #4B378B; }
a { background-color: rgb(75,55,139); }
div.DivClassName
{
background-color: #4B378B;
}
.BgClassName
{
background-color: #4B378B;
}
</style>
border-color css
<style>
span { border-color: #4B378B; }
span { border-color: rgb(75,55,139); }
td.TdClassName
{
border-color: #4B378B;
}
.TagClassName
{
border-color: #4B378B;
}
</style>