Shades of Blue Diamond #491D71
Tints of Blue Diamond #491D71
RGB
CMYK
RGB Variations
Color information
#491D71 (or 0x491D71) is known color: Blue Diamond. HEX triplet: 49, 1D and 71. RGB value is (73,29,113). Sum of RGB (Red+Green+Blue) = 73+29+113=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #491D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491D71 is #B6E28E. Grayscale: #333333. Windows color (decimal): -11985551 or 7413065. OLE color: 7413065.
HSL color Cylindrical-coordinate representation of color #491D71: hue angle of 271.43º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #491D71 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 29 | 113 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.56 |
| HSL | 271.43º | 0.59% | 0.28% | - |
| HSV(B) | 271.43º | 0.74% | 0.44% | - |
| XYZ | 6.17 | 3.49 | 15.97 | - |
| YUV | 51.73 | 162.58 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 113 | 0.35 | 0.74 | 0 | 0.56 | 271.43 | 0.59 | 0.28 |
| Hex | 49 | 1D | 71 | 23 | 4A | 0 | 38 | 10F | 3B | 1C |
| Octal | 111 | 35 | 161 | 43 | 112 | 0 | 70 | 417 | 73 | 34 |
| Binary | 1001001 | 11101 | 1110001 | 100011 | 1001010 | 0 | 111000 | 100001111 | 111011 | 11100 |
Color Harmonies of #491D71
Complementary color
Monochromatic Colors of #491D71
Black with #491D71
Text Example
Text Example
White with #491D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D71; }
p { color: rgb(73,29,113); }
H1.HeaderClassName
{
color: #491D71;
}
.AnyTagClassName
{
color: #491D71;
}
</style>
background-color css
<style>
a { background-color: #491D71; }
a { background-color: rgb(73,29,113); }
div.DivClassName
{
background-color: #491D71;
}
.BgClassName
{
background-color: #491D71;
}
</style>
border-color css
<style>
span { border-color: #491D71; }
span { border-color: rgb(73,29,113); }
td.TdClassName
{
border-color: #491D71;
}
.TagClassName
{
border-color: #491D71;
}
</style>