Shades of Blue Gem #483294
Tints of Blue Gem #483294
RGB
CMYK
RGB Variations
Color information
#483294 (or 0x483294) is known color: Blue Gem. HEX triplet: 48, 32 and 94. RGB value is (72,50,148). Sum of RGB (Red+Green+Blue) = 72+50+148=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #483294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483294 is #B7CD6B. Grayscale: #434343. Windows color (decimal): -12045676 or 9712200. OLE color: 9712200.
HSL color Cylindrical-coordinate representation of color #483294: hue angle of 253.47º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #483294 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 50 | 148 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.42 |
| HSL | 253.47º | 0.49% | 0.39% | - |
| HSV(B) | 253.47º | 0.66% | 0.58% | - |
| XYZ | 9.16 | 5.8 | 28.65 | - |
| YUV | 67.75 | 173.29 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 148 | 0.51 | 0.66 | 0 | 0.42 | 253.47 | 0.49 | 0.39 |
| Hex | 48 | 32 | 94 | 33 | 42 | 0 | 2A | FD | 31 | 27 |
| Octal | 110 | 62 | 224 | 63 | 102 | 0 | 52 | 375 | 61 | 47 |
| Binary | 1001000 | 110010 | 10010100 | 110011 | 1000010 | 0 | 101010 | 11111101 | 110001 | 100111 |
Color Harmonies of #483294
Complementary color
Monochromatic Colors of #483294
Black with #483294
Text Example
Text Example
White with #483294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483294; }
p { color: rgb(72,50,148); }
H1.HeaderClassName
{
color: #483294;
}
.AnyTagClassName
{
color: #483294;
}
</style>
background-color css
<style>
a { background-color: #483294; }
a { background-color: rgb(72,50,148); }
div.DivClassName
{
background-color: #483294;
}
.BgClassName
{
background-color: #483294;
}
</style>
border-color css
<style>
span { border-color: #483294; }
span { border-color: rgb(72,50,148); }
td.TdClassName
{
border-color: #483294;
}
.TagClassName
{
border-color: #483294;
}
</style>