Shades of Blue Gem #4D338A
Tints of Blue Gem #4D338A
RGB
CMYK
RGB Variations
Color information
#4D338A (or 0x4D338A) is known color: Blue Gem. HEX triplet: 4D, 33 and 8A. RGB value is (77,51,138). Sum of RGB (Red+Green+Blue) = 77+51+138=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D338A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D338A is #B2CC75. Grayscale: #444444. Windows color (decimal): -11717750 or 9057101. OLE color: 9057101.
HSL color Cylindrical-coordinate representation of color #4D338A: hue angle of 257.93º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D338A is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 51 | 138 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.46 |
| HSL | 257.93º | 0.46% | 0.37% | - |
| HSV(B) | 257.93º | 0.63% | 0.54% | - |
| XYZ | 8.83 | 5.78 | 24.7 | - |
| YUV | 68.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 138 | 0.44 | 0.63 | 0 | 0.46 | 257.93 | 0.46 | 0.37 |
| Hex | 4D | 33 | 8A | 2C | 3F | 0 | 2E | 102 | 2E | 25 |
| Octal | 115 | 63 | 212 | 54 | 77 | 0 | 56 | 402 | 56 | 45 |
| Binary | 1001101 | 110011 | 10001010 | 101100 | 111111 | 0 | 101110 | 100000010 | 101110 | 100101 |
Color Harmonies of #4D338A
Complementary color
Monochromatic Colors of #4D338A
Black with #4D338A
Text Example
Text Example
White with #4D338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D338A; }
p { color: rgb(77,51,138); }
H1.HeaderClassName
{
color: #4D338A;
}
.AnyTagClassName
{
color: #4D338A;
}
</style>
background-color css
<style>
a { background-color: #4D338A; }
a { background-color: rgb(77,51,138); }
div.DivClassName
{
background-color: #4D338A;
}
.BgClassName
{
background-color: #4D338A;
}
</style>
border-color css
<style>
span { border-color: #4D338A; }
span { border-color: rgb(77,51,138); }
td.TdClassName
{
border-color: #4D338A;
}
.TagClassName
{
border-color: #4D338A;
}
</style>