Shades of Blue Gem #4827AB
Tints of Blue Gem #4827AB
RGB
CMYK
RGB Variations
Color information
#4827AB (or 0x4827AB) is known color: Blue Gem. HEX triplet: 48, 27 and AB. RGB value is (72,39,171). Sum of RGB (Red+Green+Blue) = 72+39+171=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #4827AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4827AB is #B7D854. Grayscale: #3F3F3F. Windows color (decimal): -12048469 or 11216712. OLE color: 11216712.
HSL color Cylindrical-coordinate representation of color #4827AB: hue angle of 255º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4827AB is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 39 | 171 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.33 |
| HSL | 255º | 0.63% | 0.41% | - |
| HSV(B) | 255º | 0.77% | 0.67% | - |
| XYZ | 10.75 | 5.77 | 39.08 | - |
| YUV | 63.92 | 188.43 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 39 | 171 | 0.58 | 0.77 | 0 | 0.33 | 255 | 0.63 | 0.41 |
| Hex | 48 | 27 | AB | 3A | 4D | 0 | 21 | FF | 3F | 29 |
| Octal | 110 | 47 | 253 | 72 | 115 | 0 | 41 | 377 | 77 | 51 |
| Binary | 1001000 | 100111 | 10101011 | 111010 | 1001101 | 0 | 100001 | 11111111 | 111111 | 101001 |
Color Harmonies of #4827AB
Complementary color
Monochromatic Colors of #4827AB
Black with #4827AB
Text Example
Text Example
White with #4827AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4827AB; }
p { color: rgb(72,39,171); }
H1.HeaderClassName
{
color: #4827AB;
}
.AnyTagClassName
{
color: #4827AB;
}
</style>
background-color css
<style>
a { background-color: #4827AB; }
a { background-color: rgb(72,39,171); }
div.DivClassName
{
background-color: #4827AB;
}
.BgClassName
{
background-color: #4827AB;
}
</style>
border-color css
<style>
span { border-color: #4827AB; }
span { border-color: rgb(72,39,171); }
td.TdClassName
{
border-color: #4827AB;
}
.TagClassName
{
border-color: #4827AB;
}
</style>