Shades of Blue Gem #482F8B
Tints of Blue Gem #482F8B
RGB
CMYK
RGB Variations
Color information
#482F8B (or 0x482F8B) is known color: Blue Gem. HEX triplet: 48, 2F and 8B. RGB value is (72,47,139). Sum of RGB (Red+Green+Blue) = 72+47+139=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #482F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482F8B is #B7D074. Grayscale: #404040. Windows color (decimal): -12046453 or 9121608. OLE color: 9121608.
HSL color Cylindrical-coordinate representation of color #482F8B: hue angle of 256.3º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #482F8B is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 47 | 139 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.45 |
| HSL | 256.3º | 0.49% | 0.36% | - |
| HSV(B) | 256.3º | 0.66% | 0.55% | - |
| XYZ | 8.35 | 5.27 | 25 | - |
| YUV | 64.96 | 169.78 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 139 | 0.48 | 0.66 | 0 | 0.45 | 256.3 | 0.49 | 0.36 |
| Hex | 48 | 2F | 8B | 30 | 42 | 0 | 2D | 100 | 31 | 24 |
| Octal | 110 | 57 | 213 | 60 | 102 | 0 | 55 | 400 | 61 | 44 |
| Binary | 1001000 | 101111 | 10001011 | 110000 | 1000010 | 0 | 101101 | 100000000 | 110001 | 100100 |
Color Harmonies of #482F8B
Complementary color
Monochromatic Colors of #482F8B
Black with #482F8B
Text Example
Text Example
White with #482F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F8B; }
p { color: rgb(72,47,139); }
H1.HeaderClassName
{
color: #482F8B;
}
.AnyTagClassName
{
color: #482F8B;
}
</style>
background-color css
<style>
a { background-color: #482F8B; }
a { background-color: rgb(72,47,139); }
div.DivClassName
{
background-color: #482F8B;
}
.BgClassName
{
background-color: #482F8B;
}
</style>
border-color css
<style>
span { border-color: #482F8B; }
span { border-color: rgb(72,47,139); }
td.TdClassName
{
border-color: #482F8B;
}
.TagClassName
{
border-color: #482F8B;
}
</style>