Shades of Blue Gem #4D209C
Tints of Blue Gem #4D209C
RGB
CMYK
RGB Variations
Color information
#4D209C (or 0x4D209C) is known color: Blue Gem. HEX triplet: 4D, 20 and 9C. RGB value is (77,32,156). Sum of RGB (Red+Green+Blue) = 77+32+156=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D209C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D209C is #B2DF63. Grayscale: #3B3B3B. Windows color (decimal): -11722596 or 10231885. OLE color: 10231885.
HSL color Cylindrical-coordinate representation of color #4D209C: hue angle of 261.77º 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 #4D209C is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 32 | 156 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.39 |
| HSL | 261.77º | 0.66% | 0.37% | - |
| HSV(B) | 261.77º | 0.79% | 0.61% | - |
| XYZ | 9.58 | 5.01 | 31.91 | - |
| YUV | 59.59 | 182.41 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 156 | 0.51 | 0.79 | 0 | 0.39 | 261.77 | 0.66 | 0.37 |
| Hex | 4D | 20 | 9C | 33 | 4F | 0 | 27 | 106 | 42 | 25 |
| Octal | 115 | 40 | 234 | 63 | 117 | 0 | 47 | 406 | 102 | 45 |
| Binary | 1001101 | 100000 | 10011100 | 110011 | 1001111 | 0 | 100111 | 100000110 | 1000010 | 100101 |
Color Harmonies of #4D209C
Complementary color
Monochromatic Colors of #4D209C
Black with #4D209C
Text Example
Text Example
White with #4D209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D209C; }
p { color: rgb(77,32,156); }
H1.HeaderClassName
{
color: #4D209C;
}
.AnyTagClassName
{
color: #4D209C;
}
</style>
background-color css
<style>
a { background-color: #4D209C; }
a { background-color: rgb(77,32,156); }
div.DivClassName
{
background-color: #4D209C;
}
.BgClassName
{
background-color: #4D209C;
}
</style>
border-color css
<style>
span { border-color: #4D209C; }
span { border-color: rgb(77,32,156); }
td.TdClassName
{
border-color: #4D209C;
}
.TagClassName
{
border-color: #4D209C;
}
</style>