Shades of Blue Gem #4533AB
Tints of Blue Gem #4533AB
RGB
CMYK
RGB Variations
Color information
#4533AB (or 0x4533AB) is known color: Blue Gem. HEX triplet: 45, 33 and AB. RGB value is (69,51,171). Sum of RGB (Red+Green+Blue) = 69+51+171=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #4533AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4533AB is #BACC54. Grayscale: #454545. Windows color (decimal): -12242005 or 11219781. OLE color: 11219781.
HSL color Cylindrical-coordinate representation of color #4533AB: hue angle of 249º 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 #4533AB is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 51 | 171 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.33 |
| HSL | 249º | 0.54% | 0.44% | - |
| HSV(B) | 249º | 0.7% | 0.67% | - |
| XYZ | 10.99 | 6.57 | 39.22 | - |
| YUV | 70.06 | 184.96 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 171 | 0.60 | 0.70 | 0 | 0.33 | 249 | 0.54 | 0.44 |
| Hex | 45 | 33 | AB | 3C | 46 | 0 | 21 | F9 | 36 | 2C |
| Octal | 105 | 63 | 253 | 74 | 106 | 0 | 41 | 371 | 66 | 54 |
| Binary | 1000101 | 110011 | 10101011 | 111100 | 1000110 | 0 | 100001 | 11111001 | 110110 | 101100 |
Color Harmonies of #4533AB
Complementary color
Monochromatic Colors of #4533AB
Black with #4533AB
Text Example
Text Example
White with #4533AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4533AB; }
p { color: rgb(69,51,171); }
H1.HeaderClassName
{
color: #4533AB;
}
.AnyTagClassName
{
color: #4533AB;
}
</style>
background-color css
<style>
a { background-color: #4533AB; }
a { background-color: rgb(69,51,171); }
div.DivClassName
{
background-color: #4533AB;
}
.BgClassName
{
background-color: #4533AB;
}
</style>
border-color css
<style>
span { border-color: #4533AB; }
span { border-color: rgb(69,51,171); }
td.TdClassName
{
border-color: #4533AB;
}
.TagClassName
{
border-color: #4533AB;
}
</style>