Shades of Blue Gem #471A9B
Tints of Blue Gem #471A9B
RGB
CMYK
RGB Variations
Color information
#471A9B (or 0x471A9B) is known color: Blue Gem. HEX triplet: 47, 1A and 9B. RGB value is (71,26,155). Sum of RGB (Red+Green+Blue) = 71+26+155=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #471A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471A9B is #B8E564. Grayscale: #353535. Windows color (decimal): -12117349 or 10164807. OLE color: 10164807.
HSL color Cylindrical-coordinate representation of color #471A9B: hue angle of 260.93º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #471A9B is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 26 | 155 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.39 |
| HSL | 260.93º | 0.71% | 0.35% | - |
| HSV(B) | 260.93º | 0.83% | 0.61% | - |
| XYZ | 8.88 | 4.44 | 31.4 | - |
| YUV | 54.16 | 184.91 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 155 | 0.54 | 0.83 | 0 | 0.39 | 260.93 | 0.71 | 0.35 |
| Hex | 47 | 1A | 9B | 36 | 53 | 0 | 27 | 105 | 47 | 23 |
| Octal | 107 | 32 | 233 | 66 | 123 | 0 | 47 | 405 | 107 | 43 |
| Binary | 1000111 | 11010 | 10011011 | 110110 | 1010011 | 0 | 100111 | 100000101 | 1000111 | 100011 |
Color Harmonies of #471A9B
Complementary color
Monochromatic Colors of #471A9B
Black with #471A9B
Text Example
Text Example
White with #471A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A9B; }
p { color: rgb(71,26,155); }
H1.HeaderClassName
{
color: #471A9B;
}
.AnyTagClassName
{
color: #471A9B;
}
</style>
background-color css
<style>
a { background-color: #471A9B; }
a { background-color: rgb(71,26,155); }
div.DivClassName
{
background-color: #471A9B;
}
.BgClassName
{
background-color: #471A9B;
}
</style>
border-color css
<style>
span { border-color: #471A9B; }
span { border-color: rgb(71,26,155); }
td.TdClassName
{
border-color: #471A9B;
}
.TagClassName
{
border-color: #471A9B;
}
</style>