Shades of Blue Gem #482E8C
Tints of Blue Gem #482E8C
RGB
CMYK
RGB Variations
Color information
#482E8C (or 0x482E8C) is known color: Blue Gem. HEX triplet: 48, 2E and 8C. RGB value is (72,46,140). Sum of RGB (Red+Green+Blue) = 72+46+140=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 140 (55.08% from 255 or 54.26% from 258); Max value from RGB is 140 - color contains mainly: blue. Hex color #482E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482E8C is #B7D173. Grayscale: #404040. Windows color (decimal): -12046708 or 9186888. OLE color: 9186888.
HSL color Cylindrical-coordinate representation of color #482E8C: hue angle of 256.6º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #482E8C is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 46 | 140 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.45 |
| HSL | 256.6º | 0.51% | 0.36% | - |
| HSV(B) | 256.6º | 0.67% | 0.55% | - |
| XYZ | 8.38 | 5.23 | 25.38 | - |
| YUV | 64.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 140 | 0.49 | 0.67 | 0 | 0.45 | 256.6 | 0.51 | 0.36 |
| Hex | 48 | 2E | 8C | 31 | 43 | 0 | 2D | 101 | 33 | 24 |
| Octal | 110 | 56 | 214 | 61 | 103 | 0 | 55 | 401 | 63 | 44 |
| Binary | 1001000 | 101110 | 10001100 | 110001 | 1000011 | 0 | 101101 | 100000001 | 110011 | 100100 |
Color Harmonies of #482E8C
Complementary color
Monochromatic Colors of #482E8C
Black with #482E8C
Text Example
Text Example
White with #482E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E8C; }
p { color: rgb(72,46,140); }
H1.HeaderClassName
{
color: #482E8C;
}
.AnyTagClassName
{
color: #482E8C;
}
</style>
background-color css
<style>
a { background-color: #482E8C; }
a { background-color: rgb(72,46,140); }
div.DivClassName
{
background-color: #482E8C;
}
.BgClassName
{
background-color: #482E8C;
}
</style>
border-color css
<style>
span { border-color: #482E8C; }
span { border-color: rgb(72,46,140); }
td.TdClassName
{
border-color: #482E8C;
}
.TagClassName
{
border-color: #482E8C;
}
</style>