Shades of Blue Gem #4733AB
Tints of Blue Gem #4733AB
RGB
CMYK
RGB Variations
Color information
#4733AB (or 0x4733AB) is known color: Blue Gem. HEX triplet: 47, 33 and AB. RGB value is (71,51,171). Sum of RGB (Red+Green+Blue) = 71+51+171=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #4733AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4733AB is #B8CC54. Grayscale: #464646. Windows color (decimal): -12110933 or 11219783. OLE color: 11219783.
HSL color Cylindrical-coordinate representation of color #4733AB: hue angle of 250º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4733AB is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 51 | 171 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.33 |
| HSL | 250º | 0.54% | 0.44% | - |
| HSV(B) | 250º | 0.7% | 0.67% | - |
| XYZ | 11.13 | 6.65 | 39.22 | - |
| YUV | 70.66 | 184.63 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 171 | 0.58 | 0.70 | 0 | 0.33 | 250 | 0.54 | 0.44 |
| Hex | 47 | 33 | AB | 3A | 46 | 0 | 21 | FA | 36 | 2C |
| Octal | 107 | 63 | 253 | 72 | 106 | 0 | 41 | 372 | 66 | 54 |
| Binary | 1000111 | 110011 | 10101011 | 111010 | 1000110 | 0 | 100001 | 11111010 | 110110 | 101100 |
Color Harmonies of #4733AB
Complementary color
Monochromatic Colors of #4733AB
Black with #4733AB
Text Example
Text Example
White with #4733AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4733AB; }
p { color: rgb(71,51,171); }
H1.HeaderClassName
{
color: #4733AB;
}
.AnyTagClassName
{
color: #4733AB;
}
</style>
background-color css
<style>
a { background-color: #4733AB; }
a { background-color: rgb(71,51,171); }
div.DivClassName
{
background-color: #4733AB;
}
.BgClassName
{
background-color: #4733AB;
}
</style>
border-color css
<style>
span { border-color: #4733AB; }
span { border-color: rgb(71,51,171); }
td.TdClassName
{
border-color: #4733AB;
}
.TagClassName
{
border-color: #4733AB;
}
</style>