Shades of Blue Gem #4527AD
Tints of Blue Gem #4527AD
RGB
CMYK
RGB Variations
Color information
#4527AD (or 0x4527AD) is known color: Blue Gem. HEX triplet: 45, 27 and AD. RGB value is (69,39,173). Sum of RGB (Red+Green+Blue) = 69+39+173=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #4527AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4527AD is #BAD852. Grayscale: #3E3E3E. Windows color (decimal): -12245075 or 11347781. OLE color: 11347781.
HSL color Cylindrical-coordinate representation of color #4527AD: hue angle of 253.43º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4527AD is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 39 | 173 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.32 |
| HSL | 253.43º | 0.63% | 0.42% | - |
| HSV(B) | 253.43º | 0.77% | 0.68% | - |
| XYZ | 10.72 | 5.73 | 40.08 | - |
| YUV | 63.25 | 189.94 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 173 | 0.60 | 0.77 | 0 | 0.32 | 253.43 | 0.63 | 0.42 |
| Hex | 45 | 27 | AD | 3C | 4D | 0 | 20 | FD | 3F | 2A |
| Octal | 105 | 47 | 255 | 74 | 115 | 0 | 40 | 375 | 77 | 52 |
| Binary | 1000101 | 100111 | 10101101 | 111100 | 1001101 | 0 | 100000 | 11111101 | 111111 | 101010 |
Color Harmonies of #4527AD
Complementary color
Monochromatic Colors of #4527AD
Black with #4527AD
Text Example
Text Example
White with #4527AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4527AD; }
p { color: rgb(69,39,173); }
H1.HeaderClassName
{
color: #4527AD;
}
.AnyTagClassName
{
color: #4527AD;
}
</style>
background-color css
<style>
a { background-color: #4527AD; }
a { background-color: rgb(69,39,173); }
div.DivClassName
{
background-color: #4527AD;
}
.BgClassName
{
background-color: #4527AD;
}
</style>
border-color css
<style>
span { border-color: #4527AD; }
span { border-color: rgb(69,39,173); }
td.TdClassName
{
border-color: #4527AD;
}
.TagClassName
{
border-color: #4527AD;
}
</style>