Shades of Blue Gem #4819A4
Tints of Blue Gem #4819A4
RGB
CMYK
RGB Variations
Color information
#4819A4 (or 0x4819A4) is known color: Blue Gem. HEX triplet: 48, 19 and A4. RGB value is (72,25,164). Sum of RGB (Red+Green+Blue) = 72+25+164=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 164 (64.45% from 255 or 62.84% from 261); Max value from RGB is 164 - color contains mainly: blue. Hex color #4819A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4819A4 is #B7E65B. Grayscale: #363636. Windows color (decimal): -12052060 or 10754376. OLE color: 10754376.
HSL color Cylindrical-coordinate representation of color #4819A4: hue angle of 260.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4819A4 is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 25 | 164 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.36 |
| HSL | 260.29º | 0.74% | 0.37% | - |
| HSV(B) | 260.29º | 0.85% | 0.64% | - |
| XYZ | 9.72 | 4.75 | 35.53 | - |
| YUV | 54.9 | 189.57 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 164 | 0.56 | 0.85 | 0 | 0.36 | 260.29 | 0.74 | 0.37 |
| Hex | 48 | 19 | A4 | 38 | 55 | 0 | 24 | 104 | 4A | 25 |
| Octal | 110 | 31 | 244 | 70 | 125 | 0 | 44 | 404 | 112 | 45 |
| Binary | 1001000 | 11001 | 10100100 | 111000 | 1010101 | 0 | 100100 | 100000100 | 1001010 | 100101 |
Color Harmonies of #4819A4
Complementary color
Monochromatic Colors of #4819A4
Black with #4819A4
Text Example
Text Example
White with #4819A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4819A4; }
p { color: rgb(72,25,164); }
H1.HeaderClassName
{
color: #4819A4;
}
.AnyTagClassName
{
color: #4819A4;
}
</style>
background-color css
<style>
a { background-color: #4819A4; }
a { background-color: rgb(72,25,164); }
div.DivClassName
{
background-color: #4819A4;
}
.BgClassName
{
background-color: #4819A4;
}
</style>
border-color css
<style>
span { border-color: #4819A4; }
span { border-color: rgb(72,25,164); }
td.TdClassName
{
border-color: #4819A4;
}
.TagClassName
{
border-color: #4819A4;
}
</style>