Shades of Blue Diamond #491B6D
Tints of Blue Diamond #491B6D
RGB
CMYK
RGB Variations
Color information
#491B6D (or 0x491B6D) is known color: Blue Diamond. HEX triplet: 49, 1B and 6D. RGB value is (73,27,109). Sum of RGB (Red+Green+Blue) = 73+27+109=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #491B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491B6D is #B6E492. Grayscale: #313131. Windows color (decimal): -11986067 or 7150409. OLE color: 7150409.
HSL color Cylindrical-coordinate representation of color #491B6D: hue angle of 273.66º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491B6D is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 27 | 109 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.57 |
| HSL | 273.66º | 0.6% | 0.27% | - |
| HSV(B) | 273.66º | 0.75% | 0.43% | - |
| XYZ | 5.9 | 3.3 | 14.79 | - |
| YUV | 50.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 109 | 0.33 | 0.75 | 0 | 0.57 | 273.66 | 0.6 | 0.27 |
| Hex | 49 | 1B | 6D | 21 | 4B | 0 | 39 | 112 | 3C | 1B |
| Octal | 111 | 33 | 155 | 41 | 113 | 0 | 71 | 422 | 74 | 33 |
| Binary | 1001001 | 11011 | 1101101 | 100001 | 1001011 | 0 | 111001 | 100010010 | 111100 | 11011 |
Color Harmonies of #491B6D
Complementary color
Monochromatic Colors of #491B6D
Black with #491B6D
Text Example
Text Example
White with #491B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B6D; }
p { color: rgb(73,27,109); }
H1.HeaderClassName
{
color: #491B6D;
}
.AnyTagClassName
{
color: #491B6D;
}
</style>
background-color css
<style>
a { background-color: #491B6D; }
a { background-color: rgb(73,27,109); }
div.DivClassName
{
background-color: #491B6D;
}
.BgClassName
{
background-color: #491B6D;
}
</style>
border-color css
<style>
span { border-color: #491B6D; }
span { border-color: rgb(73,27,109); }
td.TdClassName
{
border-color: #491B6D;
}
.TagClassName
{
border-color: #491B6D;
}
</style>