Shades of Blue Gem #471B9E
Tints of Blue Gem #471B9E
RGB
CMYK
RGB Variations
Color information
#471B9E (or 0x471B9E) is known color: Blue Gem. HEX triplet: 47, 1B and 9E. RGB value is (71,27,158). Sum of RGB (Red+Green+Blue) = 71+27+158=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #471B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471B9E is #B8E461. Grayscale: #363636. Windows color (decimal): -12117090 or 10361671. OLE color: 10361671.
HSL color Cylindrical-coordinate representation of color #471B9E: hue angle of 260.15º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #471B9E is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 27 | 158 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.38 |
| HSL | 260.15º | 0.71% | 0.36% | - |
| HSV(B) | 260.15º | 0.83% | 0.62% | - |
| XYZ | 9.16 | 4.59 | 32.75 | - |
| YUV | 55.09 | 186.08 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 158 | 0.55 | 0.83 | 0 | 0.38 | 260.15 | 0.71 | 0.36 |
| Hex | 47 | 1B | 9E | 37 | 53 | 0 | 26 | 104 | 47 | 24 |
| Octal | 107 | 33 | 236 | 67 | 123 | 0 | 46 | 404 | 107 | 44 |
| Binary | 1000111 | 11011 | 10011110 | 110111 | 1010011 | 0 | 100110 | 100000100 | 1000111 | 100100 |
Color Harmonies of #471B9E
Complementary color
Monochromatic Colors of #471B9E
Black with #471B9E
Text Example
Text Example
White with #471B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471B9E; }
p { color: rgb(71,27,158); }
H1.HeaderClassName
{
color: #471B9E;
}
.AnyTagClassName
{
color: #471B9E;
}
</style>
background-color css
<style>
a { background-color: #471B9E; }
a { background-color: rgb(71,27,158); }
div.DivClassName
{
background-color: #471B9E;
}
.BgClassName
{
background-color: #471B9E;
}
</style>
border-color css
<style>
span { border-color: #471B9E; }
span { border-color: rgb(71,27,158); }
td.TdClassName
{
border-color: #471B9E;
}
.TagClassName
{
border-color: #471B9E;
}
</style>