Shades of Blue Gem #482894
Tints of Blue Gem #482894
RGB
CMYK
RGB Variations
Color information
#482894 (or 0x482894) is known color: Blue Gem. HEX triplet: 48, 28 and 94. RGB value is (72,40,148). Sum of RGB (Red+Green+Blue) = 72+40+148=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #482894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482894 is #B7D76B. Grayscale: #3D3D3D. Windows color (decimal): -12048236 or 9709640. OLE color: 9709640.
HSL color Cylindrical-coordinate representation of color #482894: hue angle of 257.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482894 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 40 | 148 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.42 |
| HSL | 257.78º | 0.57% | 0.37% | - |
| HSV(B) | 257.78º | 0.73% | 0.58% | - |
| XYZ | 8.78 | 5.03 | 28.53 | - |
| YUV | 61.88 | 176.6 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 148 | 0.51 | 0.73 | 0 | 0.42 | 257.78 | 0.57 | 0.37 |
| Hex | 48 | 28 | 94 | 33 | 49 | 0 | 2A | 102 | 39 | 25 |
| Octal | 110 | 50 | 224 | 63 | 111 | 0 | 52 | 402 | 71 | 45 |
| Binary | 1001000 | 101000 | 10010100 | 110011 | 1001001 | 0 | 101010 | 100000010 | 111001 | 100101 |
Color Harmonies of #482894
Complementary color
Monochromatic Colors of #482894
Black with #482894
Text Example
Text Example
White with #482894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482894; }
p { color: rgb(72,40,148); }
H1.HeaderClassName
{
color: #482894;
}
.AnyTagClassName
{
color: #482894;
}
</style>
background-color css
<style>
a { background-color: #482894; }
a { background-color: rgb(72,40,148); }
div.DivClassName
{
background-color: #482894;
}
.BgClassName
{
background-color: #482894;
}
</style>
border-color css
<style>
span { border-color: #482894; }
span { border-color: rgb(72,40,148); }
td.TdClassName
{
border-color: #482894;
}
.TagClassName
{
border-color: #482894;
}
</style>