Shades of Blue Gem #483189
Tints of Blue Gem #483189
RGB
CMYK
RGB Variations
Color information
#483189 (or 0x483189) is known color: Blue Gem. HEX triplet: 48, 31 and 89. RGB value is (72,49,137). Sum of RGB (Red+Green+Blue) = 72+49+137=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #483189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483189 is #B7CE76. Grayscale: #414141. Windows color (decimal): -12045943 or 8991048. OLE color: 8991048.
HSL color Cylindrical-coordinate representation of color #483189: hue angle of 255.68º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #483189 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 49 | 137 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.46 |
| HSL | 255.68º | 0.47% | 0.36% | - |
| HSV(B) | 255.68º | 0.64% | 0.54% | - |
| XYZ | 8.29 | 5.38 | 24.27 | - |
| YUV | 65.91 | 168.12 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 137 | 0.47 | 0.64 | 0 | 0.46 | 255.68 | 0.47 | 0.36 |
| Hex | 48 | 31 | 89 | 2F | 40 | 0 | 2E | 100 | 2F | 24 |
| Octal | 110 | 61 | 211 | 57 | 100 | 0 | 56 | 400 | 57 | 44 |
| Binary | 1001000 | 110001 | 10001001 | 101111 | 1000000 | 0 | 101110 | 100000000 | 101111 | 100100 |
Color Harmonies of #483189
Complementary color
Monochromatic Colors of #483189
Black with #483189
Text Example
Text Example
White with #483189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483189; }
p { color: rgb(72,49,137); }
H1.HeaderClassName
{
color: #483189;
}
.AnyTagClassName
{
color: #483189;
}
</style>
background-color css
<style>
a { background-color: #483189; }
a { background-color: rgb(72,49,137); }
div.DivClassName
{
background-color: #483189;
}
.BgClassName
{
background-color: #483189;
}
</style>
border-color css
<style>
span { border-color: #483189; }
span { border-color: rgb(72,49,137); }
td.TdClassName
{
border-color: #483189;
}
.TagClassName
{
border-color: #483189;
}
</style>