Shades of Blue Gem #47269D
Tints of Blue Gem #47269D
RGB
CMYK
RGB Variations
Color information
#47269D (or 0x47269D) is known color: Blue Gem. HEX triplet: 47, 26 and 9D. RGB value is (71,38,157). Sum of RGB (Red+Green+Blue) = 71+38+157=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #47269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47269D is #B8D962. Grayscale: #3C3C3C. Windows color (decimal): -12114275 or 10298951. OLE color: 10298951.
HSL color Cylindrical-coordinate representation of color #47269D: hue angle of 256.64º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47269D is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 38 | 157 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.38 |
| HSL | 256.64º | 0.61% | 0.38% | - |
| HSV(B) | 256.64º | 0.76% | 0.62% | - |
| XYZ | 9.38 | 5.16 | 32.4 | - |
| YUV | 61.43 | 181.93 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 38 | 157 | 0.55 | 0.76 | 0 | 0.38 | 256.64 | 0.61 | 0.38 |
| Hex | 47 | 26 | 9D | 37 | 4C | 0 | 26 | 101 | 3D | 26 |
| Octal | 107 | 46 | 235 | 67 | 114 | 0 | 46 | 401 | 75 | 46 |
| Binary | 1000111 | 100110 | 10011101 | 110111 | 1001100 | 0 | 100110 | 100000001 | 111101 | 100110 |
Color Harmonies of #47269D
Complementary color
Monochromatic Colors of #47269D
Black with #47269D
Text Example
Text Example
White with #47269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47269D; }
p { color: rgb(71,38,157); }
H1.HeaderClassName
{
color: #47269D;
}
.AnyTagClassName
{
color: #47269D;
}
</style>
background-color css
<style>
a { background-color: #47269D; }
a { background-color: rgb(71,38,157); }
div.DivClassName
{
background-color: #47269D;
}
.BgClassName
{
background-color: #47269D;
}
</style>
border-color css
<style>
span { border-color: #47269D; }
span { border-color: rgb(71,38,157); }
td.TdClassName
{
border-color: #47269D;
}
.TagClassName
{
border-color: #47269D;
}
</style>