Shades of Blue Diamond #491676
Tints of Blue Diamond #491676
RGB
CMYK
RGB Variations
Color information
#491676 (or 0x491676) is known color: Blue Diamond. HEX triplet: 49, 16 and 76. RGB value is (73,22,118). Sum of RGB (Red+Green+Blue) = 73+22+118=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #491676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491676 is #B6E989. Grayscale: #2F2F2F. Windows color (decimal): -11987338 or 7738953. OLE color: 7738953.
HSL color Cylindrical-coordinate representation of color #491676: hue angle of 271.88º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491676 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 22 | 118 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.54 |
| HSL | 271.88º | 0.69% | 0.27% | - |
| HSV(B) | 271.88º | 0.81% | 0.46% | - |
| XYZ | 6.3 | 3.3 | 17.44 | - |
| YUV | 48.19 | 167.4 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 118 | 0.38 | 0.81 | 0 | 0.54 | 271.88 | 0.69 | 0.27 |
| Hex | 49 | 16 | 76 | 26 | 51 | 0 | 36 | 110 | 45 | 1B |
| Octal | 111 | 26 | 166 | 46 | 121 | 0 | 66 | 420 | 105 | 33 |
| Binary | 1001001 | 10110 | 1110110 | 100110 | 1010001 | 0 | 110110 | 100010000 | 1000101 | 11011 |
Color Harmonies of #491676
Complementary color
Monochromatic Colors of #491676
Black with #491676
Text Example
Text Example
White with #491676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491676; }
p { color: rgb(73,22,118); }
H1.HeaderClassName
{
color: #491676;
}
.AnyTagClassName
{
color: #491676;
}
</style>
background-color css
<style>
a { background-color: #491676; }
a { background-color: rgb(73,22,118); }
div.DivClassName
{
background-color: #491676;
}
.BgClassName
{
background-color: #491676;
}
</style>
border-color css
<style>
span { border-color: #491676; }
span { border-color: rgb(73,22,118); }
td.TdClassName
{
border-color: #491676;
}
.TagClassName
{
border-color: #491676;
}
</style>