Shades of Blue Gem #481E9B
Tints of Blue Gem #481E9B
RGB
CMYK
RGB Variations
Color information
#481E9B (or 0x481E9B) is known color: Blue Gem. HEX triplet: 48, 1E and 9B. RGB value is (72,30,155). Sum of RGB (Red+Green+Blue) = 72+30+155=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #481E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481E9B is #B7E164. Grayscale: #383838. Windows color (decimal): -12050789 or 10165832. OLE color: 10165832.
HSL color Cylindrical-coordinate representation of color #481E9B: hue angle of 260.16º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481E9B is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 30 | 155 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.39 |
| HSL | 260.16º | 0.68% | 0.36% | - |
| HSV(B) | 260.16º | 0.81% | 0.61% | - |
| XYZ | 9.05 | 4.67 | 31.44 | - |
| YUV | 56.81 | 183.41 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 155 | 0.54 | 0.81 | 0 | 0.39 | 260.16 | 0.68 | 0.36 |
| Hex | 48 | 1E | 9B | 36 | 51 | 0 | 27 | 104 | 44 | 24 |
| Octal | 110 | 36 | 233 | 66 | 121 | 0 | 47 | 404 | 104 | 44 |
| Binary | 1001000 | 11110 | 10011011 | 110110 | 1010001 | 0 | 100111 | 100000100 | 1000100 | 100100 |
Color Harmonies of #481E9B
Complementary color
Monochromatic Colors of #481E9B
Black with #481E9B
Text Example
Text Example
White with #481E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E9B; }
p { color: rgb(72,30,155); }
H1.HeaderClassName
{
color: #481E9B;
}
.AnyTagClassName
{
color: #481E9B;
}
</style>
background-color css
<style>
a { background-color: #481E9B; }
a { background-color: rgb(72,30,155); }
div.DivClassName
{
background-color: #481E9B;
}
.BgClassName
{
background-color: #481E9B;
}
</style>
border-color css
<style>
span { border-color: #481E9B; }
span { border-color: rgb(72,30,155); }
td.TdClassName
{
border-color: #481E9B;
}
.TagClassName
{
border-color: #481E9B;
}
</style>