Shades of Blue Diamond #492D63
Tints of Blue Diamond #492D63
RGB
CMYK
RGB Variations
Color information
#492D63 (or 0x492D63) is known color: Blue Diamond. HEX triplet: 49, 2D and 63. RGB value is (73,45,99). Sum of RGB (Red+Green+Blue) = 73+45+99=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #492D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492D63 is #B6D29C. Grayscale: #3B3B3B. Windows color (decimal): -11981469 or 6499657. OLE color: 6499657.
HSL color Cylindrical-coordinate representation of color #492D63: hue angle of 271.11º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #492D63 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 45 | 99 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.61 |
| HSL | 271.11º | 0.38% | 0.28% | - |
| HSV(B) | 271.11º | 0.55% | 0.39% | - |
| XYZ | 5.94 | 4.19 | 12.3 | - |
| YUV | 59.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 99 | 0.26 | 0.55 | 0 | 0.61 | 271.11 | 0.38 | 0.28 |
| Hex | 49 | 2D | 63 | 1A | 37 | 0 | 3D | 10F | 26 | 1C |
| Octal | 111 | 55 | 143 | 32 | 67 | 0 | 75 | 417 | 46 | 34 |
| Binary | 1001001 | 101101 | 1100011 | 11010 | 110111 | 0 | 111101 | 100001111 | 100110 | 11100 |
Color Harmonies of #492D63
Complementary color
Monochromatic Colors of #492D63
Black with #492D63
Text Example
Text Example
White with #492D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D63; }
p { color: rgb(73,45,99); }
H1.HeaderClassName
{
color: #492D63;
}
.AnyTagClassName
{
color: #492D63;
}
</style>
background-color css
<style>
a { background-color: #492D63; }
a { background-color: rgb(73,45,99); }
div.DivClassName
{
background-color: #492D63;
}
.BgClassName
{
background-color: #492D63;
}
</style>
border-color css
<style>
span { border-color: #492D63; }
span { border-color: rgb(73,45,99); }
td.TdClassName
{
border-color: #492D63;
}
.TagClassName
{
border-color: #492D63;
}
</style>