Shades of Blue Gem #4D339D
Tints of Blue Gem #4D339D
RGB
CMYK
RGB Variations
Color information
#4D339D (or 0x4D339D) is known color: Blue Gem. HEX triplet: 4D, 33 and 9D. RGB value is (77,51,157). Sum of RGB (Red+Green+Blue) = 77+51+157=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D339D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D339D is #B2CC62. Grayscale: #464646. Windows color (decimal): -11717731 or 10302285. OLE color: 10302285.
HSL color Cylindrical-coordinate representation of color #4D339D: hue angle of 254.72º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D339D is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 51 | 157 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.38 |
| HSL | 254.72º | 0.51% | 0.41% | - |
| HSV(B) | 254.72º | 0.68% | 0.62% | - |
| XYZ | 10.33 | 6.38 | 32.59 | - |
| YUV | 70.86 | 176.61 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 157 | 0.51 | 0.68 | 0 | 0.38 | 254.72 | 0.51 | 0.41 |
| Hex | 4D | 33 | 9D | 33 | 44 | 0 | 26 | FF | 33 | 29 |
| Octal | 115 | 63 | 235 | 63 | 104 | 0 | 46 | 377 | 63 | 51 |
| Binary | 1001101 | 110011 | 10011101 | 110011 | 1000100 | 0 | 100110 | 11111111 | 110011 | 101001 |
Color Harmonies of #4D339D
Complementary color
Monochromatic Colors of #4D339D
Black with #4D339D
Text Example
Text Example
White with #4D339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D339D; }
p { color: rgb(77,51,157); }
H1.HeaderClassName
{
color: #4D339D;
}
.AnyTagClassName
{
color: #4D339D;
}
</style>
background-color css
<style>
a { background-color: #4D339D; }
a { background-color: rgb(77,51,157); }
div.DivClassName
{
background-color: #4D339D;
}
.BgClassName
{
background-color: #4D339D;
}
</style>
border-color css
<style>
span { border-color: #4D339D; }
span { border-color: rgb(77,51,157); }
td.TdClassName
{
border-color: #4D339D;
}
.TagClassName
{
border-color: #4D339D;
}
</style>