Shades of Blue Gem #4D328A
Tints of Blue Gem #4D328A
RGB
CMYK
RGB Variations
Color information
#4D328A (or 0x4D328A) is known color: Blue Gem. HEX triplet: 4D, 32 and 8A. RGB value is (77,50,138). Sum of RGB (Red+Green+Blue) = 77+50+138=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D328A is #B2CD75. Grayscale: #434343. Windows color (decimal): -11718006 or 9056845. OLE color: 9056845.
HSL color Cylindrical-coordinate representation of color #4D328A: hue angle of 258.41º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D328A is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 50 | 138 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.46 |
| HSL | 258.41º | 0.47% | 0.37% | - |
| HSV(B) | 258.41º | 0.64% | 0.54% | - |
| XYZ | 8.79 | 5.69 | 24.68 | - |
| YUV | 68.11 | 167.45 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 138 | 0.44 | 0.64 | 0 | 0.46 | 258.41 | 0.47 | 0.37 |
| Hex | 4D | 32 | 8A | 2C | 40 | 0 | 2E | 102 | 2F | 25 |
| Octal | 115 | 62 | 212 | 54 | 100 | 0 | 56 | 402 | 57 | 45 |
| Binary | 1001101 | 110010 | 10001010 | 101100 | 1000000 | 0 | 101110 | 100000010 | 101111 | 100101 |
Color Harmonies of #4D328A
Complementary color
Monochromatic Colors of #4D328A
Black with #4D328A
Text Example
Text Example
White with #4D328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D328A; }
p { color: rgb(77,50,138); }
H1.HeaderClassName
{
color: #4D328A;
}
.AnyTagClassName
{
color: #4D328A;
}
</style>
background-color css
<style>
a { background-color: #4D328A; }
a { background-color: rgb(77,50,138); }
div.DivClassName
{
background-color: #4D328A;
}
.BgClassName
{
background-color: #4D328A;
}
</style>
border-color css
<style>
span { border-color: #4D328A; }
span { border-color: rgb(77,50,138); }
td.TdClassName
{
border-color: #4D328A;
}
.TagClassName
{
border-color: #4D328A;
}
</style>