Shades of Blue Gem #483899
Tints of Blue Gem #483899
RGB
CMYK
RGB Variations
Color information
#483899 (or 0x483899) is known color: Blue Gem. HEX triplet: 48, 38 and 99. RGB value is (72,56,153). Sum of RGB (Red+Green+Blue) = 72+56+153=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #483899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483899 is #B7C766. Grayscale: #474747. Windows color (decimal): -12044135 or 10041416. OLE color: 10041416.
HSL color Cylindrical-coordinate representation of color #483899: hue angle of 249.9º 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 #483899 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 56 | 153 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.4 |
| HSL | 249.9º | 0.46% | 0.41% | - |
| HSV(B) | 249.9º | 0.63% | 0.6% | - |
| XYZ | 9.84 | 6.51 | 30.87 | - |
| YUV | 71.84 | 173.8 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 153 | 0.53 | 0.63 | 0 | 0.4 | 249.9 | 0.46 | 0.41 |
| Hex | 48 | 38 | 99 | 35 | 3F | 0 | 28 | FA | 2E | 29 |
| Octal | 110 | 70 | 231 | 65 | 77 | 0 | 50 | 372 | 56 | 51 |
| Binary | 1001000 | 111000 | 10011001 | 110101 | 111111 | 0 | 101000 | 11111010 | 101110 | 101001 |
Color Harmonies of #483899
Complementary color
Monochromatic Colors of #483899
Black with #483899
Text Example
Text Example
White with #483899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483899; }
p { color: rgb(72,56,153); }
H1.HeaderClassName
{
color: #483899;
}
.AnyTagClassName
{
color: #483899;
}
</style>
background-color css
<style>
a { background-color: #483899; }
a { background-color: rgb(72,56,153); }
div.DivClassName
{
background-color: #483899;
}
.BgClassName
{
background-color: #483899;
}
</style>
border-color css
<style>
span { border-color: #483899; }
span { border-color: rgb(72,56,153); }
td.TdClassName
{
border-color: #483899;
}
.TagClassName
{
border-color: #483899;
}
</style>