Shades of Blue Gem #482D89
Tints of Blue Gem #482D89
RGB
CMYK
RGB Variations
Color information
#482D89 (or 0x482D89) is known color: Blue Gem. HEX triplet: 48, 2D and 89. RGB value is (72,45,137). Sum of RGB (Red+Green+Blue) = 72+45+137=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #482D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482D89 is #B7D276. Grayscale: #3F3F3F. Windows color (decimal): -12046967 or 8990024. OLE color: 8990024.
HSL color Cylindrical-coordinate representation of color #482D89: hue angle of 257.61º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #482D89 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 45 | 137 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.46 |
| HSL | 257.61º | 0.51% | 0.36% | - |
| HSV(B) | 257.61º | 0.67% | 0.54% | - |
| XYZ | 8.13 | 5.06 | 24.22 | - |
| YUV | 63.56 | 169.45 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 137 | 0.47 | 0.67 | 0 | 0.46 | 257.61 | 0.51 | 0.36 |
| Hex | 48 | 2D | 89 | 2F | 43 | 0 | 2E | 102 | 33 | 24 |
| Octal | 110 | 55 | 211 | 57 | 103 | 0 | 56 | 402 | 63 | 44 |
| Binary | 1001000 | 101101 | 10001001 | 101111 | 1000011 | 0 | 101110 | 100000010 | 110011 | 100100 |
Color Harmonies of #482D89
Complementary color
Monochromatic Colors of #482D89
Black with #482D89
Text Example
Text Example
White with #482D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D89; }
p { color: rgb(72,45,137); }
H1.HeaderClassName
{
color: #482D89;
}
.AnyTagClassName
{
color: #482D89;
}
</style>
background-color css
<style>
a { background-color: #482D89; }
a { background-color: rgb(72,45,137); }
div.DivClassName
{
background-color: #482D89;
}
.BgClassName
{
background-color: #482D89;
}
</style>
border-color css
<style>
span { border-color: #482D89; }
span { border-color: rgb(72,45,137); }
td.TdClassName
{
border-color: #482D89;
}
.TagClassName
{
border-color: #482D89;
}
</style>