Shades of Blue Diamond #491D6C
Tints of Blue Diamond #491D6C
RGB
CMYK
RGB Variations
Color information
#491D6C (or 0x491D6C) is known color: Blue Diamond. HEX triplet: 49, 1D and 6C. RGB value is (73,29,108). Sum of RGB (Red+Green+Blue) = 73+29+108=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #491D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491D6C is #B6E293. Grayscale: #323232. Windows color (decimal): -11985556 or 7085385. OLE color: 7085385.
HSL color Cylindrical-coordinate representation of color #491D6C: hue angle of 273.42º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #491D6C is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 29 | 108 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.58 |
| HSL | 273.42º | 0.58% | 0.27% | - |
| HSV(B) | 273.42º | 0.73% | 0.42% | - |
| XYZ | 5.89 | 3.38 | 14.53 | - |
| YUV | 51.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 108 | 0.32 | 0.73 | 0 | 0.58 | 273.42 | 0.58 | 0.27 |
| Hex | 49 | 1D | 6C | 20 | 49 | 0 | 3A | 111 | 3A | 1B |
| Octal | 111 | 35 | 154 | 40 | 111 | 0 | 72 | 421 | 72 | 33 |
| Binary | 1001001 | 11101 | 1101100 | 100000 | 1001001 | 0 | 111010 | 100010001 | 111010 | 11011 |
Color Harmonies of #491D6C
Complementary color
Monochromatic Colors of #491D6C
Black with #491D6C
Text Example
Text Example
White with #491D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D6C; }
p { color: rgb(73,29,108); }
H1.HeaderClassName
{
color: #491D6C;
}
.AnyTagClassName
{
color: #491D6C;
}
</style>
background-color css
<style>
a { background-color: #491D6C; }
a { background-color: rgb(73,29,108); }
div.DivClassName
{
background-color: #491D6C;
}
.BgClassName
{
background-color: #491D6C;
}
</style>
border-color css
<style>
span { border-color: #491D6C; }
span { border-color: rgb(73,29,108); }
td.TdClassName
{
border-color: #491D6C;
}
.TagClassName
{
border-color: #491D6C;
}
</style>