Shades of Blue Gem #481F9B
Tints of Blue Gem #481F9B
RGB
CMYK
RGB Variations
Color information
#481F9B (or 0x481F9B) is known color: Blue Gem. HEX triplet: 48, 1F and 9B. RGB value is (72,31,155). Sum of RGB (Red+Green+Blue) = 72+31+155=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #481F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481F9B is #B7E064. Grayscale: #383838. Windows color (decimal): -12050533 or 10166088. OLE color: 10166088.
HSL color Cylindrical-coordinate representation of color #481F9B: hue angle of 259.84º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #481F9B is Cyan = 0.54, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 31 | 155 | - |
| CMYK | 0.54 | 0.8 | 0 | 0.39 |
| HSL | 259.84º | 0.67% | 0.36% | - |
| HSV(B) | 259.84º | 0.8% | 0.61% | - |
| XYZ | 9.08 | 4.72 | 31.44 | - |
| YUV | 57.4 | 183.08 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 155 | 0.54 | 0.8 | 0 | 0.39 | 259.84 | 0.67 | 0.36 |
| Hex | 48 | 1F | 9B | 36 | 50 | 0 | 27 | 104 | 43 | 24 |
| Octal | 110 | 37 | 233 | 66 | 120 | 0 | 47 | 404 | 103 | 44 |
| Binary | 1001000 | 11111 | 10011011 | 110110 | 1010000 | 0 | 100111 | 100000100 | 1000011 | 100100 |
Color Harmonies of #481F9B
Complementary color
Monochromatic Colors of #481F9B
Black with #481F9B
Text Example
Text Example
White with #481F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481F9B; }
p { color: rgb(72,31,155); }
H1.HeaderClassName
{
color: #481F9B;
}
.AnyTagClassName
{
color: #481F9B;
}
</style>
background-color css
<style>
a { background-color: #481F9B; }
a { background-color: rgb(72,31,155); }
div.DivClassName
{
background-color: #481F9B;
}
.BgClassName
{
background-color: #481F9B;
}
</style>
border-color css
<style>
span { border-color: #481F9B; }
span { border-color: rgb(72,31,155); }
td.TdClassName
{
border-color: #481F9B;
}
.TagClassName
{
border-color: #481F9B;
}
</style>