Shades of Blue Gem #4733AA
Tints of Blue Gem #4733AA
RGB
CMYK
RGB Variations
Color information
#4733AA (or 0x4733AA) is known color: Blue Gem. HEX triplet: 47, 33 and AA. RGB value is (71,51,170). Sum of RGB (Red+Green+Blue) = 71+51+170=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #4733AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4733AA is #B8CC55. Grayscale: #464646. Windows color (decimal): -12110934 or 11154247. OLE color: 11154247.
HSL color Cylindrical-coordinate representation of color #4733AA: hue angle of 250.08º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4733AA is Cyan = 0.58, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 51 | 170 | - |
| CMYK | 0.58 | 0.7 | 0 | 0.33 |
| HSL | 250.08º | 0.54% | 0.43% | - |
| HSV(B) | 250.08º | 0.7% | 0.67% | - |
| XYZ | 11.04 | 6.61 | 38.72 | - |
| YUV | 70.55 | 184.13 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 170 | 0.58 | 0.7 | 0 | 0.33 | 250.08 | 0.54 | 0.43 |
| Hex | 47 | 33 | AA | 3A | 46 | 0 | 21 | FA | 36 | 2B |
| Octal | 107 | 63 | 252 | 72 | 106 | 0 | 41 | 372 | 66 | 53 |
| Binary | 1000111 | 110011 | 10101010 | 111010 | 1000110 | 0 | 100001 | 11111010 | 110110 | 101011 |
Color Harmonies of #4733AA
Complementary color
Monochromatic Colors of #4733AA
Black with #4733AA
Text Example
Text Example
White with #4733AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4733AA; }
p { color: rgb(71,51,170); }
H1.HeaderClassName
{
color: #4733AA;
}
.AnyTagClassName
{
color: #4733AA;
}
</style>
background-color css
<style>
a { background-color: #4733AA; }
a { background-color: rgb(71,51,170); }
div.DivClassName
{
background-color: #4733AA;
}
.BgClassName
{
background-color: #4733AA;
}
</style>
border-color css
<style>
span { border-color: #4733AA; }
span { border-color: rgb(71,51,170); }
td.TdClassName
{
border-color: #4733AA;
}
.TagClassName
{
border-color: #4733AA;
}
</style>