Shades of Blue Diamond #491C72
Tints of Blue Diamond #491C72
RGB
CMYK
RGB Variations
Color information
#491C72 (or 0x491C72) is known color: Blue Diamond. HEX triplet: 49, 1C and 72. RGB value is (73,28,114). Sum of RGB (Red+Green+Blue) = 73+28+114=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #491C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491C72 is #B6E38D. Grayscale: #323232. Windows color (decimal): -11985806 or 7478345. OLE color: 7478345.
HSL color Cylindrical-coordinate representation of color #491C72: hue angle of 271.4º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491C72 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 28 | 114 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.55 |
| HSL | 271.4º | 0.61% | 0.28% | - |
| HSV(B) | 271.4º | 0.75% | 0.45% | - |
| XYZ | 6.2 | 3.46 | 16.26 | - |
| YUV | 51.26 | 163.41 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 114 | 0.36 | 0.75 | 0 | 0.55 | 271.4 | 0.61 | 0.28 |
| Hex | 49 | 1C | 72 | 24 | 4B | 0 | 37 | 10F | 3D | 1C |
| Octal | 111 | 34 | 162 | 44 | 113 | 0 | 67 | 417 | 75 | 34 |
| Binary | 1001001 | 11100 | 1110010 | 100100 | 1001011 | 0 | 110111 | 100001111 | 111101 | 11100 |
Color Harmonies of #491C72
Complementary color
Monochromatic Colors of #491C72
Black with #491C72
Text Example
Text Example
White with #491C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C72; }
p { color: rgb(73,28,114); }
H1.HeaderClassName
{
color: #491C72;
}
.AnyTagClassName
{
color: #491C72;
}
</style>
background-color css
<style>
a { background-color: #491C72; }
a { background-color: rgb(73,28,114); }
div.DivClassName
{
background-color: #491C72;
}
.BgClassName
{
background-color: #491C72;
}
</style>
border-color css
<style>
span { border-color: #491C72; }
span { border-color: rgb(73,28,114); }
td.TdClassName
{
border-color: #491C72;
}
.TagClassName
{
border-color: #491C72;
}
</style>