Shades of Blue Diamond #492971
Tints of Blue Diamond #492971
RGB
CMYK
RGB Variations
Color information
#492971 (or 0x492971) is known color: Blue Diamond. HEX triplet: 49, 29 and 71. RGB value is (73,41,113). Sum of RGB (Red+Green+Blue) = 73+41+113=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #492971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492971 is #B6D68E. Grayscale: #3A3A3A. Windows color (decimal): -11982479 or 7416137. OLE color: 7416137.
HSL color Cylindrical-coordinate representation of color #492971: hue angle of 266.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #492971 is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 41 | 113 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.56 |
| HSL | 266.67º | 0.47% | 0.3% | - |
| HSV(B) | 266.67º | 0.64% | 0.44% | - |
| XYZ | 6.52 | 4.19 | 16.09 | - |
| YUV | 58.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 113 | 0.35 | 0.64 | 0 | 0.56 | 266.67 | 0.47 | 0.3 |
| Hex | 49 | 29 | 71 | 23 | 40 | 0 | 38 | 10B | 2F | 1E |
| Octal | 111 | 51 | 161 | 43 | 100 | 0 | 70 | 413 | 57 | 36 |
| Binary | 1001001 | 101001 | 1110001 | 100011 | 1000000 | 0 | 111000 | 100001011 | 101111 | 11110 |
Color Harmonies of #492971
Complementary color
Monochromatic Colors of #492971
Black with #492971
Text Example
Text Example
White with #492971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492971; }
p { color: rgb(73,41,113); }
H1.HeaderClassName
{
color: #492971;
}
.AnyTagClassName
{
color: #492971;
}
</style>
background-color css
<style>
a { background-color: #492971; }
a { background-color: rgb(73,41,113); }
div.DivClassName
{
background-color: #492971;
}
.BgClassName
{
background-color: #492971;
}
</style>
border-color css
<style>
span { border-color: #492971; }
span { border-color: rgb(73,41,113); }
td.TdClassName
{
border-color: #492971;
}
.TagClassName
{
border-color: #492971;
}
</style>