Shades of Blue Gem #4D3684
Tints of Blue Gem #4D3684
RGB
CMYK
RGB Variations
Color information
#4D3684 (or 0x4D3684) is known color: Blue Gem. HEX triplet: 4D, 36 and 84. RGB value is (77,54,132). Sum of RGB (Red+Green+Blue) = 77+54+132=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D3684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3684 is #B2C97B. Grayscale: #454545. Windows color (decimal): -11716988 or 8664653. OLE color: 8664653.
HSL color Cylindrical-coordinate representation of color #4D3684: hue angle of 257.69º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D3684 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 54 | 132 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.48 |
| HSL | 257.69º | 0.42% | 0.36% | - |
| HSV(B) | 257.69º | 0.59% | 0.52% | - |
| XYZ | 8.54 | 5.88 | 22.51 | - |
| YUV | 69.77 | 163.12 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 132 | 0.42 | 0.59 | 0 | 0.48 | 257.69 | 0.42 | 0.36 |
| Hex | 4D | 36 | 84 | 2A | 3B | 0 | 30 | 102 | 2A | 24 |
| Octal | 115 | 66 | 204 | 52 | 73 | 0 | 60 | 402 | 52 | 44 |
| Binary | 1001101 | 110110 | 10000100 | 101010 | 111011 | 0 | 110000 | 100000010 | 101010 | 100100 |
Color Harmonies of #4D3684
Complementary color
Monochromatic Colors of #4D3684
Black with #4D3684
Text Example
Text Example
White with #4D3684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3684; }
p { color: rgb(77,54,132); }
H1.HeaderClassName
{
color: #4D3684;
}
.AnyTagClassName
{
color: #4D3684;
}
</style>
background-color css
<style>
a { background-color: #4D3684; }
a { background-color: rgb(77,54,132); }
div.DivClassName
{
background-color: #4D3684;
}
.BgClassName
{
background-color: #4D3684;
}
</style>
border-color css
<style>
span { border-color: #4D3684; }
span { border-color: rgb(77,54,132); }
td.TdClassName
{
border-color: #4D3684;
}
.TagClassName
{
border-color: #4D3684;
}
</style>