Shades of Blue Gem #481AA4
Tints of Blue Gem #481AA4
RGB
CMYK
RGB Variations
Color information
#481AA4 (or 0x481AA4) is known color: Blue Gem. HEX triplet: 48, 1A and A4. RGB value is (72,26,164). Sum of RGB (Red+Green+Blue) = 72+26+164=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 164 (64.45% from 255 or 62.60% from 262); Max value from RGB is 164 - color contains mainly: blue. Hex color #481AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481AA4 is #B7E55B. Grayscale: #363636. Windows color (decimal): -12051804 or 10754632. OLE color: 10754632.
HSL color Cylindrical-coordinate representation of color #481AA4: hue angle of 260º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481AA4 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 26 | 164 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.36 |
| HSL | 260º | 0.73% | 0.37% | - |
| HSV(B) | 260º | 0.84% | 0.64% | - |
| XYZ | 9.74 | 4.8 | 35.53 | - |
| YUV | 55.49 | 189.24 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 164 | 0.56 | 0.84 | 0 | 0.36 | 260 | 0.73 | 0.37 |
| Hex | 48 | 1A | A4 | 38 | 54 | 0 | 24 | 104 | 49 | 25 |
| Octal | 110 | 32 | 244 | 70 | 124 | 0 | 44 | 404 | 111 | 45 |
| Binary | 1001000 | 11010 | 10100100 | 111000 | 1010100 | 0 | 100100 | 100000100 | 1001001 | 100101 |
Color Harmonies of #481AA4
Complementary color
Monochromatic Colors of #481AA4
Black with #481AA4
Text Example
Text Example
White with #481AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481AA4; }
p { color: rgb(72,26,164); }
H1.HeaderClassName
{
color: #481AA4;
}
.AnyTagClassName
{
color: #481AA4;
}
</style>
background-color css
<style>
a { background-color: #481AA4; }
a { background-color: rgb(72,26,164); }
div.DivClassName
{
background-color: #481AA4;
}
.BgClassName
{
background-color: #481AA4;
}
</style>
border-color css
<style>
span { border-color: #481AA4; }
span { border-color: rgb(72,26,164); }
td.TdClassName
{
border-color: #481AA4;
}
.TagClassName
{
border-color: #481AA4;
}
</style>