Shades of Blue Gem #47308B
Tints of Blue Gem #47308B
RGB
CMYK
RGB Variations
Color information
#47308B (or 0x47308B) is known color: Blue Gem. HEX triplet: 47, 30 and 8B. RGB value is (71,48,139). Sum of RGB (Red+Green+Blue) = 71+48+139=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 48 (19.14% from 255 or 18.60% 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 #47308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47308B is #B8CF74. Grayscale: #404040. Windows color (decimal): -12111733 or 9121863. OLE color: 9121863.
HSL color Cylindrical-coordinate representation of color #47308B: hue angle of 255.16º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47308B is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 48 | 139 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.45 |
| HSL | 255.16º | 0.49% | 0.37% | - |
| HSV(B) | 255.16º | 0.65% | 0.55% | - |
| XYZ | 8.32 | 5.32 | 25.01 | - |
| YUV | 65.25 | 169.62 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 139 | 0.49 | 0.65 | 0 | 0.45 | 255.16 | 0.49 | 0.37 |
| Hex | 47 | 30 | 8B | 31 | 41 | 0 | 2D | FF | 31 | 25 |
| Octal | 107 | 60 | 213 | 61 | 101 | 0 | 55 | 377 | 61 | 45 |
| Binary | 1000111 | 110000 | 10001011 | 110001 | 1000001 | 0 | 101101 | 11111111 | 110001 | 100101 |
Color Harmonies of #47308B
Complementary color
Monochromatic Colors of #47308B
Black with #47308B
Text Example
Text Example
White with #47308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47308B; }
p { color: rgb(71,48,139); }
H1.HeaderClassName
{
color: #47308B;
}
.AnyTagClassName
{
color: #47308B;
}
</style>
background-color css
<style>
a { background-color: #47308B; }
a { background-color: rgb(71,48,139); }
div.DivClassName
{
background-color: #47308B;
}
.BgClassName
{
background-color: #47308B;
}
</style>
border-color css
<style>
span { border-color: #47308B; }
span { border-color: rgb(71,48,139); }
td.TdClassName
{
border-color: #47308B;
}
.TagClassName
{
border-color: #47308B;
}
</style>