Shades of Blue Gem #483999
Tints of Blue Gem #483999
RGB
CMYK
RGB Variations
Color information
#483999 (or 0x483999) is known color: Blue Gem. HEX triplet: 48, 39 and 99. RGB value is (72,57,153). Sum of RGB (Red+Green+Blue) = 72+57+153=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #483999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483999 is #B7C666. Grayscale: #484848. Windows color (decimal): -12043879 or 10041672. OLE color: 10041672.
HSL color Cylindrical-coordinate representation of color #483999: hue angle of 249.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #483999 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 57 | 153 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.4 |
| HSL | 249.38º | 0.46% | 0.41% | - |
| HSV(B) | 249.38º | 0.63% | 0.6% | - |
| XYZ | 9.89 | 6.6 | 30.89 | - |
| YUV | 72.43 | 173.47 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 153 | 0.53 | 0.63 | 0 | 0.4 | 249.38 | 0.46 | 0.41 |
| Hex | 48 | 39 | 99 | 35 | 3F | 0 | 28 | F9 | 2E | 29 |
| Octal | 110 | 71 | 231 | 65 | 77 | 0 | 50 | 371 | 56 | 51 |
| Binary | 1001000 | 111001 | 10011001 | 110101 | 111111 | 0 | 101000 | 11111001 | 101110 | 101001 |
Color Harmonies of #483999
Complementary color
Monochromatic Colors of #483999
Black with #483999
Text Example
Text Example
White with #483999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483999; }
p { color: rgb(72,57,153); }
H1.HeaderClassName
{
color: #483999;
}
.AnyTagClassName
{
color: #483999;
}
</style>
background-color css
<style>
a { background-color: #483999; }
a { background-color: rgb(72,57,153); }
div.DivClassName
{
background-color: #483999;
}
.BgClassName
{
background-color: #483999;
}
</style>
border-color css
<style>
span { border-color: #483999; }
span { border-color: rgb(72,57,153); }
td.TdClassName
{
border-color: #483999;
}
.TagClassName
{
border-color: #483999;
}
</style>