Shades of Blue Diamond #491971
Tints of Blue Diamond #491971
RGB
CMYK
RGB Variations
Color information
#491971 (or 0x491971) is known color: Blue Diamond. HEX triplet: 49, 19 and 71. RGB value is (73,25,113). Sum of RGB (Red+Green+Blue) = 73+25+113=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #491971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491971 is #B6E68E. Grayscale: #313131. Windows color (decimal): -11986575 or 7412041. OLE color: 7412041.
HSL color Cylindrical-coordinate representation of color #491971: hue angle of 272.73º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491971 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 25 | 113 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.56 |
| HSL | 272.73º | 0.64% | 0.27% | - |
| HSV(B) | 272.73º | 0.78% | 0.44% | - |
| XYZ | 6.08 | 3.3 | 15.94 | - |
| YUV | 49.38 | 163.9 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 113 | 0.35 | 0.78 | 0 | 0.56 | 272.73 | 0.64 | 0.27 |
| Hex | 49 | 19 | 71 | 23 | 4E | 0 | 38 | 111 | 40 | 1B |
| Octal | 111 | 31 | 161 | 43 | 116 | 0 | 70 | 421 | 100 | 33 |
| Binary | 1001001 | 11001 | 1110001 | 100011 | 1001110 | 0 | 111000 | 100010001 | 1000000 | 11011 |
Color Harmonies of #491971
Complementary color
Monochromatic Colors of #491971
Black with #491971
Text Example
Text Example
White with #491971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491971; }
p { color: rgb(73,25,113); }
H1.HeaderClassName
{
color: #491971;
}
.AnyTagClassName
{
color: #491971;
}
</style>
background-color css
<style>
a { background-color: #491971; }
a { background-color: rgb(73,25,113); }
div.DivClassName
{
background-color: #491971;
}
.BgClassName
{
background-color: #491971;
}
</style>
border-color css
<style>
span { border-color: #491971; }
span { border-color: rgb(73,25,113); }
td.TdClassName
{
border-color: #491971;
}
.TagClassName
{
border-color: #491971;
}
</style>