Shades of Blue Diamond #492565
Tints of Blue Diamond #492565
RGB
CMYK
RGB Variations
Color information
#492565 (or 0x492565) is known color: Blue Diamond. HEX triplet: 49, 25 and 65. RGB value is (73,37,101). Sum of RGB (Red+Green+Blue) = 73+37+101=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #492565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492565 is #B6DA9A. Grayscale: #363636. Windows color (decimal): -11983515 or 6628681. OLE color: 6628681.
HSL color Cylindrical-coordinate representation of color #492565: hue angle of 273.75º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #492565 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 37 | 101 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.60 |
| HSL | 273.75º | 0.46% | 0.27% | - |
| HSV(B) | 273.75º | 0.63% | 0.4% | - |
| XYZ | 5.76 | 3.68 | 12.72 | - |
| YUV | 55.06 | 153.93 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 101 | 0.28 | 0.63 | 0 | 0.60 | 273.75 | 0.46 | 0.27 |
| Hex | 49 | 25 | 65 | 1C | 3F | 0 | 3C | 112 | 2E | 1B |
| Octal | 111 | 45 | 145 | 34 | 77 | 0 | 74 | 422 | 56 | 33 |
| Binary | 1001001 | 100101 | 1100101 | 11100 | 111111 | 0 | 111100 | 100010010 | 101110 | 11011 |
Color Harmonies of #492565
Complementary color
Monochromatic Colors of #492565
Black with #492565
Text Example
Text Example
White with #492565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492565; }
p { color: rgb(73,37,101); }
H1.HeaderClassName
{
color: #492565;
}
.AnyTagClassName
{
color: #492565;
}
</style>
background-color css
<style>
a { background-color: #492565; }
a { background-color: rgb(73,37,101); }
div.DivClassName
{
background-color: #492565;
}
.BgClassName
{
background-color: #492565;
}
</style>
border-color css
<style>
span { border-color: #492565; }
span { border-color: rgb(73,37,101); }
td.TdClassName
{
border-color: #492565;
}
.TagClassName
{
border-color: #492565;
}
</style>