Shades of Blue Diamond #491978
Tints of Blue Diamond #491978
RGB
CMYK
RGB Variations
Color information
#491978 (or 0x491978) is known color: Blue Diamond. HEX triplet: 49, 19 and 78. RGB value is (73,25,120). Sum of RGB (Red+Green+Blue) = 73+25+120=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #491978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491978 is #B6E687. Grayscale: #313131. Windows color (decimal): -11986568 or 7870793. OLE color: 7870793.
HSL color Cylindrical-coordinate representation of color #491978: hue angle of 270.32º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #491978 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 25 | 120 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.53 |
| HSL | 270.32º | 0.66% | 0.28% | - |
| HSV(B) | 270.32º | 0.79% | 0.47% | - |
| XYZ | 6.49 | 3.47 | 18.1 | - |
| YUV | 50.18 | 167.4 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 120 | 0.39 | 0.79 | 0 | 0.53 | 270.32 | 0.66 | 0.28 |
| Hex | 49 | 19 | 78 | 27 | 4F | 0 | 35 | 10E | 42 | 1C |
| Octal | 111 | 31 | 170 | 47 | 117 | 0 | 65 | 416 | 102 | 34 |
| Binary | 1001001 | 11001 | 1111000 | 100111 | 1001111 | 0 | 110101 | 100001110 | 1000010 | 11100 |
Color Harmonies of #491978
Complementary color
Monochromatic Colors of #491978
Black with #491978
Text Example
Text Example
White with #491978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491978; }
p { color: rgb(73,25,120); }
H1.HeaderClassName
{
color: #491978;
}
.AnyTagClassName
{
color: #491978;
}
</style>
background-color css
<style>
a { background-color: #491978; }
a { background-color: rgb(73,25,120); }
div.DivClassName
{
background-color: #491978;
}
.BgClassName
{
background-color: #491978;
}
</style>
border-color css
<style>
span { border-color: #491978; }
span { border-color: rgb(73,25,120); }
td.TdClassName
{
border-color: #491978;
}
.TagClassName
{
border-color: #491978;
}
</style>