Shades of Blue Gem #4B309C
Tints of Blue Gem #4B309C
RGB
CMYK
RGB Variations
Color information
#4B309C (or 0x4B309C) is known color: Blue Gem. HEX triplet: 4B, 30 and 9C. RGB value is (75,48,156). Sum of RGB (Red+Green+Blue) = 75+48+156=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B309C is #B4CF63. Grayscale: #434343. Windows color (decimal): -11849572 or 10235979. OLE color: 10235979.
HSL color Cylindrical-coordinate representation of color #4B309C: hue angle of 255º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B309C is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 48 | 156 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.39 |
| HSL | 255º | 0.53% | 0.4% | - |
| HSV(B) | 255º | 0.69% | 0.61% | - |
| XYZ | 9.96 | 6.01 | 32.09 | - |
| YUV | 68.39 | 177.45 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 48 | 156 | 0.52 | 0.69 | 0 | 0.39 | 255 | 0.53 | 0.4 |
| Hex | 4B | 30 | 9C | 34 | 45 | 0 | 27 | FF | 35 | 28 |
| Octal | 113 | 60 | 234 | 64 | 105 | 0 | 47 | 377 | 65 | 50 |
| Binary | 1001011 | 110000 | 10011100 | 110100 | 1000101 | 0 | 100111 | 11111111 | 110101 | 101000 |
Color Harmonies of #4B309C
Complementary color
Monochromatic Colors of #4B309C
Black with #4B309C
Text Example
Text Example
White with #4B309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B309C; }
p { color: rgb(75,48,156); }
H1.HeaderClassName
{
color: #4B309C;
}
.AnyTagClassName
{
color: #4B309C;
}
</style>
background-color css
<style>
a { background-color: #4B309C; }
a { background-color: rgb(75,48,156); }
div.DivClassName
{
background-color: #4B309C;
}
.BgClassName
{
background-color: #4B309C;
}
</style>
border-color css
<style>
span { border-color: #4B309C; }
span { border-color: rgb(75,48,156); }
td.TdClassName
{
border-color: #4B309C;
}
.TagClassName
{
border-color: #4B309C;
}
</style>