Shades of Blue Diamond #492E62
Tints of Blue Diamond #492E62
RGB
CMYK
RGB Variations
Color information
#492E62 (or 0x492E62) is known color: Blue Diamond. HEX triplet: 49, 2E and 62. RGB value is (73,46,98). Sum of RGB (Red+Green+Blue) = 73+46+98=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 98 - color contains mainly: blue. Hex color #492E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E62 is #B6D19D. Grayscale: #3B3B3B. Windows color (decimal): -11981214 or 6434377. OLE color: 6434377.
HSL color Cylindrical-coordinate representation of color #492E62: hue angle of 271.15º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #492E62 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 46 | 98 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.62 |
| HSL | 271.15º | 0.36% | 0.28% | - |
| HSV(B) | 271.15º | 0.53% | 0.38% | - |
| XYZ | 5.93 | 4.25 | 12.06 | - |
| YUV | 60 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 98 | 0.26 | 0.53 | 0 | 0.62 | 271.15 | 0.36 | 0.28 |
| Hex | 49 | 2E | 62 | 1A | 35 | 0 | 3E | 10F | 24 | 1C |
| Octal | 111 | 56 | 142 | 32 | 65 | 0 | 76 | 417 | 44 | 34 |
| Binary | 1001001 | 101110 | 1100010 | 11010 | 110101 | 0 | 111110 | 100001111 | 100100 | 11100 |
Color Harmonies of #492E62
Complementary color
Monochromatic Colors of #492E62
Black with #492E62
Text Example
Text Example
White with #492E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E62; }
p { color: rgb(73,46,98); }
H1.HeaderClassName
{
color: #492E62;
}
.AnyTagClassName
{
color: #492E62;
}
</style>
background-color css
<style>
a { background-color: #492E62; }
a { background-color: rgb(73,46,98); }
div.DivClassName
{
background-color: #492E62;
}
.BgClassName
{
background-color: #492E62;
}
</style>
border-color css
<style>
span { border-color: #492E62; }
span { border-color: rgb(73,46,98); }
td.TdClassName
{
border-color: #492E62;
}
.TagClassName
{
border-color: #492E62;
}
</style>