Shades of Blue Gem #483B91
Tints of Blue Gem #483B91
RGB
CMYK
RGB Variations
Color information
#483B91 (or 0x483B91) is known color: Blue Gem. HEX triplet: 48, 3B and 91. RGB value is (72,59,145). Sum of RGB (Red+Green+Blue) = 72+59+145=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #483B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483B91 is #B7C46E. Grayscale: #484848. Windows color (decimal): -12043375 or 9517896. OLE color: 9517896.
HSL color Cylindrical-coordinate representation of color #483B91: hue angle of 249.07º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #483B91 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 59 | 145 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.43 |
| HSL | 249.07º | 0.42% | 0.4% | - |
| HSV(B) | 249.07º | 0.59% | 0.57% | - |
| XYZ | 9.35 | 6.55 | 27.56 | - |
| YUV | 72.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 145 | 0.50 | 0.59 | 0 | 0.43 | 249.07 | 0.42 | 0.4 |
| Hex | 48 | 3B | 91 | 32 | 3B | 0 | 2B | F9 | 2A | 28 |
| Octal | 110 | 73 | 221 | 62 | 73 | 0 | 53 | 371 | 52 | 50 |
| Binary | 1001000 | 111011 | 10010001 | 110010 | 111011 | 0 | 101011 | 11111001 | 101010 | 101000 |
Color Harmonies of #483B91
Complementary color
Monochromatic Colors of #483B91
Black with #483B91
Text Example
Text Example
White with #483B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B91; }
p { color: rgb(72,59,145); }
H1.HeaderClassName
{
color: #483B91;
}
.AnyTagClassName
{
color: #483B91;
}
</style>
background-color css
<style>
a { background-color: #483B91; }
a { background-color: rgb(72,59,145); }
div.DivClassName
{
background-color: #483B91;
}
.BgClassName
{
background-color: #483B91;
}
</style>
border-color css
<style>
span { border-color: #483B91; }
span { border-color: rgb(72,59,145); }
td.TdClassName
{
border-color: #483B91;
}
.TagClassName
{
border-color: #483B91;
}
</style>