Shades of Blue Diamond #492B73
Tints of Blue Diamond #492B73
RGB
CMYK
RGB Variations
Color information
#492B73 (or 0x492B73) is known color: Blue Diamond. HEX triplet: 49, 2B and 73. RGB value is (73,43,115). Sum of RGB (Red+Green+Blue) = 73+43+115=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #492B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492B73 is #B6D48C. Grayscale: #3B3B3B. Windows color (decimal): -11981965 or 7547721. OLE color: 7547721.
HSL color Cylindrical-coordinate representation of color #492B73: hue angle of 265º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #492B73 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 43 | 115 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.55 |
| HSL | 265º | 0.46% | 0.31% | - |
| HSV(B) | 265º | 0.63% | 0.45% | - |
| XYZ | 6.71 | 4.38 | 16.71 | - |
| YUV | 60.18 | 158.94 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 115 | 0.37 | 0.63 | 0 | 0.55 | 265 | 0.46 | 0.31 |
| Hex | 49 | 2B | 73 | 25 | 3F | 0 | 37 | 109 | 2E | 1F |
| Octal | 111 | 53 | 163 | 45 | 77 | 0 | 67 | 411 | 56 | 37 |
| Binary | 1001001 | 101011 | 1110011 | 100101 | 111111 | 0 | 110111 | 100001001 | 101110 | 11111 |
Color Harmonies of #492B73
Complementary color
Monochromatic Colors of #492B73
Black with #492B73
Text Example
Text Example
White with #492B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B73; }
p { color: rgb(73,43,115); }
H1.HeaderClassName
{
color: #492B73;
}
.AnyTagClassName
{
color: #492B73;
}
</style>
background-color css
<style>
a { background-color: #492B73; }
a { background-color: rgb(73,43,115); }
div.DivClassName
{
background-color: #492B73;
}
.BgClassName
{
background-color: #492B73;
}
</style>
border-color css
<style>
span { border-color: #492B73; }
span { border-color: rgb(73,43,115); }
td.TdClassName
{
border-color: #492B73;
}
.TagClassName
{
border-color: #492B73;
}
</style>