Shades of Blue Diamond #492C65
Tints of Blue Diamond #492C65
RGB
CMYK
RGB Variations
Color information
#492C65 (or 0x492C65) is known color: Blue Diamond. HEX triplet: 49, 2C and 65. RGB value is (73,44,101). Sum of RGB (Red+Green+Blue) = 73+44+101=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #492C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C65 is #B6D39A. Grayscale: #3A3A3A. Windows color (decimal): -11981723 or 6630473. OLE color: 6630473.
HSL color Cylindrical-coordinate representation of color #492C65: hue angle of 270.53º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492C65 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 44 | 101 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.60 |
| HSL | 270.53º | 0.39% | 0.28% | - |
| HSV(B) | 270.53º | 0.56% | 0.4% | - |
| XYZ | 6 | 4.16 | 12.8 | - |
| YUV | 59.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 101 | 0.28 | 0.56 | 0 | 0.60 | 270.53 | 0.39 | 0.28 |
| Hex | 49 | 2C | 65 | 1C | 38 | 0 | 3C | 10F | 27 | 1C |
| Octal | 111 | 54 | 145 | 34 | 70 | 0 | 74 | 417 | 47 | 34 |
| Binary | 1001001 | 101100 | 1100101 | 11100 | 111000 | 0 | 111100 | 100001111 | 100111 | 11100 |
Color Harmonies of #492C65
Complementary color
Monochromatic Colors of #492C65
Black with #492C65
Text Example
Text Example
White with #492C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C65; }
p { color: rgb(73,44,101); }
H1.HeaderClassName
{
color: #492C65;
}
.AnyTagClassName
{
color: #492C65;
}
</style>
background-color css
<style>
a { background-color: #492C65; }
a { background-color: rgb(73,44,101); }
div.DivClassName
{
background-color: #492C65;
}
.BgClassName
{
background-color: #492C65;
}
</style>
border-color css
<style>
span { border-color: #492C65; }
span { border-color: rgb(73,44,101); }
td.TdClassName
{
border-color: #492C65;
}
.TagClassName
{
border-color: #492C65;
}
</style>