Shades of Blue Gem #4B339C
Tints of Blue Gem #4B339C
RGB
CMYK
RGB Variations
Color information
#4B339C (or 0x4B339C) is known color: Blue Gem. HEX triplet: 4B, 33 and 9C. RGB value is (75,51,156). Sum of RGB (Red+Green+Blue) = 75+51+156=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B339C is #B4CC63. Grayscale: #454545. Windows color (decimal): -11848804 or 10236747. OLE color: 10236747.
HSL color Cylindrical-coordinate representation of color #4B339C: hue angle of 253.71º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B339C is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 51 | 156 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.39 |
| HSL | 253.71º | 0.51% | 0.41% | - |
| HSV(B) | 253.71º | 0.67% | 0.61% | - |
| XYZ | 10.09 | 6.26 | 32.13 | - |
| YUV | 70.15 | 176.45 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 156 | 0.52 | 0.67 | 0 | 0.39 | 253.71 | 0.51 | 0.41 |
| Hex | 4B | 33 | 9C | 34 | 43 | 0 | 27 | FE | 33 | 29 |
| Octal | 113 | 63 | 234 | 64 | 103 | 0 | 47 | 376 | 63 | 51 |
| Binary | 1001011 | 110011 | 10011100 | 110100 | 1000011 | 0 | 100111 | 11111110 | 110011 | 101001 |
Color Harmonies of #4B339C
Complementary color
Monochromatic Colors of #4B339C
Black with #4B339C
Text Example
Text Example
White with #4B339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B339C; }
p { color: rgb(75,51,156); }
H1.HeaderClassName
{
color: #4B339C;
}
.AnyTagClassName
{
color: #4B339C;
}
</style>
background-color css
<style>
a { background-color: #4B339C; }
a { background-color: rgb(75,51,156); }
div.DivClassName
{
background-color: #4B339C;
}
.BgClassName
{
background-color: #4B339C;
}
</style>
border-color css
<style>
span { border-color: #4B339C; }
span { border-color: rgb(75,51,156); }
td.TdClassName
{
border-color: #4B339C;
}
.TagClassName
{
border-color: #4B339C;
}
</style>