Shades of Blue Gem #471DA0
Tints of Blue Gem #471DA0
RGB
CMYK
RGB Variations
Color information
#471DA0 (or 0x471DA0) is known color: Blue Gem. HEX triplet: 47, 1D and A0. RGB value is (71,29,160). Sum of RGB (Red+Green+Blue) = 71+29+160=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 160 (62.89% from 255 or 61.54% from 260); Max value from RGB is 160 - color contains mainly: blue. Hex color #471DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471DA0 is #B8E25F. Grayscale: #383838. Windows color (decimal): -12116576 or 10493255. OLE color: 10493255.
HSL color Cylindrical-coordinate representation of color #471DA0: hue angle of 259.24º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471DA0 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 29 | 160 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.37 |
| HSL | 259.24º | 0.69% | 0.37% | - |
| HSV(B) | 259.24º | 0.82% | 0.63% | - |
| XYZ | 9.38 | 4.76 | 33.68 | - |
| YUV | 56.49 | 186.41 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 160 | 0.56 | 0.82 | 0 | 0.37 | 259.24 | 0.69 | 0.37 |
| Hex | 47 | 1D | A0 | 38 | 52 | 0 | 25 | 103 | 45 | 25 |
| Octal | 107 | 35 | 240 | 70 | 122 | 0 | 45 | 403 | 105 | 45 |
| Binary | 1000111 | 11101 | 10100000 | 111000 | 1010010 | 0 | 100101 | 100000011 | 1000101 | 100101 |
Color Harmonies of #471DA0
Complementary color
Monochromatic Colors of #471DA0
Black with #471DA0
Text Example
Text Example
White with #471DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471DA0; }
p { color: rgb(71,29,160); }
H1.HeaderClassName
{
color: #471DA0;
}
.AnyTagClassName
{
color: #471DA0;
}
</style>
background-color css
<style>
a { background-color: #471DA0; }
a { background-color: rgb(71,29,160); }
div.DivClassName
{
background-color: #471DA0;
}
.BgClassName
{
background-color: #471DA0;
}
</style>
border-color css
<style>
span { border-color: #471DA0; }
span { border-color: rgb(71,29,160); }
td.TdClassName
{
border-color: #471DA0;
}
.TagClassName
{
border-color: #471DA0;
}
</style>