Shades of Blue Diamond #492B63
Tints of Blue Diamond #492B63
RGB
CMYK
RGB Variations
Color information
#492B63 (or 0x492B63) is known color: Blue Diamond. HEX triplet: 49, 2B and 63. RGB value is (73,43,99). Sum of RGB (Red+Green+Blue) = 73+43+99=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #492B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492B63 is #B6D49C. Grayscale: #3A3A3A. Windows color (decimal): -11981981 or 6499145. OLE color: 6499145.
HSL color Cylindrical-coordinate representation of color #492B63: hue angle of 272.14º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #492B63 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 43 | 99 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.61 |
| HSL | 272.14º | 0.39% | 0.28% | - |
| HSV(B) | 272.14º | 0.57% | 0.39% | - |
| XYZ | 5.86 | 4.05 | 12.28 | - |
| YUV | 58.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 99 | 0.26 | 0.57 | 0 | 0.61 | 272.14 | 0.39 | 0.28 |
| Hex | 49 | 2B | 63 | 1A | 39 | 0 | 3D | 110 | 27 | 1C |
| Octal | 111 | 53 | 143 | 32 | 71 | 0 | 75 | 420 | 47 | 34 |
| Binary | 1001001 | 101011 | 1100011 | 11010 | 111001 | 0 | 111101 | 100010000 | 100111 | 11100 |
Color Harmonies of #492B63
Complementary color
Monochromatic Colors of #492B63
Black with #492B63
Text Example
Text Example
White with #492B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B63; }
p { color: rgb(73,43,99); }
H1.HeaderClassName
{
color: #492B63;
}
.AnyTagClassName
{
color: #492B63;
}
</style>
background-color css
<style>
a { background-color: #492B63; }
a { background-color: rgb(73,43,99); }
div.DivClassName
{
background-color: #492B63;
}
.BgClassName
{
background-color: #492B63;
}
</style>
border-color css
<style>
span { border-color: #492B63; }
span { border-color: rgb(73,43,99); }
td.TdClassName
{
border-color: #492B63;
}
.TagClassName
{
border-color: #492B63;
}
</style>