Shades of Blue Gem #4528AA
Tints of Blue Gem #4528AA
RGB
CMYK
RGB Variations
Color information
#4528AA (or 0x4528AA) is known color: Blue Gem. HEX triplet: 45, 28 and AA. RGB value is (69,40,170). Sum of RGB (Red+Green+Blue) = 69+40+170=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #4528AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4528AA is #BAD755. Grayscale: #3F3F3F. Windows color (decimal): -12244822 or 11151429. OLE color: 11151429.
HSL color Cylindrical-coordinate representation of color #4528AA: hue angle of 253.38º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4528AA is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 40 | 170 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.33 |
| HSL | 253.38º | 0.62% | 0.41% | - |
| HSV(B) | 253.38º | 0.76% | 0.67% | - |
| XYZ | 10.47 | 5.69 | 38.58 | - |
| YUV | 63.49 | 188.11 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 170 | 0.59 | 0.76 | 0 | 0.33 | 253.38 | 0.62 | 0.41 |
| Hex | 45 | 28 | AA | 3B | 4C | 0 | 21 | FD | 3E | 29 |
| Octal | 105 | 50 | 252 | 73 | 114 | 0 | 41 | 375 | 76 | 51 |
| Binary | 1000101 | 101000 | 10101010 | 111011 | 1001100 | 0 | 100001 | 11111101 | 111110 | 101001 |
Color Harmonies of #4528AA
Complementary color
Monochromatic Colors of #4528AA
Black with #4528AA
Text Example
Text Example
White with #4528AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4528AA; }
p { color: rgb(69,40,170); }
H1.HeaderClassName
{
color: #4528AA;
}
.AnyTagClassName
{
color: #4528AA;
}
</style>
background-color css
<style>
a { background-color: #4528AA; }
a { background-color: rgb(69,40,170); }
div.DivClassName
{
background-color: #4528AA;
}
.BgClassName
{
background-color: #4528AA;
}
</style>
border-color css
<style>
span { border-color: #4528AA; }
span { border-color: rgb(69,40,170); }
td.TdClassName
{
border-color: #4528AA;
}
.TagClassName
{
border-color: #4528AA;
}
</style>