Shades of Blue Gem #4D338B
Tints of Blue Gem #4D338B
RGB
CMYK
RGB Variations
Color information
#4D338B (or 0x4D338B) is known color: Blue Gem. HEX triplet: 4D, 33 and 8B. RGB value is (77,51,139). Sum of RGB (Red+Green+Blue) = 77+51+139=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D338B is #B2CC74. Grayscale: #444444. Windows color (decimal): -11717749 or 9122637. OLE color: 9122637.
HSL color Cylindrical-coordinate representation of color #4D338B: hue angle of 257.73º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D338B is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 51 | 139 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.45 |
| HSL | 257.73º | 0.46% | 0.37% | - |
| HSV(B) | 257.73º | 0.63% | 0.55% | - |
| XYZ | 8.9 | 5.81 | 25.08 | - |
| YUV | 68.81 | 167.61 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 139 | 0.45 | 0.63 | 0 | 0.45 | 257.73 | 0.46 | 0.37 |
| Hex | 4D | 33 | 8B | 2D | 3F | 0 | 2D | 102 | 2E | 25 |
| Octal | 115 | 63 | 213 | 55 | 77 | 0 | 55 | 402 | 56 | 45 |
| Binary | 1001101 | 110011 | 10001011 | 101101 | 111111 | 0 | 101101 | 100000010 | 101110 | 100101 |
Color Harmonies of #4D338B
Complementary color
Monochromatic Colors of #4D338B
Black with #4D338B
Text Example
Text Example
White with #4D338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D338B; }
p { color: rgb(77,51,139); }
H1.HeaderClassName
{
color: #4D338B;
}
.AnyTagClassName
{
color: #4D338B;
}
</style>
background-color css
<style>
a { background-color: #4D338B; }
a { background-color: rgb(77,51,139); }
div.DivClassName
{
background-color: #4D338B;
}
.BgClassName
{
background-color: #4D338B;
}
</style>
border-color css
<style>
span { border-color: #4D338B; }
span { border-color: rgb(77,51,139); }
td.TdClassName
{
border-color: #4D338B;
}
.TagClassName
{
border-color: #4D338B;
}
</style>