Shades of Blue Diamond #492F65
Tints of Blue Diamond #492F65
RGB
CMYK
RGB Variations
Color information
#492F65 (or 0x492F65) is known color: Blue Diamond. HEX triplet: 49, 2F and 65. RGB value is (73,47,101). Sum of RGB (Red+Green+Blue) = 73+47+101=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #492F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492F65 is #B6D09A. Grayscale: #3C3C3C. Windows color (decimal): -11980955 or 6631241. OLE color: 6631241.
HSL color Cylindrical-coordinate representation of color #492F65: hue angle of 268.89º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #492F65 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 47 | 101 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.60 |
| HSL | 268.89º | 0.36% | 0.29% | - |
| HSV(B) | 268.89º | 0.53% | 0.4% | - |
| XYZ | 6.11 | 4.39 | 12.84 | - |
| YUV | 60.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 101 | 0.28 | 0.53 | 0 | 0.60 | 268.89 | 0.36 | 0.29 |
| Hex | 49 | 2F | 65 | 1C | 35 | 0 | 3C | 10D | 24 | 1D |
| Octal | 111 | 57 | 145 | 34 | 65 | 0 | 74 | 415 | 44 | 35 |
| Binary | 1001001 | 101111 | 1100101 | 11100 | 110101 | 0 | 111100 | 100001101 | 100100 | 11101 |
Color Harmonies of #492F65
Complementary color
Monochromatic Colors of #492F65
Black with #492F65
Text Example
Text Example
White with #492F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F65; }
p { color: rgb(73,47,101); }
H1.HeaderClassName
{
color: #492F65;
}
.AnyTagClassName
{
color: #492F65;
}
</style>
background-color css
<style>
a { background-color: #492F65; }
a { background-color: rgb(73,47,101); }
div.DivClassName
{
background-color: #492F65;
}
.BgClassName
{
background-color: #492F65;
}
</style>
border-color css
<style>
span { border-color: #492F65; }
span { border-color: rgb(73,47,101); }
td.TdClassName
{
border-color: #492F65;
}
.TagClassName
{
border-color: #492F65;
}
</style>