Shades of Blue Gem #4527A0
Tints of Blue Gem #4527A0
RGB
CMYK
RGB Variations
Color information
#4527A0 (or 0x4527A0) is known color: Blue Gem. HEX triplet: 45, 27 and A0. RGB value is (69,39,160). Sum of RGB (Red+Green+Blue) = 69+39+160=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 160 (62.89% from 255 or 59.70% from 268); Max value from RGB is 160 - color contains mainly: blue. Hex color #4527A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4527A0 is #BAD85F. Grayscale: #3D3D3D. Windows color (decimal): -12245088 or 10495813. OLE color: 10495813.
HSL color Cylindrical-coordinate representation of color #4527A0: hue angle of 254.88º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4527A0 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 39 | 160 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.37 |
| HSL | 254.88º | 0.61% | 0.39% | - |
| HSV(B) | 254.88º | 0.76% | 0.63% | - |
| XYZ | 9.52 | 5.25 | 33.77 | - |
| YUV | 61.76 | 183.44 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 160 | 0.57 | 0.76 | 0 | 0.37 | 254.88 | 0.61 | 0.39 |
| Hex | 45 | 27 | A0 | 39 | 4C | 0 | 25 | FF | 3D | 27 |
| Octal | 105 | 47 | 240 | 71 | 114 | 0 | 45 | 377 | 75 | 47 |
| Binary | 1000101 | 100111 | 10100000 | 111001 | 1001100 | 0 | 100101 | 11111111 | 111101 | 100111 |
Color Harmonies of #4527A0
Complementary color
Monochromatic Colors of #4527A0
Black with #4527A0
Text Example
Text Example
White with #4527A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4527A0; }
p { color: rgb(69,39,160); }
H1.HeaderClassName
{
color: #4527A0;
}
.AnyTagClassName
{
color: #4527A0;
}
</style>
background-color css
<style>
a { background-color: #4527A0; }
a { background-color: rgb(69,39,160); }
div.DivClassName
{
background-color: #4527A0;
}
.BgClassName
{
background-color: #4527A0;
}
</style>
border-color css
<style>
span { border-color: #4527A0; }
span { border-color: rgb(69,39,160); }
td.TdClassName
{
border-color: #4527A0;
}
.TagClassName
{
border-color: #4527A0;
}
</style>