Shades of Blue Gem #4529AC
Tints of Blue Gem #4529AC
RGB
CMYK
RGB Variations
Color information
#4529AC (or 0x4529AC) is known color: Blue Gem. HEX triplet: 45, 29 and AC. RGB value is (69,41,172). Sum of RGB (Red+Green+Blue) = 69+41+172=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #4529AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4529AC is #BAD653. Grayscale: #3F3F3F. Windows color (decimal): -12244564 or 11282757. OLE color: 11282757.
HSL color Cylindrical-coordinate representation of color #4529AC: hue angle of 252.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4529AC is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 41 | 172 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.33 |
| HSL | 252.82º | 0.62% | 0.42% | - |
| HSV(B) | 252.82º | 0.76% | 0.67% | - |
| XYZ | 10.69 | 5.83 | 39.59 | - |
| YUV | 64.31 | 188.78 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 172 | 0.60 | 0.76 | 0 | 0.33 | 252.82 | 0.62 | 0.42 |
| Hex | 45 | 29 | AC | 3C | 4C | 0 | 21 | FD | 3E | 2A |
| Octal | 105 | 51 | 254 | 74 | 114 | 0 | 41 | 375 | 76 | 52 |
| Binary | 1000101 | 101001 | 10101100 | 111100 | 1001100 | 0 | 100001 | 11111101 | 111110 | 101010 |
Color Harmonies of #4529AC
Complementary color
Monochromatic Colors of #4529AC
Black with #4529AC
Text Example
Text Example
White with #4529AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4529AC; }
p { color: rgb(69,41,172); }
H1.HeaderClassName
{
color: #4529AC;
}
.AnyTagClassName
{
color: #4529AC;
}
</style>
background-color css
<style>
a { background-color: #4529AC; }
a { background-color: rgb(69,41,172); }
div.DivClassName
{
background-color: #4529AC;
}
.BgClassName
{
background-color: #4529AC;
}
</style>
border-color css
<style>
span { border-color: #4529AC; }
span { border-color: rgb(69,41,172); }
td.TdClassName
{
border-color: #4529AC;
}
.TagClassName
{
border-color: #4529AC;
}
</style>