Shades of Blue Gem #4D3D91
Tints of Blue Gem #4D3D91
RGB
CMYK
RGB Variations
Color information
#4D3D91 (or 0x4D3D91) is known color: Blue Gem. HEX triplet: 4D, 3D and 91. RGB value is (77,61,145). Sum of RGB (Red+Green+Blue) = 77+61+145=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D3D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3D91 is #B2C26E. Grayscale: #4B4B4B. Windows color (decimal): -11715183 or 9518413. OLE color: 9518413.
HSL color Cylindrical-coordinate representation of color #4D3D91: hue angle of 251.43º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D3D91 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 61 | 145 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.43 |
| HSL | 251.43º | 0.41% | 0.4% | - |
| HSV(B) | 251.43º | 0.58% | 0.57% | - |
| XYZ | 9.84 | 6.96 | 27.61 | - |
| YUV | 75.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 145 | 0.47 | 0.58 | 0 | 0.43 | 251.43 | 0.41 | 0.4 |
| Hex | 4D | 3D | 91 | 2F | 3A | 0 | 2B | FB | 29 | 28 |
| Octal | 115 | 75 | 221 | 57 | 72 | 0 | 53 | 373 | 51 | 50 |
| Binary | 1001101 | 111101 | 10010001 | 101111 | 111010 | 0 | 101011 | 11111011 | 101001 | 101000 |
Color Harmonies of #4D3D91
Complementary color
Monochromatic Colors of #4D3D91
Black with #4D3D91
Text Example
Text Example
White with #4D3D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D91; }
p { color: rgb(77,61,145); }
H1.HeaderClassName
{
color: #4D3D91;
}
.AnyTagClassName
{
color: #4D3D91;
}
</style>
background-color css
<style>
a { background-color: #4D3D91; }
a { background-color: rgb(77,61,145); }
div.DivClassName
{
background-color: #4D3D91;
}
.BgClassName
{
background-color: #4D3D91;
}
</style>
border-color css
<style>
span { border-color: #4D3D91; }
span { border-color: rgb(77,61,145); }
td.TdClassName
{
border-color: #4D3D91;
}
.TagClassName
{
border-color: #4D3D91;
}
</style>