Shades of Blue Diamond #491D6B
Tints of Blue Diamond #491D6B
RGB
CMYK
RGB Variations
Color information
#491D6B (or 0x491D6B) is known color: Blue Diamond. HEX triplet: 49, 1D and 6B. RGB value is (73,29,107). Sum of RGB (Red+Green+Blue) = 73+29+107=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #491D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491D6B is #B6E294. Grayscale: #323232. Windows color (decimal): -11985557 or 7019849. OLE color: 7019849.
HSL color Cylindrical-coordinate representation of color #491D6B: hue angle of 273.85º degrees, saturation: 0.57, 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 #491D6B is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 29 | 107 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.58 |
| HSL | 273.85º | 0.57% | 0.27% | - |
| HSV(B) | 273.85º | 0.73% | 0.42% | - |
| XYZ | 5.84 | 3.36 | 14.25 | - |
| YUV | 51.05 | 159.58 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 107 | 0.32 | 0.73 | 0 | 0.58 | 273.85 | 0.57 | 0.27 |
| Hex | 49 | 1D | 6B | 20 | 49 | 0 | 3A | 112 | 39 | 1B |
| Octal | 111 | 35 | 153 | 40 | 111 | 0 | 72 | 422 | 71 | 33 |
| Binary | 1001001 | 11101 | 1101011 | 100000 | 1001001 | 0 | 111010 | 100010010 | 111001 | 11011 |
Color Harmonies of #491D6B
Complementary color
Monochromatic Colors of #491D6B
Black with #491D6B
Text Example
Text Example
White with #491D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D6B; }
p { color: rgb(73,29,107); }
H1.HeaderClassName
{
color: #491D6B;
}
.AnyTagClassName
{
color: #491D6B;
}
</style>
background-color css
<style>
a { background-color: #491D6B; }
a { background-color: rgb(73,29,107); }
div.DivClassName
{
background-color: #491D6B;
}
.BgClassName
{
background-color: #491D6B;
}
</style>
border-color css
<style>
span { border-color: #491D6B; }
span { border-color: rgb(73,29,107); }
td.TdClassName
{
border-color: #491D6B;
}
.TagClassName
{
border-color: #491D6B;
}
</style>