Shades of Blue Gem #4D28A7
Tints of Blue Gem #4D28A7
RGB
CMYK
RGB Variations
Color information
#4D28A7 (or 0x4D28A7) is known color: Blue Gem. HEX triplet: 4D, 28 and A7. RGB value is (77,40,167). Sum of RGB (Red+Green+Blue) = 77+40+167=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 167 (65.62% from 255 or 58.80% from 284); Max value from RGB is 167 - color contains mainly: blue. Hex color #4D28A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D28A7 is #B2D758. Grayscale: #414141. Windows color (decimal): -11720537 or 10954829. OLE color: 10954829.
HSL color Cylindrical-coordinate representation of color #4D28A7: hue angle of 257.48º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D28A7 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 40 | 167 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.35 |
| HSL | 257.48º | 0.61% | 0.41% | - |
| HSV(B) | 257.48º | 0.76% | 0.65% | - |
| XYZ | 10.79 | 5.89 | 37.13 | - |
| YUV | 65.54 | 185.26 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 167 | 0.54 | 0.76 | 0 | 0.35 | 257.48 | 0.61 | 0.41 |
| Hex | 4D | 28 | A7 | 36 | 4C | 0 | 23 | 101 | 3D | 29 |
| Octal | 115 | 50 | 247 | 66 | 114 | 0 | 43 | 401 | 75 | 51 |
| Binary | 1001101 | 101000 | 10100111 | 110110 | 1001100 | 0 | 100011 | 100000001 | 111101 | 101001 |
Color Harmonies of #4D28A7
Complementary color
Monochromatic Colors of #4D28A7
Black with #4D28A7
Text Example
Text Example
White with #4D28A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D28A7; }
p { color: rgb(77,40,167); }
H1.HeaderClassName
{
color: #4D28A7;
}
.AnyTagClassName
{
color: #4D28A7;
}
</style>
background-color css
<style>
a { background-color: #4D28A7; }
a { background-color: rgb(77,40,167); }
div.DivClassName
{
background-color: #4D28A7;
}
.BgClassName
{
background-color: #4D28A7;
}
</style>
border-color css
<style>
span { border-color: #4D28A7; }
span { border-color: rgb(77,40,167); }
td.TdClassName
{
border-color: #4D28A7;
}
.TagClassName
{
border-color: #4D28A7;
}
</style>