Shades of Blue Gem #4D348F
Tints of Blue Gem #4D348F
RGB
CMYK
RGB Variations
Color information
#4D348F (or 0x4D348F) is known color: Blue Gem. HEX triplet: 4D, 34 and 8F. RGB value is (77,52,143). Sum of RGB (Red+Green+Blue) = 77+52+143=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #4D348F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D348F is #B2CB70. Grayscale: #454545. Windows color (decimal): -11717489 or 9385037. OLE color: 9385037.
HSL color Cylindrical-coordinate representation of color #4D348F: hue angle of 256.48º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D348F is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 52 | 143 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.44 |
| HSL | 256.48º | 0.47% | 0.38% | - |
| HSV(B) | 256.48º | 0.64% | 0.56% | - |
| XYZ | 9.25 | 6.02 | 26.66 | - |
| YUV | 69.85 | 169.28 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 143 | 0.46 | 0.64 | 0 | 0.44 | 256.48 | 0.47 | 0.38 |
| Hex | 4D | 34 | 8F | 2E | 40 | 0 | 2C | 100 | 2F | 26 |
| Octal | 115 | 64 | 217 | 56 | 100 | 0 | 54 | 400 | 57 | 46 |
| Binary | 1001101 | 110100 | 10001111 | 101110 | 1000000 | 0 | 101100 | 100000000 | 101111 | 100110 |
Color Harmonies of #4D348F
Complementary color
Monochromatic Colors of #4D348F
Black with #4D348F
Text Example
Text Example
White with #4D348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D348F; }
p { color: rgb(77,52,143); }
H1.HeaderClassName
{
color: #4D348F;
}
.AnyTagClassName
{
color: #4D348F;
}
</style>
background-color css
<style>
a { background-color: #4D348F; }
a { background-color: rgb(77,52,143); }
div.DivClassName
{
background-color: #4D348F;
}
.BgClassName
{
background-color: #4D348F;
}
</style>
border-color css
<style>
span { border-color: #4D348F; }
span { border-color: rgb(77,52,143); }
td.TdClassName
{
border-color: #4D348F;
}
.TagClassName
{
border-color: #4D348F;
}
</style>