Shades of Blue Diamond #491C76
Tints of Blue Diamond #491C76
RGB
CMYK
RGB Variations
Color information
#491C76 (or 0x491C76) is known color: Blue Diamond. HEX triplet: 49, 1C and 76. RGB value is (73,28,118). Sum of RGB (Red+Green+Blue) = 73+28+118=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #491C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491C76 is #B6E389. Grayscale: #333333. Windows color (decimal): -11985802 or 7740489. OLE color: 7740489.
HSL color Cylindrical-coordinate representation of color #491C76: hue angle of 270º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #491C76 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 28 | 118 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.54 |
| HSL | 270º | 0.62% | 0.29% | - |
| HSV(B) | 270º | 0.76% | 0.46% | - |
| XYZ | 6.43 | 3.55 | 17.49 | - |
| YUV | 51.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 118 | 0.38 | 0.76 | 0 | 0.54 | 270 | 0.62 | 0.29 |
| Hex | 49 | 1C | 76 | 26 | 4C | 0 | 36 | 10E | 3E | 1D |
| Octal | 111 | 34 | 166 | 46 | 114 | 0 | 66 | 416 | 76 | 35 |
| Binary | 1001001 | 11100 | 1110110 | 100110 | 1001100 | 0 | 110110 | 100001110 | 111110 | 11101 |
Color Harmonies of #491C76
Complementary color
Monochromatic Colors of #491C76
Black with #491C76
Text Example
Text Example
White with #491C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C76; }
p { color: rgb(73,28,118); }
H1.HeaderClassName
{
color: #491C76;
}
.AnyTagClassName
{
color: #491C76;
}
</style>
background-color css
<style>
a { background-color: #491C76; }
a { background-color: rgb(73,28,118); }
div.DivClassName
{
background-color: #491C76;
}
.BgClassName
{
background-color: #491C76;
}
</style>
border-color css
<style>
span { border-color: #491C76; }
span { border-color: rgb(73,28,118); }
td.TdClassName
{
border-color: #491C76;
}
.TagClassName
{
border-color: #491C76;
}
</style>