Shades of Blue Gem #4B3C98
Tints of Blue Gem #4B3C98
RGB
CMYK
RGB Variations
Color information
#4B3C98 (or 0x4B3C98) is known color: Blue Gem. HEX triplet: 4B, 3C and 98. RGB value is (75,60,152). Sum of RGB (Red+Green+Blue) = 75+60+152=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #4B3C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3C98 is #B4C367. Grayscale: #4A4A4A. Windows color (decimal): -11846504 or 9976907. OLE color: 9976907.
HSL color Cylindrical-coordinate representation of color #4B3C98: hue angle of 249.78º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B3C98 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 75 | 60 | 152 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.40 |
| HSL | 249.78º | 0.43% | 0.42% | - |
| HSV(B) | 249.78º | 0.61% | 0.6% | - |
| XYZ | 10.19 | 6.99 | 30.52 | - |
| YUV | 74.97 | 171.47 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 60 | 152 | 0.51 | 0.61 | 0 | 0.40 | 249.78 | 0.43 | 0.42 |
| Hex | 4B | 3C | 98 | 33 | 3D | 0 | 28 | FA | 2B | 2A |
| Octal | 113 | 74 | 230 | 63 | 75 | 0 | 50 | 372 | 53 | 52 |
| Binary | 1001011 | 111100 | 10011000 | 110011 | 111101 | 0 | 101000 | 11111010 | 101011 | 101010 |
Color Harmonies of #4B3C98
Complementary color
Monochromatic Colors of #4B3C98
Black with #4B3C98
Text Example
Text Example
White with #4B3C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3C98; }
p { color: rgb(75,60,152); }
H1.HeaderClassName
{
color: #4B3C98;
}
.AnyTagClassName
{
color: #4B3C98;
}
</style>
background-color css
<style>
a { background-color: #4B3C98; }
a { background-color: rgb(75,60,152); }
div.DivClassName
{
background-color: #4B3C98;
}
.BgClassName
{
background-color: #4B3C98;
}
</style>
border-color css
<style>
span { border-color: #4B3C98; }
span { border-color: rgb(75,60,152); }
td.TdClassName
{
border-color: #4B3C98;
}
.TagClassName
{
border-color: #4B3C98;
}
</style>