Shades of Blue Gem #4733AD
Tints of Blue Gem #4733AD
RGB
CMYK
RGB Variations
Color information
#4733AD (or 0x4733AD) is known color: Blue Gem. HEX triplet: 47, 33 and AD. RGB value is (71,51,173). Sum of RGB (Red+Green+Blue) = 71+51+173=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #4733AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4733AD is #B8CC52. Grayscale: #464646. Windows color (decimal): -12110931 or 11350855. OLE color: 11350855.
HSL color Cylindrical-coordinate representation of color #4733AD: hue angle of 249.84º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4733AD is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 51 | 173 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.32 |
| HSL | 249.84º | 0.54% | 0.44% | - |
| HSV(B) | 249.84º | 0.71% | 0.68% | - |
| XYZ | 11.33 | 6.72 | 40.24 | - |
| YUV | 70.89 | 185.63 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 173 | 0.59 | 0.71 | 0 | 0.32 | 249.84 | 0.54 | 0.44 |
| Hex | 47 | 33 | AD | 3B | 47 | 0 | 20 | FA | 36 | 2C |
| Octal | 107 | 63 | 255 | 73 | 107 | 0 | 40 | 372 | 66 | 54 |
| Binary | 1000111 | 110011 | 10101101 | 111011 | 1000111 | 0 | 100000 | 11111010 | 110110 | 101100 |
Color Harmonies of #4733AD
Complementary color
Monochromatic Colors of #4733AD
Black with #4733AD
Text Example
Text Example
White with #4733AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4733AD; }
p { color: rgb(71,51,173); }
H1.HeaderClassName
{
color: #4733AD;
}
.AnyTagClassName
{
color: #4733AD;
}
</style>
background-color css
<style>
a { background-color: #4733AD; }
a { background-color: rgb(71,51,173); }
div.DivClassName
{
background-color: #4733AD;
}
.BgClassName
{
background-color: #4733AD;
}
</style>
border-color css
<style>
span { border-color: #4733AD; }
span { border-color: rgb(71,51,173); }
td.TdClassName
{
border-color: #4733AD;
}
.TagClassName
{
border-color: #4733AD;
}
</style>