Shades of Blue Gem #4B318B
Tints of Blue Gem #4B318B
RGB
CMYK
RGB Variations
Color information
#4B318B (or 0x4B318B) is known color: Blue Gem. HEX triplet: 4B, 31 and 8B. RGB value is (75,49,139). Sum of RGB (Red+Green+Blue) = 75+49+139=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B318B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B318B is #B4CE74. Grayscale: #424242. Windows color (decimal): -11849333 or 9122123. OLE color: 9122123.
HSL color Cylindrical-coordinate representation of color #4B318B: hue angle of 257.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B318B is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 49 | 139 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.45 |
| HSL | 257.33º | 0.48% | 0.37% | - |
| HSV(B) | 257.33º | 0.65% | 0.55% | - |
| XYZ | 8.66 | 5.56 | 25.04 | - |
| YUV | 67.03 | 168.61 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 49 | 139 | 0.46 | 0.65 | 0 | 0.45 | 257.33 | 0.48 | 0.37 |
| Hex | 4B | 31 | 8B | 2E | 41 | 0 | 2D | 101 | 30 | 25 |
| Octal | 113 | 61 | 213 | 56 | 101 | 0 | 55 | 401 | 60 | 45 |
| Binary | 1001011 | 110001 | 10001011 | 101110 | 1000001 | 0 | 101101 | 100000001 | 110000 | 100101 |
Color Harmonies of #4B318B
Complementary color
Monochromatic Colors of #4B318B
Black with #4B318B
Text Example
Text Example
White with #4B318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B318B; }
p { color: rgb(75,49,139); }
H1.HeaderClassName
{
color: #4B318B;
}
.AnyTagClassName
{
color: #4B318B;
}
</style>
background-color css
<style>
a { background-color: #4B318B; }
a { background-color: rgb(75,49,139); }
div.DivClassName
{
background-color: #4B318B;
}
.BgClassName
{
background-color: #4B318B;
}
</style>
border-color css
<style>
span { border-color: #4B318B; }
span { border-color: rgb(75,49,139); }
td.TdClassName
{
border-color: #4B318B;
}
.TagClassName
{
border-color: #4B318B;
}
</style>