Shades of Blue Gem #4D3D8C
Tints of Blue Gem #4D3D8C
RGB
CMYK
RGB Variations
Color information
#4D3D8C (or 0x4D3D8C) is known color: Blue Gem. HEX triplet: 4D, 3D and 8C. RGB value is (77,61,140). Sum of RGB (Red+Green+Blue) = 77+61+140=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D3D8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3D8C is #B2C273. Grayscale: #4A4A4A. Windows color (decimal): -11715188 or 9190733. OLE color: 9190733.
HSL color Cylindrical-coordinate representation of color #4D3D8C: hue angle of 252.15º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D3D8C is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 61 | 140 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.45 |
| HSL | 252.15º | 0.39% | 0.39% | - |
| HSV(B) | 252.15º | 0.56% | 0.55% | - |
| XYZ | 9.46 | 6.81 | 25.63 | - |
| YUV | 74.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 140 | 0.45 | 0.56 | 0 | 0.45 | 252.15 | 0.39 | 0.39 |
| Hex | 4D | 3D | 8C | 2D | 38 | 0 | 2D | FC | 27 | 27 |
| Octal | 115 | 75 | 214 | 55 | 70 | 0 | 55 | 374 | 47 | 47 |
| Binary | 1001101 | 111101 | 10001100 | 101101 | 111000 | 0 | 101101 | 11111100 | 100111 | 100111 |
Color Harmonies of #4D3D8C
Complementary color
Monochromatic Colors of #4D3D8C
Black with #4D3D8C
Text Example
Text Example
White with #4D3D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D8C; }
p { color: rgb(77,61,140); }
H1.HeaderClassName
{
color: #4D3D8C;
}
.AnyTagClassName
{
color: #4D3D8C;
}
</style>
background-color css
<style>
a { background-color: #4D3D8C; }
a { background-color: rgb(77,61,140); }
div.DivClassName
{
background-color: #4D3D8C;
}
.BgClassName
{
background-color: #4D3D8C;
}
</style>
border-color css
<style>
span { border-color: #4D3D8C; }
span { border-color: rgb(77,61,140); }
td.TdClassName
{
border-color: #4D3D8C;
}
.TagClassName
{
border-color: #4D3D8C;
}
</style>