Shades of Blue Gem #4825AB
Tints of Blue Gem #4825AB
RGB
CMYK
RGB Variations
Color information
#4825AB (or 0x4825AB) is known color: Blue Gem. HEX triplet: 48, 25 and AB. RGB value is (72,37,171). Sum of RGB (Red+Green+Blue) = 72+37+171=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #4825AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4825AB is #B7DA54. Grayscale: #3E3E3E. Windows color (decimal): -12048981 or 11216200. OLE color: 11216200.
HSL color Cylindrical-coordinate representation of color #4825AB: hue angle of 255.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4825AB is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 37 | 171 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.33 |
| HSL | 255.67º | 0.64% | 0.41% | - |
| HSV(B) | 255.67º | 0.78% | 0.67% | - |
| XYZ | 10.68 | 5.64 | 39.05 | - |
| YUV | 62.74 | 189.1 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 171 | 0.58 | 0.78 | 0 | 0.33 | 255.67 | 0.64 | 0.41 |
| Hex | 48 | 25 | AB | 3A | 4E | 0 | 21 | 100 | 40 | 29 |
| Octal | 110 | 45 | 253 | 72 | 116 | 0 | 41 | 400 | 100 | 51 |
| Binary | 1001000 | 100101 | 10101011 | 111010 | 1001110 | 0 | 100001 | 100000000 | 1000000 | 101001 |
Color Harmonies of #4825AB
Complementary color
Monochromatic Colors of #4825AB
Black with #4825AB
Text Example
Text Example
White with #4825AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4825AB; }
p { color: rgb(72,37,171); }
H1.HeaderClassName
{
color: #4825AB;
}
.AnyTagClassName
{
color: #4825AB;
}
</style>
background-color css
<style>
a { background-color: #4825AB; }
a { background-color: rgb(72,37,171); }
div.DivClassName
{
background-color: #4825AB;
}
.BgClassName
{
background-color: #4825AB;
}
</style>
border-color css
<style>
span { border-color: #4825AB; }
span { border-color: rgb(72,37,171); }
td.TdClassName
{
border-color: #4825AB;
}
.TagClassName
{
border-color: #4825AB;
}
</style>