Shades of Blue Gem #4B3B8B
Tints of Blue Gem #4B3B8B
RGB
CMYK
RGB Variations
Color information
#4B3B8B (or 0x4B3B8B) is known color: Blue Gem. HEX triplet: 4B, 3B and 8B. RGB value is (75,59,139). Sum of RGB (Red+Green+Blue) = 75+59+139=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B3B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3B8B is #B4C474. Grayscale: #484848. Windows color (decimal): -11846773 or 9124683. OLE color: 9124683.
HSL color Cylindrical-coordinate representation of color #4B3B8B: hue angle of 252º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B3B8B is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 59 | 139 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.45 |
| HSL | 252º | 0.4% | 0.39% | - |
| HSV(B) | 252º | 0.58% | 0.55% | - |
| XYZ | 9.13 | 6.49 | 25.2 | - |
| YUV | 72.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 59 | 139 | 0.46 | 0.58 | 0 | 0.45 | 252 | 0.4 | 0.39 |
| Hex | 4B | 3B | 8B | 2E | 3A | 0 | 2D | FC | 28 | 27 |
| Octal | 113 | 73 | 213 | 56 | 72 | 0 | 55 | 374 | 50 | 47 |
| Binary | 1001011 | 111011 | 10001011 | 101110 | 111010 | 0 | 101101 | 11111100 | 101000 | 100111 |
Color Harmonies of #4B3B8B
Complementary color
Monochromatic Colors of #4B3B8B
Black with #4B3B8B
Text Example
Text Example
White with #4B3B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3B8B; }
p { color: rgb(75,59,139); }
H1.HeaderClassName
{
color: #4B3B8B;
}
.AnyTagClassName
{
color: #4B3B8B;
}
</style>
background-color css
<style>
a { background-color: #4B3B8B; }
a { background-color: rgb(75,59,139); }
div.DivClassName
{
background-color: #4B3B8B;
}
.BgClassName
{
background-color: #4B3B8B;
}
</style>
border-color css
<style>
span { border-color: #4B3B8B; }
span { border-color: rgb(75,59,139); }
td.TdClassName
{
border-color: #4B3B8B;
}
.TagClassName
{
border-color: #4B3B8B;
}
</style>