Shades of Blue Diamond #491876
Tints of Blue Diamond #491876
RGB
CMYK
RGB Variations
Color information
#491876 (or 0x491876) is known color: Blue Diamond. HEX triplet: 49, 18 and 76. RGB value is (73,24,118). Sum of RGB (Red+Green+Blue) = 73+24+118=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #491876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491876 is #B6E789. Grayscale: #313131. Windows color (decimal): -11986826 or 7739465. OLE color: 7739465.
HSL color Cylindrical-coordinate representation of color #491876: hue angle of 271.28º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #491876 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 24 | 118 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.54 |
| HSL | 271.28º | 0.66% | 0.28% | - |
| HSV(B) | 271.28º | 0.8% | 0.46% | - |
| XYZ | 6.34 | 3.38 | 17.46 | - |
| YUV | 49.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 118 | 0.38 | 0.80 | 0 | 0.54 | 271.28 | 0.66 | 0.28 |
| Hex | 49 | 18 | 76 | 26 | 50 | 0 | 36 | 10F | 42 | 1C |
| Octal | 111 | 30 | 166 | 46 | 120 | 0 | 66 | 417 | 102 | 34 |
| Binary | 1001001 | 11000 | 1110110 | 100110 | 1010000 | 0 | 110110 | 100001111 | 1000010 | 11100 |
Color Harmonies of #491876
Complementary color
Monochromatic Colors of #491876
Black with #491876
Text Example
Text Example
White with #491876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491876; }
p { color: rgb(73,24,118); }
H1.HeaderClassName
{
color: #491876;
}
.AnyTagClassName
{
color: #491876;
}
</style>
background-color css
<style>
a { background-color: #491876; }
a { background-color: rgb(73,24,118); }
div.DivClassName
{
background-color: #491876;
}
.BgClassName
{
background-color: #491876;
}
</style>
border-color css
<style>
span { border-color: #491876; }
span { border-color: rgb(73,24,118); }
td.TdClassName
{
border-color: #491876;
}
.TagClassName
{
border-color: #491876;
}
</style>