Shades of Blue Gem #4D3D8A
Tints of Blue Gem #4D3D8A
RGB
CMYK
RGB Variations
Color information
#4D3D8A (or 0x4D3D8A) is known color: Blue Gem. HEX triplet: 4D, 3D and 8A. RGB value is (77,61,138). Sum of RGB (Red+Green+Blue) = 77+61+138=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D3D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3D8A is #B2C275. Grayscale: #4A4A4A. Windows color (decimal): -11715190 or 9059661. OLE color: 9059661.
HSL color Cylindrical-coordinate representation of color #4D3D8A: hue angle of 252.47º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D3D8A is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 61 | 138 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.46 |
| HSL | 252.47º | 0.39% | 0.39% | - |
| HSV(B) | 252.47º | 0.56% | 0.54% | - |
| XYZ | 9.32 | 6.75 | 24.86 | - |
| YUV | 74.56 | 163.8 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 138 | 0.44 | 0.56 | 0 | 0.46 | 252.47 | 0.39 | 0.39 |
| Hex | 4D | 3D | 8A | 2C | 38 | 0 | 2E | FC | 27 | 27 |
| Octal | 115 | 75 | 212 | 54 | 70 | 0 | 56 | 374 | 47 | 47 |
| Binary | 1001101 | 111101 | 10001010 | 101100 | 111000 | 0 | 101110 | 11111100 | 100111 | 100111 |
Color Harmonies of #4D3D8A
Complementary color
Monochromatic Colors of #4D3D8A
Black with #4D3D8A
Text Example
Text Example
White with #4D3D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D8A; }
p { color: rgb(77,61,138); }
H1.HeaderClassName
{
color: #4D3D8A;
}
.AnyTagClassName
{
color: #4D3D8A;
}
</style>
background-color css
<style>
a { background-color: #4D3D8A; }
a { background-color: rgb(77,61,138); }
div.DivClassName
{
background-color: #4D3D8A;
}
.BgClassName
{
background-color: #4D3D8A;
}
</style>
border-color css
<style>
span { border-color: #4D3D8A; }
span { border-color: rgb(77,61,138); }
td.TdClassName
{
border-color: #4D3D8A;
}
.TagClassName
{
border-color: #4D3D8A;
}
</style>