Shades of Blue Gem #4B209C
Tints of Blue Gem #4B209C
RGB
CMYK
RGB Variations
Color information
#4B209C (or 0x4B209C) is known color: Blue Gem. HEX triplet: 4B, 20 and 9C. RGB value is (75,32,156). Sum of RGB (Red+Green+Blue) = 75+32+156=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B209C is #B4DF63. Grayscale: #3A3A3A. Windows color (decimal): -11853668 or 10231883. OLE color: 10231883.
HSL color Cylindrical-coordinate representation of color #4B209C: hue angle of 260.81º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B209C is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 32 | 156 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.39 |
| HSL | 260.81º | 0.66% | 0.37% | - |
| HSV(B) | 260.81º | 0.79% | 0.61% | - |
| XYZ | 9.42 | 4.93 | 31.91 | - |
| YUV | 58.99 | 182.75 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 156 | 0.52 | 0.79 | 0 | 0.39 | 260.81 | 0.66 | 0.37 |
| Hex | 4B | 20 | 9C | 34 | 4F | 0 | 27 | 105 | 42 | 25 |
| Octal | 113 | 40 | 234 | 64 | 117 | 0 | 47 | 405 | 102 | 45 |
| Binary | 1001011 | 100000 | 10011100 | 110100 | 1001111 | 0 | 100111 | 100000101 | 1000010 | 100101 |
Color Harmonies of #4B209C
Complementary color
Monochromatic Colors of #4B209C
Black with #4B209C
Text Example
Text Example
White with #4B209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B209C; }
p { color: rgb(75,32,156); }
H1.HeaderClassName
{
color: #4B209C;
}
.AnyTagClassName
{
color: #4B209C;
}
</style>
background-color css
<style>
a { background-color: #4B209C; }
a { background-color: rgb(75,32,156); }
div.DivClassName
{
background-color: #4B209C;
}
.BgClassName
{
background-color: #4B209C;
}
</style>
border-color css
<style>
span { border-color: #4B209C; }
span { border-color: rgb(75,32,156); }
td.TdClassName
{
border-color: #4B209C;
}
.TagClassName
{
border-color: #4B209C;
}
</style>