Shades of Blue Gem #482E91
Tints of Blue Gem #482E91
RGB
CMYK
RGB Variations
Color information
#482E91 (or 0x482E91) is known color: Blue Gem. HEX triplet: 48, 2E and 91. RGB value is (72,46,145). Sum of RGB (Red+Green+Blue) = 72+46+145=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #482E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482E91 is #B7D16E. Grayscale: #404040. Windows color (decimal): -12046703 or 9514568. OLE color: 9514568.
HSL color Cylindrical-coordinate representation of color #482E91: hue angle of 255.76º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #482E91 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 46 | 145 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.43 |
| HSL | 255.76º | 0.52% | 0.37% | - |
| HSV(B) | 255.76º | 0.68% | 0.57% | - |
| XYZ | 8.76 | 5.38 | 27.36 | - |
| YUV | 65.06 | 173.11 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 145 | 0.50 | 0.68 | 0 | 0.43 | 255.76 | 0.52 | 0.37 |
| Hex | 48 | 2E | 91 | 32 | 44 | 0 | 2B | 100 | 34 | 25 |
| Octal | 110 | 56 | 221 | 62 | 104 | 0 | 53 | 400 | 64 | 45 |
| Binary | 1001000 | 101110 | 10010001 | 110010 | 1000100 | 0 | 101011 | 100000000 | 110100 | 100101 |
Color Harmonies of #482E91
Complementary color
Monochromatic Colors of #482E91
Black with #482E91
Text Example
Text Example
White with #482E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E91; }
p { color: rgb(72,46,145); }
H1.HeaderClassName
{
color: #482E91;
}
.AnyTagClassName
{
color: #482E91;
}
</style>
background-color css
<style>
a { background-color: #482E91; }
a { background-color: rgb(72,46,145); }
div.DivClassName
{
background-color: #482E91;
}
.BgClassName
{
background-color: #482E91;
}
</style>
border-color css
<style>
span { border-color: #482E91; }
span { border-color: rgb(72,46,145); }
td.TdClassName
{
border-color: #482E91;
}
.TagClassName
{
border-color: #482E91;
}
</style>