Shades of Blue Gem #4B339B
Tints of Blue Gem #4B339B
RGB
CMYK
RGB Variations
Color information
#4B339B (or 0x4B339B) is known color: Blue Gem. HEX triplet: 4B, 33 and 9B. RGB value is (75,51,155). Sum of RGB (Red+Green+Blue) = 75+51+155=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B339B is #B4CC64. Grayscale: #454545. Windows color (decimal): -11848805 or 10171211. OLE color: 10171211.
HSL color Cylindrical-coordinate representation of color #4B339B: hue angle of 253.85º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B339B is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 51 | 155 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.39 |
| HSL | 253.85º | 0.5% | 0.4% | - |
| HSV(B) | 253.85º | 0.67% | 0.61% | - |
| XYZ | 10 | 6.23 | 31.69 | - |
| YUV | 70.03 | 175.95 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 155 | 0.52 | 0.67 | 0 | 0.39 | 253.85 | 0.5 | 0.4 |
| Hex | 4B | 33 | 9B | 34 | 43 | 0 | 27 | FE | 32 | 28 |
| Octal | 113 | 63 | 233 | 64 | 103 | 0 | 47 | 376 | 62 | 50 |
| Binary | 1001011 | 110011 | 10011011 | 110100 | 1000011 | 0 | 100111 | 11111110 | 110010 | 101000 |
Color Harmonies of #4B339B
Complementary color
Monochromatic Colors of #4B339B
Black with #4B339B
Text Example
Text Example
White with #4B339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B339B; }
p { color: rgb(75,51,155); }
H1.HeaderClassName
{
color: #4B339B;
}
.AnyTagClassName
{
color: #4B339B;
}
</style>
background-color css
<style>
a { background-color: #4B339B; }
a { background-color: rgb(75,51,155); }
div.DivClassName
{
background-color: #4B339B;
}
.BgClassName
{
background-color: #4B339B;
}
</style>
border-color css
<style>
span { border-color: #4B339B; }
span { border-color: rgb(75,51,155); }
td.TdClassName
{
border-color: #4B339B;
}
.TagClassName
{
border-color: #4B339B;
}
</style>