Shades of Blue Diamond #491C74
Tints of Blue Diamond #491C74
RGB
CMYK
RGB Variations
Color information
#491C74 (or 0x491C74) is known color: Blue Diamond. HEX triplet: 49, 1C and 74. RGB value is (73,28,116). Sum of RGB (Red+Green+Blue) = 73+28+116=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #491C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491C74 is #B6E38B. Grayscale: #333333. Windows color (decimal): -11985804 or 7609417. OLE color: 7609417.
HSL color Cylindrical-coordinate representation of color #491C74: hue angle of 270.68º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #491C74 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 28 | 116 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.55 |
| HSL | 270.68º | 0.61% | 0.28% | - |
| HSV(B) | 270.68º | 0.76% | 0.45% | - |
| XYZ | 6.32 | 3.51 | 16.87 | - |
| YUV | 51.49 | 164.41 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 116 | 0.37 | 0.76 | 0 | 0.55 | 270.68 | 0.61 | 0.28 |
| Hex | 49 | 1C | 74 | 25 | 4C | 0 | 37 | 10F | 3D | 1C |
| Octal | 111 | 34 | 164 | 45 | 114 | 0 | 67 | 417 | 75 | 34 |
| Binary | 1001001 | 11100 | 1110100 | 100101 | 1001100 | 0 | 110111 | 100001111 | 111101 | 11100 |
Color Harmonies of #491C74
Complementary color
Monochromatic Colors of #491C74
Black with #491C74
Text Example
Text Example
White with #491C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C74; }
p { color: rgb(73,28,116); }
H1.HeaderClassName
{
color: #491C74;
}
.AnyTagClassName
{
color: #491C74;
}
</style>
background-color css
<style>
a { background-color: #491C74; }
a { background-color: rgb(73,28,116); }
div.DivClassName
{
background-color: #491C74;
}
.BgClassName
{
background-color: #491C74;
}
</style>
border-color css
<style>
span { border-color: #491C74; }
span { border-color: rgb(73,28,116); }
td.TdClassName
{
border-color: #491C74;
}
.TagClassName
{
border-color: #491C74;
}
</style>