Shades of Blue Diamond #492D67
Tints of Blue Diamond #492D67
RGB
CMYK
RGB Variations
Color information
#492D67 (or 0x492D67) is known color: Blue Diamond. HEX triplet: 49, 2D and 67. RGB value is (73,45,103). Sum of RGB (Red+Green+Blue) = 73+45+103=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 103 - color contains mainly: blue. Hex color #492D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492D67 is #B6D298. Grayscale: #3B3B3B. Windows color (decimal): -11981465 or 6761801. OLE color: 6761801.
HSL color Cylindrical-coordinate representation of color #492D67: hue angle of 268.97º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492D67 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 45 | 103 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.60 |
| HSL | 268.97º | 0.39% | 0.29% | - |
| HSV(B) | 268.97º | 0.56% | 0.4% | - |
| XYZ | 6.13 | 4.27 | 13.33 | - |
| YUV | 59.98 | 152.28 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 103 | 0.29 | 0.56 | 0 | 0.60 | 268.97 | 0.39 | 0.29 |
| Hex | 49 | 2D | 67 | 1D | 38 | 0 | 3C | 10D | 27 | 1D |
| Octal | 111 | 55 | 147 | 35 | 70 | 0 | 74 | 415 | 47 | 35 |
| Binary | 1001001 | 101101 | 1100111 | 11101 | 111000 | 0 | 111100 | 100001101 | 100111 | 11101 |
Color Harmonies of #492D67
Complementary color
Monochromatic Colors of #492D67
Black with #492D67
Text Example
Text Example
White with #492D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D67; }
p { color: rgb(73,45,103); }
H1.HeaderClassName
{
color: #492D67;
}
.AnyTagClassName
{
color: #492D67;
}
</style>
background-color css
<style>
a { background-color: #492D67; }
a { background-color: rgb(73,45,103); }
div.DivClassName
{
background-color: #492D67;
}
.BgClassName
{
background-color: #492D67;
}
</style>
border-color css
<style>
span { border-color: #492D67; }
span { border-color: rgb(73,45,103); }
td.TdClassName
{
border-color: #492D67;
}
.TagClassName
{
border-color: #492D67;
}
</style>