Shades of Blue Diamond #491F71
Tints of Blue Diamond #491F71
RGB
CMYK
RGB Variations
Color information
#491F71 (or 0x491F71) is known color: Blue Diamond. HEX triplet: 49, 1F and 71. RGB value is (73,31,113). Sum of RGB (Red+Green+Blue) = 73+31+113=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #491F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F71 is #B6E08E. Grayscale: #343434. Windows color (decimal): -11985039 or 7413577. OLE color: 7413577.
HSL color Cylindrical-coordinate representation of color #491F71: hue angle of 270.73º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #491F71 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 31 | 113 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.56 |
| HSL | 270.73º | 0.57% | 0.28% | - |
| HSV(B) | 270.73º | 0.73% | 0.44% | - |
| XYZ | 6.22 | 3.59 | 15.99 | - |
| YUV | 52.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 113 | 0.35 | 0.73 | 0 | 0.56 | 270.73 | 0.57 | 0.28 |
| Hex | 49 | 1F | 71 | 23 | 49 | 0 | 38 | 10F | 39 | 1C |
| Octal | 111 | 37 | 161 | 43 | 111 | 0 | 70 | 417 | 71 | 34 |
| Binary | 1001001 | 11111 | 1110001 | 100011 | 1001001 | 0 | 111000 | 100001111 | 111001 | 11100 |
Color Harmonies of #491F71
Complementary color
Monochromatic Colors of #491F71
Black with #491F71
Text Example
Text Example
White with #491F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F71; }
p { color: rgb(73,31,113); }
H1.HeaderClassName
{
color: #491F71;
}
.AnyTagClassName
{
color: #491F71;
}
</style>
background-color css
<style>
a { background-color: #491F71; }
a { background-color: rgb(73,31,113); }
div.DivClassName
{
background-color: #491F71;
}
.BgClassName
{
background-color: #491F71;
}
</style>
border-color css
<style>
span { border-color: #491F71; }
span { border-color: rgb(73,31,113); }
td.TdClassName
{
border-color: #491F71;
}
.TagClassName
{
border-color: #491F71;
}
</style>