Shades of Blue Gem #4723A0
Tints of Blue Gem #4723A0
RGB
CMYK
RGB Variations
Color information
#4723A0 (or 0x4723A0) is known color: Blue Gem. HEX triplet: 47, 23 and A0. RGB value is (71,35,160). Sum of RGB (Red+Green+Blue) = 71+35+160=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 160 (62.89% from 255 or 60.15% from 266); Max value from RGB is 160 - color contains mainly: blue. Hex color #4723A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4723A0 is #B8DC5F. Grayscale: #3B3B3B. Windows color (decimal): -12115040 or 10494791. OLE color: 10494791.
HSL color Cylindrical-coordinate representation of color #4723A0: hue angle of 257.28º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4723A0 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 35 | 160 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.37 |
| HSL | 257.28º | 0.64% | 0.38% | - |
| HSV(B) | 257.28º | 0.78% | 0.63% | - |
| XYZ | 9.54 | 5.08 | 33.74 | - |
| YUV | 60.01 | 184.43 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 35 | 160 | 0.56 | 0.78 | 0 | 0.37 | 257.28 | 0.64 | 0.38 |
| Hex | 47 | 23 | A0 | 38 | 4E | 0 | 25 | 101 | 40 | 26 |
| Octal | 107 | 43 | 240 | 70 | 116 | 0 | 45 | 401 | 100 | 46 |
| Binary | 1000111 | 100011 | 10100000 | 111000 | 1001110 | 0 | 100101 | 100000001 | 1000000 | 100110 |
Color Harmonies of #4723A0
Complementary color
Monochromatic Colors of #4723A0
Black with #4723A0
Text Example
Text Example
White with #4723A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4723A0; }
p { color: rgb(71,35,160); }
H1.HeaderClassName
{
color: #4723A0;
}
.AnyTagClassName
{
color: #4723A0;
}
</style>
background-color css
<style>
a { background-color: #4723A0; }
a { background-color: rgb(71,35,160); }
div.DivClassName
{
background-color: #4723A0;
}
.BgClassName
{
background-color: #4723A0;
}
</style>
border-color css
<style>
span { border-color: #4723A0; }
span { border-color: rgb(71,35,160); }
td.TdClassName
{
border-color: #4723A0;
}
.TagClassName
{
border-color: #4723A0;
}
</style>