Shades of Blue Gem #482D91
Tints of Blue Gem #482D91
RGB
CMYK
RGB Variations
Color information
#482D91 (or 0x482D91) is known color: Blue Gem. HEX triplet: 48, 2D and 91. RGB value is (72,45,145). Sum of RGB (Red+Green+Blue) = 72+45+145=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #482D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482D91 is #B7D26E. Grayscale: #404040. Windows color (decimal): -12046959 or 9514312. OLE color: 9514312.
HSL color Cylindrical-coordinate representation of color #482D91: hue angle of 256.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482D91 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 45 | 145 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.43 |
| HSL | 256.2º | 0.53% | 0.37% | - |
| HSV(B) | 256.2º | 0.69% | 0.57% | - |
| XYZ | 8.72 | 5.3 | 27.35 | - |
| YUV | 64.47 | 173.45 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 145 | 0.50 | 0.69 | 0 | 0.43 | 256.2 | 0.53 | 0.37 |
| Hex | 48 | 2D | 91 | 32 | 45 | 0 | 2B | 100 | 35 | 25 |
| Octal | 110 | 55 | 221 | 62 | 105 | 0 | 53 | 400 | 65 | 45 |
| Binary | 1001000 | 101101 | 10010001 | 110010 | 1000101 | 0 | 101011 | 100000000 | 110101 | 100101 |
Color Harmonies of #482D91
Complementary color
Monochromatic Colors of #482D91
Black with #482D91
Text Example
Text Example
White with #482D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D91; }
p { color: rgb(72,45,145); }
H1.HeaderClassName
{
color: #482D91;
}
.AnyTagClassName
{
color: #482D91;
}
</style>
background-color css
<style>
a { background-color: #482D91; }
a { background-color: rgb(72,45,145); }
div.DivClassName
{
background-color: #482D91;
}
.BgClassName
{
background-color: #482D91;
}
</style>
border-color css
<style>
span { border-color: #482D91; }
span { border-color: rgb(72,45,145); }
td.TdClassName
{
border-color: #482D91;
}
.TagClassName
{
border-color: #482D91;
}
</style>