Shades of Blue Gem #4D289D
Tints of Blue Gem #4D289D
RGB
CMYK
RGB Variations
Color information
#4D289D (or 0x4D289D) is known color: Blue Gem. HEX triplet: 4D, 28 and 9D. RGB value is (77,40,157). Sum of RGB (Red+Green+Blue) = 77+40+157=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D289D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D289D is #B2D762. Grayscale: #3F3F3F. Windows color (decimal): -11720547 or 10299469. OLE color: 10299469.
HSL color Cylindrical-coordinate representation of color #4D289D: hue angle of 258.97º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D289D is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 40 | 157 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.38 |
| HSL | 258.97º | 0.59% | 0.39% | - |
| HSV(B) | 258.97º | 0.75% | 0.62% | - |
| XYZ | 9.91 | 5.53 | 32.44 | - |
| YUV | 64.4 | 180.26 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 157 | 0.51 | 0.75 | 0 | 0.38 | 258.97 | 0.59 | 0.39 |
| Hex | 4D | 28 | 9D | 33 | 4B | 0 | 26 | 103 | 3B | 27 |
| Octal | 115 | 50 | 235 | 63 | 113 | 0 | 46 | 403 | 73 | 47 |
| Binary | 1001101 | 101000 | 10011101 | 110011 | 1001011 | 0 | 100110 | 100000011 | 111011 | 100111 |
Color Harmonies of #4D289D
Complementary color
Monochromatic Colors of #4D289D
Black with #4D289D
Text Example
Text Example
White with #4D289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D289D; }
p { color: rgb(77,40,157); }
H1.HeaderClassName
{
color: #4D289D;
}
.AnyTagClassName
{
color: #4D289D;
}
</style>
background-color css
<style>
a { background-color: #4D289D; }
a { background-color: rgb(77,40,157); }
div.DivClassName
{
background-color: #4D289D;
}
.BgClassName
{
background-color: #4D289D;
}
</style>
border-color css
<style>
span { border-color: #4D289D; }
span { border-color: rgb(77,40,157); }
td.TdClassName
{
border-color: #4D289D;
}
.TagClassName
{
border-color: #4D289D;
}
</style>