Shades of Blue Gem #482294
Tints of Blue Gem #482294
RGB
CMYK
RGB Variations
Color information
#482294 (or 0x482294) is known color: Blue Gem. HEX triplet: 48, 22 and 94. RGB value is (72,34,148). Sum of RGB (Red+Green+Blue) = 72+34+148=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #482294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482294 is #B7DD6B. Grayscale: #393939. Windows color (decimal): -12049772 or 9708104. OLE color: 9708104.
HSL color Cylindrical-coordinate representation of color #482294: hue angle of 260º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #482294 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 34 | 148 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.42 |
| HSL | 260º | 0.63% | 0.36% | - |
| HSV(B) | 260º | 0.77% | 0.58% | - |
| XYZ | 8.59 | 4.66 | 28.46 | - |
| YUV | 58.36 | 178.59 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 148 | 0.51 | 0.77 | 0 | 0.42 | 260 | 0.63 | 0.36 |
| Hex | 48 | 22 | 94 | 33 | 4D | 0 | 2A | 104 | 3F | 24 |
| Octal | 110 | 42 | 224 | 63 | 115 | 0 | 52 | 404 | 77 | 44 |
| Binary | 1001000 | 100010 | 10010100 | 110011 | 1001101 | 0 | 101010 | 100000100 | 111111 | 100100 |
Color Harmonies of #482294
Complementary color
Monochromatic Colors of #482294
Black with #482294
Text Example
Text Example
White with #482294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482294; }
p { color: rgb(72,34,148); }
H1.HeaderClassName
{
color: #482294;
}
.AnyTagClassName
{
color: #482294;
}
</style>
background-color css
<style>
a { background-color: #482294; }
a { background-color: rgb(72,34,148); }
div.DivClassName
{
background-color: #482294;
}
.BgClassName
{
background-color: #482294;
}
</style>
border-color css
<style>
span { border-color: #482294; }
span { border-color: rgb(72,34,148); }
td.TdClassName
{
border-color: #482294;
}
.TagClassName
{
border-color: #482294;
}
</style>