Shades of Blue Diamond #492B66
Tints of Blue Diamond #492B66
RGB
CMYK
RGB Variations
Color information
#492B66 (or 0x492B66) is known color: Blue Diamond. HEX triplet: 49, 2B and 66. RGB value is (73,43,102). Sum of RGB (Red+Green+Blue) = 73+43+102=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #492B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492B66 is #B6D499. Grayscale: #3A3A3A. Windows color (decimal): -11981978 or 6695753. OLE color: 6695753.
HSL color Cylindrical-coordinate representation of color #492B66: hue angle of 270.51º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #492B66 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 43 | 102 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.6 |
| HSL | 270.51º | 0.41% | 0.28% | - |
| HSV(B) | 270.51º | 0.58% | 0.4% | - |
| XYZ | 6.01 | 4.1 | 13.05 | - |
| YUV | 58.7 | 152.44 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 102 | 0.28 | 0.58 | 0 | 0.6 | 270.51 | 0.41 | 0.28 |
| Hex | 49 | 2B | 66 | 1C | 3A | 0 | 3C | 10F | 29 | 1C |
| Octal | 111 | 53 | 146 | 34 | 72 | 0 | 74 | 417 | 51 | 34 |
| Binary | 1001001 | 101011 | 1100110 | 11100 | 111010 | 0 | 111100 | 100001111 | 101001 | 11100 |
Color Harmonies of #492B66
Complementary color
Monochromatic Colors of #492B66
Black with #492B66
Text Example
Text Example
White with #492B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B66; }
p { color: rgb(73,43,102); }
H1.HeaderClassName
{
color: #492B66;
}
.AnyTagClassName
{
color: #492B66;
}
</style>
background-color css
<style>
a { background-color: #492B66; }
a { background-color: rgb(73,43,102); }
div.DivClassName
{
background-color: #492B66;
}
.BgClassName
{
background-color: #492B66;
}
</style>
border-color css
<style>
span { border-color: #492B66; }
span { border-color: rgb(73,43,102); }
td.TdClassName
{
border-color: #492B66;
}
.TagClassName
{
border-color: #492B66;
}
</style>