Shades of Blue Gem #481AA0
Tints of Blue Gem #481AA0
RGB
CMYK
RGB Variations
Color information
#481AA0 (or 0x481AA0) is known color: Blue Gem. HEX triplet: 48, 1A and A0. RGB value is (72,26,160). Sum of RGB (Red+Green+Blue) = 72+26+160=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #481AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481AA0 is #B7E55F. Grayscale: #363636. Windows color (decimal): -12051808 or 10492488. OLE color: 10492488.
HSL color Cylindrical-coordinate representation of color #481AA0: hue angle of 260.6º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481AA0 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 26 | 160 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.37 |
| HSL | 260.6º | 0.72% | 0.36% | - |
| HSV(B) | 260.6º | 0.84% | 0.63% | - |
| XYZ | 9.39 | 4.65 | 33.66 | - |
| YUV | 55.03 | 187.24 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 160 | 0.55 | 0.84 | 0 | 0.37 | 260.6 | 0.72 | 0.36 |
| Hex | 48 | 1A | A0 | 37 | 54 | 0 | 25 | 105 | 48 | 24 |
| Octal | 110 | 32 | 240 | 67 | 124 | 0 | 45 | 405 | 110 | 44 |
| Binary | 1001000 | 11010 | 10100000 | 110111 | 1010100 | 0 | 100101 | 100000101 | 1001000 | 100100 |
Color Harmonies of #481AA0
Complementary color
Monochromatic Colors of #481AA0
Black with #481AA0
Text Example
Text Example
White with #481AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481AA0; }
p { color: rgb(72,26,160); }
H1.HeaderClassName
{
color: #481AA0;
}
.AnyTagClassName
{
color: #481AA0;
}
</style>
background-color css
<style>
a { background-color: #481AA0; }
a { background-color: rgb(72,26,160); }
div.DivClassName
{
background-color: #481AA0;
}
.BgClassName
{
background-color: #481AA0;
}
</style>
border-color css
<style>
span { border-color: #481AA0; }
span { border-color: rgb(72,26,160); }
td.TdClassName
{
border-color: #481AA0;
}
.TagClassName
{
border-color: #481AA0;
}
</style>