Shades of Blue Gem #4D3DAE
Tints of Blue Gem #4D3DAE
RGB
CMYK
RGB Variations
Color information
#4D3DAE (or 0x4D3DAE) is known color: Blue Gem. HEX triplet: 4D, 3D and AE. RGB value is (77,61,174). Sum of RGB (Red+Green+Blue) = 77+61+174=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D3DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3DAE is #B2C251. Grayscale: #4E4E4E. Windows color (decimal): -11715154 or 11418957. OLE color: 11418957.
HSL color Cylindrical-coordinate representation of color #4D3DAE: hue angle of 248.5º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D3DAE is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 61 | 174 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.32 |
| HSL | 248.5º | 0.48% | 0.46% | - |
| HSV(B) | 248.5º | 0.65% | 0.68% | - |
| XYZ | 12.37 | 7.97 | 40.93 | - |
| YUV | 78.67 | 181.8 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 174 | 0.56 | 0.65 | 0 | 0.32 | 248.5 | 0.48 | 0.46 |
| Hex | 4D | 3D | AE | 38 | 41 | 0 | 20 | F8 | 30 | 2E |
| Octal | 115 | 75 | 256 | 70 | 101 | 0 | 40 | 370 | 60 | 56 |
| Binary | 1001101 | 111101 | 10101110 | 111000 | 1000001 | 0 | 100000 | 11111000 | 110000 | 101110 |
Color Harmonies of #4D3DAE
Complementary color
Monochromatic Colors of #4D3DAE
Black with #4D3DAE
Text Example
Text Example
White with #4D3DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3DAE; }
p { color: rgb(77,61,174); }
H1.HeaderClassName
{
color: #4D3DAE;
}
.AnyTagClassName
{
color: #4D3DAE;
}
</style>
background-color css
<style>
a { background-color: #4D3DAE; }
a { background-color: rgb(77,61,174); }
div.DivClassName
{
background-color: #4D3DAE;
}
.BgClassName
{
background-color: #4D3DAE;
}
</style>
border-color css
<style>
span { border-color: #4D3DAE; }
span { border-color: rgb(77,61,174); }
td.TdClassName
{
border-color: #4D3DAE;
}
.TagClassName
{
border-color: #4D3DAE;
}
</style>