Shades of Blue Gem #471AA4
Tints of Blue Gem #471AA4
RGB
CMYK
RGB Variations
Color information
#471AA4 (or 0x471AA4) is known color: Blue Gem. HEX triplet: 47, 1A and A4. RGB value is (71,26,164). Sum of RGB (Red+Green+Blue) = 71+26+164=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 164 (64.45% from 255 or 62.84% from 261); Max value from RGB is 164 - color contains mainly: blue. Hex color #471AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471AA4 is #B8E55B. Grayscale: #363636. Windows color (decimal): -12117340 or 10754631. OLE color: 10754631.
HSL color Cylindrical-coordinate representation of color #471AA4: hue angle of 259.57º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471AA4 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 26 | 164 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.36 |
| HSL | 259.57º | 0.73% | 0.37% | - |
| HSV(B) | 259.57º | 0.84% | 0.64% | - |
| XYZ | 9.67 | 4.76 | 35.53 | - |
| YUV | 55.19 | 189.41 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 164 | 0.57 | 0.84 | 0 | 0.36 | 259.57 | 0.73 | 0.37 |
| Hex | 47 | 1A | A4 | 39 | 54 | 0 | 24 | 104 | 49 | 25 |
| Octal | 107 | 32 | 244 | 71 | 124 | 0 | 44 | 404 | 111 | 45 |
| Binary | 1000111 | 11010 | 10100100 | 111001 | 1010100 | 0 | 100100 | 100000100 | 1001001 | 100101 |
Color Harmonies of #471AA4
Complementary color
Monochromatic Colors of #471AA4
Black with #471AA4
Text Example
Text Example
White with #471AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471AA4; }
p { color: rgb(71,26,164); }
H1.HeaderClassName
{
color: #471AA4;
}
.AnyTagClassName
{
color: #471AA4;
}
</style>
background-color css
<style>
a { background-color: #471AA4; }
a { background-color: rgb(71,26,164); }
div.DivClassName
{
background-color: #471AA4;
}
.BgClassName
{
background-color: #471AA4;
}
</style>
border-color css
<style>
span { border-color: #471AA4; }
span { border-color: rgb(71,26,164); }
td.TdClassName
{
border-color: #471AA4;
}
.TagClassName
{
border-color: #471AA4;
}
</style>