Shades of Blue Gem #4827A7
Tints of Blue Gem #4827A7
RGB
CMYK
RGB Variations
Color information
#4827A7 (or 0x4827A7) is known color: Blue Gem. HEX triplet: 48, 27 and A7. RGB value is (72,39,167). Sum of RGB (Red+Green+Blue) = 72+39+167=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 167 (65.62% from 255 or 60.07% from 278); Max value from RGB is 167 - color contains mainly: blue. Hex color #4827A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4827A7 is #B7D858. Grayscale: #3E3E3E. Windows color (decimal): -12048473 or 10954568. OLE color: 10954568.
HSL color Cylindrical-coordinate representation of color #4827A7: hue angle of 255.47º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4827A7 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 39 | 167 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.35 |
| HSL | 255.47º | 0.62% | 0.4% | - |
| HSV(B) | 255.47º | 0.77% | 0.65% | - |
| XYZ | 10.37 | 5.62 | 37.1 | - |
| YUV | 63.46 | 186.43 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 39 | 167 | 0.57 | 0.77 | 0 | 0.35 | 255.47 | 0.62 | 0.4 |
| Hex | 48 | 27 | A7 | 39 | 4D | 0 | 23 | FF | 3E | 28 |
| Octal | 110 | 47 | 247 | 71 | 115 | 0 | 43 | 377 | 76 | 50 |
| Binary | 1001000 | 100111 | 10100111 | 111001 | 1001101 | 0 | 100011 | 11111111 | 111110 | 101000 |
Color Harmonies of #4827A7
Complementary color
Monochromatic Colors of #4827A7
Black with #4827A7
Text Example
Text Example
White with #4827A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4827A7; }
p { color: rgb(72,39,167); }
H1.HeaderClassName
{
color: #4827A7;
}
.AnyTagClassName
{
color: #4827A7;
}
</style>
background-color css
<style>
a { background-color: #4827A7; }
a { background-color: rgb(72,39,167); }
div.DivClassName
{
background-color: #4827A7;
}
.BgClassName
{
background-color: #4827A7;
}
</style>
border-color css
<style>
span { border-color: #4827A7; }
span { border-color: rgb(72,39,167); }
td.TdClassName
{
border-color: #4827A7;
}
.TagClassName
{
border-color: #4827A7;
}
</style>