Shades of Blue Gem #4727AD
Tints of Blue Gem #4727AD
RGB
CMYK
RGB Variations
Color information
#4727AD (or 0x4727AD) is known color: Blue Gem. HEX triplet: 47, 27 and AD. RGB value is (71,39,173). Sum of RGB (Red+Green+Blue) = 71+39+173=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #4727AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4727AD is #B8D852. Grayscale: #3F3F3F. Windows color (decimal): -12114003 or 11347783. OLE color: 11347783.
HSL color Cylindrical-coordinate representation of color #4727AD: hue angle of 254.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4727AD is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 39 | 173 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.32 |
| HSL | 254.33º | 0.63% | 0.42% | - |
| HSV(B) | 254.33º | 0.77% | 0.68% | - |
| XYZ | 10.87 | 5.81 | 40.08 | - |
| YUV | 63.84 | 189.6 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 39 | 173 | 0.59 | 0.77 | 0 | 0.32 | 254.33 | 0.63 | 0.42 |
| Hex | 47 | 27 | AD | 3B | 4D | 0 | 20 | FE | 3F | 2A |
| Octal | 107 | 47 | 255 | 73 | 115 | 0 | 40 | 376 | 77 | 52 |
| Binary | 1000111 | 100111 | 10101101 | 111011 | 1001101 | 0 | 100000 | 11111110 | 111111 | 101010 |
Color Harmonies of #4727AD
Complementary color
Monochromatic Colors of #4727AD
Black with #4727AD
Text Example
Text Example
White with #4727AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4727AD; }
p { color: rgb(71,39,173); }
H1.HeaderClassName
{
color: #4727AD;
}
.AnyTagClassName
{
color: #4727AD;
}
</style>
background-color css
<style>
a { background-color: #4727AD; }
a { background-color: rgb(71,39,173); }
div.DivClassName
{
background-color: #4727AD;
}
.BgClassName
{
background-color: #4727AD;
}
</style>
border-color css
<style>
span { border-color: #4727AD; }
span { border-color: rgb(71,39,173); }
td.TdClassName
{
border-color: #4727AD;
}
.TagClassName
{
border-color: #4727AD;
}
</style>