Shades of Blue Diamond #491A6D
Tints of Blue Diamond #491A6D
RGB
CMYK
RGB Variations
Color information
#491A6D (or 0x491A6D) is known color: Blue Diamond. HEX triplet: 49, 1A and 6D. RGB value is (73,26,109). Sum of RGB (Red+Green+Blue) = 73+26+109=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #491A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491A6D is #B6E592. Grayscale: #313131. Windows color (decimal): -11986323 or 7150153. OLE color: 7150153.
HSL color Cylindrical-coordinate representation of color #491A6D: hue angle of 273.98º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #491A6D is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 26 | 109 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.57 |
| HSL | 273.98º | 0.61% | 0.26% | - |
| HSV(B) | 273.98º | 0.76% | 0.43% | - |
| XYZ | 5.88 | 3.26 | 14.79 | - |
| YUV | 49.52 | 161.57 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 109 | 0.33 | 0.76 | 0 | 0.57 | 273.98 | 0.61 | 0.26 |
| Hex | 49 | 1A | 6D | 21 | 4C | 0 | 39 | 112 | 3D | 1A |
| Octal | 111 | 32 | 155 | 41 | 114 | 0 | 71 | 422 | 75 | 32 |
| Binary | 1001001 | 11010 | 1101101 | 100001 | 1001100 | 0 | 111001 | 100010010 | 111101 | 11010 |
Color Harmonies of #491A6D
Complementary color
Monochromatic Colors of #491A6D
Black with #491A6D
Text Example
Text Example
White with #491A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491A6D; }
p { color: rgb(73,26,109); }
H1.HeaderClassName
{
color: #491A6D;
}
.AnyTagClassName
{
color: #491A6D;
}
</style>
background-color css
<style>
a { background-color: #491A6D; }
a { background-color: rgb(73,26,109); }
div.DivClassName
{
background-color: #491A6D;
}
.BgClassName
{
background-color: #491A6D;
}
</style>
border-color css
<style>
span { border-color: #491A6D; }
span { border-color: rgb(73,26,109); }
td.TdClassName
{
border-color: #491A6D;
}
.TagClassName
{
border-color: #491A6D;
}
</style>