Shades of Blue Diamond #491968
Tints of Blue Diamond #491968
RGB
CMYK
RGB Variations
Color information
#491968 (or 0x491968) is known color: Blue Diamond. HEX triplet: 49, 19 and 68. RGB value is (73,25,104). Sum of RGB (Red+Green+Blue) = 73+25+104=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #491968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491968 is #B6E697. Grayscale: #303030. Windows color (decimal): -11986584 or 6822217. OLE color: 6822217.
HSL color Cylindrical-coordinate representation of color #491968: hue angle of 276.46º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #491968 is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 25 | 104 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.59 |
| HSL | 276.46º | 0.61% | 0.25% | - |
| HSV(B) | 276.46º | 0.76% | 0.41% | - |
| XYZ | 5.59 | 3.11 | 13.4 | - |
| YUV | 48.36 | 159.4 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 104 | 0.30 | 0.76 | 0 | 0.59 | 276.46 | 0.61 | 0.25 |
| Hex | 49 | 19 | 68 | 1E | 4C | 0 | 3B | 114 | 3D | 19 |
| Octal | 111 | 31 | 150 | 36 | 114 | 0 | 73 | 424 | 75 | 31 |
| Binary | 1001001 | 11001 | 1101000 | 11110 | 1001100 | 0 | 111011 | 100010100 | 111101 | 11001 |
Color Harmonies of #491968
Complementary color
Monochromatic Colors of #491968
Black with #491968
Text Example
Text Example
White with #491968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491968; }
p { color: rgb(73,25,104); }
H1.HeaderClassName
{
color: #491968;
}
.AnyTagClassName
{
color: #491968;
}
</style>
background-color css
<style>
a { background-color: #491968; }
a { background-color: rgb(73,25,104); }
div.DivClassName
{
background-color: #491968;
}
.BgClassName
{
background-color: #491968;
}
</style>
border-color css
<style>
span { border-color: #491968; }
span { border-color: rgb(73,25,104); }
td.TdClassName
{
border-color: #491968;
}
.TagClassName
{
border-color: #491968;
}
</style>