Shades of Blue Gem #4D35AD
Tints of Blue Gem #4D35AD
RGB
CMYK
RGB Variations
Color information
#4D35AD (or 0x4D35AD) is known color: Blue Gem. HEX triplet: 4D, 35 and AD. RGB value is (77,53,173). Sum of RGB (Red+Green+Blue) = 77+53+173=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D35AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D35AD is #B2CA52. Grayscale: #494949. Windows color (decimal): -11717203 or 11351373. OLE color: 11351373.
HSL color Cylindrical-coordinate representation of color #4D35AD: hue angle of 252º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D35AD is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 53 | 173 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.32 |
| HSL | 252º | 0.53% | 0.44% | - |
| HSV(B) | 252º | 0.69% | 0.68% | - |
| XYZ | 11.88 | 7.14 | 40.29 | - |
| YUV | 73.86 | 183.95 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 173 | 0.55 | 0.69 | 0 | 0.32 | 252 | 0.53 | 0.44 |
| Hex | 4D | 35 | AD | 37 | 45 | 0 | 20 | FC | 35 | 2C |
| Octal | 115 | 65 | 255 | 67 | 105 | 0 | 40 | 374 | 65 | 54 |
| Binary | 1001101 | 110101 | 10101101 | 110111 | 1000101 | 0 | 100000 | 11111100 | 110101 | 101100 |
Color Harmonies of #4D35AD
Complementary color
Monochromatic Colors of #4D35AD
Black with #4D35AD
Text Example
Text Example
White with #4D35AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D35AD; }
p { color: rgb(77,53,173); }
H1.HeaderClassName
{
color: #4D35AD;
}
.AnyTagClassName
{
color: #4D35AD;
}
</style>
background-color css
<style>
a { background-color: #4D35AD; }
a { background-color: rgb(77,53,173); }
div.DivClassName
{
background-color: #4D35AD;
}
.BgClassName
{
background-color: #4D35AD;
}
</style>
border-color css
<style>
span { border-color: #4D35AD; }
span { border-color: rgb(77,53,173); }
td.TdClassName
{
border-color: #4D35AD;
}
.TagClassName
{
border-color: #4D35AD;
}
</style>