Shades of Blue Diamond #491F70
Tints of Blue Diamond #491F70
RGB
CMYK
RGB Variations
Color information
#491F70 (or 0x491F70) is known color: Blue Diamond. HEX triplet: 49, 1F and 70. RGB value is (73,31,112). Sum of RGB (Red+Green+Blue) = 73+31+112=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #491F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F70 is #B6E08F. Grayscale: #343434. Windows color (decimal): -11985040 or 7348041. OLE color: 7348041.
HSL color Cylindrical-coordinate representation of color #491F70: hue angle of 271.11º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #491F70 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 31 | 112 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.56 |
| HSL | 271.11º | 0.57% | 0.28% | - |
| HSV(B) | 271.11º | 0.72% | 0.44% | - |
| XYZ | 6.16 | 3.57 | 15.69 | - |
| YUV | 52.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 112 | 0.35 | 0.72 | 0 | 0.56 | 271.11 | 0.57 | 0.28 |
| Hex | 49 | 1F | 70 | 23 | 48 | 0 | 38 | 10F | 39 | 1C |
| Octal | 111 | 37 | 160 | 43 | 110 | 0 | 70 | 417 | 71 | 34 |
| Binary | 1001001 | 11111 | 1110000 | 100011 | 1001000 | 0 | 111000 | 100001111 | 111001 | 11100 |
Color Harmonies of #491F70
Complementary color
Monochromatic Colors of #491F70
Black with #491F70
Text Example
Text Example
White with #491F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F70; }
p { color: rgb(73,31,112); }
H1.HeaderClassName
{
color: #491F70;
}
.AnyTagClassName
{
color: #491F70;
}
</style>
background-color css
<style>
a { background-color: #491F70; }
a { background-color: rgb(73,31,112); }
div.DivClassName
{
background-color: #491F70;
}
.BgClassName
{
background-color: #491F70;
}
</style>
border-color css
<style>
span { border-color: #491F70; }
span { border-color: rgb(73,31,112); }
td.TdClassName
{
border-color: #491F70;
}
.TagClassName
{
border-color: #491F70;
}
</style>