Shades of Blue Gem #4528AB
Tints of Blue Gem #4528AB
RGB
CMYK
RGB Variations
Color information
#4528AB (or 0x4528AB) is known color: Blue Gem. HEX triplet: 45, 28 and AB. RGB value is (69,40,171). Sum of RGB (Red+Green+Blue) = 69+40+171=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #4528AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4528AB is #BAD754. Grayscale: #3F3F3F. Windows color (decimal): -12244821 or 11216965. OLE color: 11216965.
HSL color Cylindrical-coordinate representation of color #4528AB: hue angle of 253.28º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4528AB is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 40 | 171 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.33 |
| HSL | 253.28º | 0.62% | 0.41% | - |
| HSV(B) | 253.28º | 0.77% | 0.67% | - |
| XYZ | 10.56 | 5.72 | 39.08 | - |
| YUV | 63.61 | 188.61 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 171 | 0.60 | 0.77 | 0 | 0.33 | 253.28 | 0.62 | 0.41 |
| Hex | 45 | 28 | AB | 3C | 4D | 0 | 21 | FD | 3E | 29 |
| Octal | 105 | 50 | 253 | 74 | 115 | 0 | 41 | 375 | 76 | 51 |
| Binary | 1000101 | 101000 | 10101011 | 111100 | 1001101 | 0 | 100001 | 11111101 | 111110 | 101001 |
Color Harmonies of #4528AB
Complementary color
Monochromatic Colors of #4528AB
Black with #4528AB
Text Example
Text Example
White with #4528AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4528AB; }
p { color: rgb(69,40,171); }
H1.HeaderClassName
{
color: #4528AB;
}
.AnyTagClassName
{
color: #4528AB;
}
</style>
background-color css
<style>
a { background-color: #4528AB; }
a { background-color: rgb(69,40,171); }
div.DivClassName
{
background-color: #4528AB;
}
.BgClassName
{
background-color: #4528AB;
}
</style>
border-color css
<style>
span { border-color: #4528AB; }
span { border-color: rgb(69,40,171); }
td.TdClassName
{
border-color: #4528AB;
}
.TagClassName
{
border-color: #4528AB;
}
</style>