Shades of Blue Gem #481BA2
Tints of Blue Gem #481BA2
RGB
CMYK
RGB Variations
Color information
#481BA2 (or 0x481BA2) is known color: Blue Gem. HEX triplet: 48, 1B and A2. RGB value is (72,27,162). Sum of RGB (Red+Green+Blue) = 72+27+162=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 162 (63.67% from 255 or 62.07% from 261); Max value from RGB is 162 - color contains mainly: blue. Hex color #481BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481BA2 is #B7E45D. Grayscale: #373737. Windows color (decimal): -12051550 or 10623816. OLE color: 10623816.
HSL color Cylindrical-coordinate representation of color #481BA2: hue angle of 260º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481BA2 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 27 | 162 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.36 |
| HSL | 260º | 0.71% | 0.37% | - |
| HSV(B) | 260º | 0.83% | 0.64% | - |
| XYZ | 9.59 | 4.77 | 34.6 | - |
| YUV | 55.85 | 187.91 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 162 | 0.56 | 0.83 | 0 | 0.36 | 260 | 0.71 | 0.37 |
| Hex | 48 | 1B | A2 | 38 | 53 | 0 | 24 | 104 | 47 | 25 |
| Octal | 110 | 33 | 242 | 70 | 123 | 0 | 44 | 404 | 107 | 45 |
| Binary | 1001000 | 11011 | 10100010 | 111000 | 1010011 | 0 | 100100 | 100000100 | 1000111 | 100101 |
Color Harmonies of #481BA2
Complementary color
Monochromatic Colors of #481BA2
Black with #481BA2
Text Example
Text Example
White with #481BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481BA2; }
p { color: rgb(72,27,162); }
H1.HeaderClassName
{
color: #481BA2;
}
.AnyTagClassName
{
color: #481BA2;
}
</style>
background-color css
<style>
a { background-color: #481BA2; }
a { background-color: rgb(72,27,162); }
div.DivClassName
{
background-color: #481BA2;
}
.BgClassName
{
background-color: #481BA2;
}
</style>
border-color css
<style>
span { border-color: #481BA2; }
span { border-color: rgb(72,27,162); }
td.TdClassName
{
border-color: #481BA2;
}
.TagClassName
{
border-color: #481BA2;
}
</style>