Shades of Blue Diamond #491878
Tints of Blue Diamond #491878
RGB
CMYK
RGB Variations
Color information
#491878 (or 0x491878) is known color: Blue Diamond. HEX triplet: 49, 18 and 78. RGB value is (73,24,120). Sum of RGB (Red+Green+Blue) = 73+24+120=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #491878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491878 is #B6E787. Grayscale: #313131. Windows color (decimal): -11986824 or 7870537. OLE color: 7870537.
HSL color Cylindrical-coordinate representation of color #491878: hue angle of 270.62º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #491878 is Cyan = 0.39, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 24 | 120 | - |
| CMYK | 0.39 | 0.8 | 0 | 0.53 |
| HSL | 270.63º | 0.67% | 0.28% | - |
| HSV(B) | 270.63º | 0.8% | 0.47% | - |
| XYZ | 6.46 | 3.43 | 18.09 | - |
| YUV | 49.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 120 | 0.39 | 0.8 | 0 | 0.53 | 270.63 | 0.67 | 0.28 |
| Hex | 49 | 18 | 78 | 27 | 50 | 0 | 35 | 10F | 43 | 1C |
| Octal | 111 | 30 | 170 | 47 | 120 | 0 | 65 | 417 | 103 | 34 |
| Binary | 1001001 | 11000 | 1111000 | 100111 | 1010000 | 0 | 110101 | 100001111 | 1000011 | 11100 |
Color Harmonies of #491878
Complementary color
Monochromatic Colors of #491878
Black with #491878
Text Example
Text Example
White with #491878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491878; }
p { color: rgb(73,24,120); }
H1.HeaderClassName
{
color: #491878;
}
.AnyTagClassName
{
color: #491878;
}
</style>
background-color css
<style>
a { background-color: #491878; }
a { background-color: rgb(73,24,120); }
div.DivClassName
{
background-color: #491878;
}
.BgClassName
{
background-color: #491878;
}
</style>
border-color css
<style>
span { border-color: #491878; }
span { border-color: rgb(73,24,120); }
td.TdClassName
{
border-color: #491878;
}
.TagClassName
{
border-color: #491878;
}
</style>