Shades of Blue Gem #47309C
Tints of Blue Gem #47309C
RGB
CMYK
RGB Variations
Color information
#47309C (or 0x47309C) is known color: Blue Gem. HEX triplet: 47, 30 and 9C. RGB value is (71,48,156). Sum of RGB (Red+Green+Blue) = 71+48+156=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #47309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47309C is #B8CF63. Grayscale: #424242. Windows color (decimal): -12111716 or 10235975. OLE color: 10235975.
HSL color Cylindrical-coordinate representation of color #47309C: hue angle of 252.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47309C is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 48 | 156 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.39 |
| HSL | 252.78º | 0.53% | 0.4% | - |
| HSV(B) | 252.78º | 0.69% | 0.61% | - |
| XYZ | 9.66 | 5.85 | 32.07 | - |
| YUV | 67.19 | 178.12 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 156 | 0.54 | 0.69 | 0 | 0.39 | 252.78 | 0.53 | 0.4 |
| Hex | 47 | 30 | 9C | 36 | 45 | 0 | 27 | FD | 35 | 28 |
| Octal | 107 | 60 | 234 | 66 | 105 | 0 | 47 | 375 | 65 | 50 |
| Binary | 1000111 | 110000 | 10011100 | 110110 | 1000101 | 0 | 100111 | 11111101 | 110101 | 101000 |
Color Harmonies of #47309C
Complementary color
Monochromatic Colors of #47309C
Black with #47309C
Text Example
Text Example
White with #47309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47309C; }
p { color: rgb(71,48,156); }
H1.HeaderClassName
{
color: #47309C;
}
.AnyTagClassName
{
color: #47309C;
}
</style>
background-color css
<style>
a { background-color: #47309C; }
a { background-color: rgb(71,48,156); }
div.DivClassName
{
background-color: #47309C;
}
.BgClassName
{
background-color: #47309C;
}
</style>
border-color css
<style>
span { border-color: #47309C; }
span { border-color: rgb(71,48,156); }
td.TdClassName
{
border-color: #47309C;
}
.TagClassName
{
border-color: #47309C;
}
</style>