Shades of Blue Gem #4D348A
Tints of Blue Gem #4D348A
RGB
CMYK
RGB Variations
Color information
#4D348A (or 0x4D348A) is known color: Blue Gem. HEX triplet: 4D, 34 and 8A. RGB value is (77,52,138). Sum of RGB (Red+Green+Blue) = 77+52+138=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D348A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D348A is #B2CB75. Grayscale: #444444. Windows color (decimal): -11717494 or 9057357. OLE color: 9057357.
HSL color Cylindrical-coordinate representation of color #4D348A: hue angle of 257.44º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D348A is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 52 | 138 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.46 |
| HSL | 257.44º | 0.45% | 0.37% | - |
| HSV(B) | 257.44º | 0.62% | 0.54% | - |
| XYZ | 8.88 | 5.87 | 24.71 | - |
| YUV | 69.28 | 166.78 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 138 | 0.44 | 0.62 | 0 | 0.46 | 257.44 | 0.45 | 0.37 |
| Hex | 4D | 34 | 8A | 2C | 3E | 0 | 2E | 101 | 2D | 25 |
| Octal | 115 | 64 | 212 | 54 | 76 | 0 | 56 | 401 | 55 | 45 |
| Binary | 1001101 | 110100 | 10001010 | 101100 | 111110 | 0 | 101110 | 100000001 | 101101 | 100101 |
Color Harmonies of #4D348A
Complementary color
Monochromatic Colors of #4D348A
Black with #4D348A
Text Example
Text Example
White with #4D348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D348A; }
p { color: rgb(77,52,138); }
H1.HeaderClassName
{
color: #4D348A;
}
.AnyTagClassName
{
color: #4D348A;
}
</style>
background-color css
<style>
a { background-color: #4D348A; }
a { background-color: rgb(77,52,138); }
div.DivClassName
{
background-color: #4D348A;
}
.BgClassName
{
background-color: #4D348A;
}
</style>
border-color css
<style>
span { border-color: #4D348A; }
span { border-color: rgb(77,52,138); }
td.TdClassName
{
border-color: #4D348A;
}
.TagClassName
{
border-color: #4D348A;
}
</style>