Shades of Blue Gem #47259C
Tints of Blue Gem #47259C
RGB
CMYK
RGB Variations
Color information
#47259C (or 0x47259C) is known color: Blue Gem. HEX triplet: 47, 25 and 9C. RGB value is (71,37,156). Sum of RGB (Red+Green+Blue) = 71+37+156=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #47259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47259C is #B8DA63. Grayscale: #3C3C3C. Windows color (decimal): -12114532 or 10233159. OLE color: 10233159.
HSL color Cylindrical-coordinate representation of color #47259C: hue angle of 257.14º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47259C is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 37 | 156 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.39 |
| HSL | 257.14º | 0.62% | 0.38% | - |
| HSV(B) | 257.14º | 0.76% | 0.61% | - |
| XYZ | 9.26 | 5.06 | 31.94 | - |
| YUV | 60.73 | 181.76 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 156 | 0.54 | 0.76 | 0 | 0.39 | 257.14 | 0.62 | 0.38 |
| Hex | 47 | 25 | 9C | 36 | 4C | 0 | 27 | 101 | 3E | 26 |
| Octal | 107 | 45 | 234 | 66 | 114 | 0 | 47 | 401 | 76 | 46 |
| Binary | 1000111 | 100101 | 10011100 | 110110 | 1001100 | 0 | 100111 | 100000001 | 111110 | 100110 |
Color Harmonies of #47259C
Complementary color
Monochromatic Colors of #47259C
Black with #47259C
Text Example
Text Example
White with #47259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47259C; }
p { color: rgb(71,37,156); }
H1.HeaderClassName
{
color: #47259C;
}
.AnyTagClassName
{
color: #47259C;
}
</style>
background-color css
<style>
a { background-color: #47259C; }
a { background-color: rgb(71,37,156); }
div.DivClassName
{
background-color: #47259C;
}
.BgClassName
{
background-color: #47259C;
}
</style>
border-color css
<style>
span { border-color: #47259C; }
span { border-color: rgb(71,37,156); }
td.TdClassName
{
border-color: #47259C;
}
.TagClassName
{
border-color: #47259C;
}
</style>