Shades of Blue Diamond #493073
Tints of Blue Diamond #493073
RGB
CMYK
RGB Variations
Color information
#493073 (or 0x493073) is known color: Blue Diamond. HEX triplet: 49, 30 and 73. RGB value is (73,48,115). Sum of RGB (Red+Green+Blue) = 73+48+115=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #493073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493073 is #B6CF8C. Grayscale: #3E3E3E. Windows color (decimal): -11980685 or 7549001. OLE color: 7549001.
HSL color Cylindrical-coordinate representation of color #493073: hue angle of 262.39º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #493073 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 48 | 115 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.55 |
| HSL | 262.39º | 0.41% | 0.32% | - |
| HSV(B) | 262.39º | 0.58% | 0.45% | - |
| XYZ | 6.9 | 4.77 | 16.78 | - |
| YUV | 63.11 | 157.28 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 48 | 115 | 0.37 | 0.58 | 0 | 0.55 | 262.39 | 0.41 | 0.32 |
| Hex | 49 | 30 | 73 | 25 | 3A | 0 | 37 | 106 | 29 | 20 |
| Octal | 111 | 60 | 163 | 45 | 72 | 0 | 67 | 406 | 51 | 40 |
| Binary | 1001001 | 110000 | 1110011 | 100101 | 111010 | 0 | 110111 | 100000110 | 101001 | 100000 |
Color Harmonies of #493073
Complementary color
Monochromatic Colors of #493073
Black with #493073
Text Example
Text Example
White with #493073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493073; }
p { color: rgb(73,48,115); }
H1.HeaderClassName
{
color: #493073;
}
.AnyTagClassName
{
color: #493073;
}
</style>
background-color css
<style>
a { background-color: #493073; }
a { background-color: rgb(73,48,115); }
div.DivClassName
{
background-color: #493073;
}
.BgClassName
{
background-color: #493073;
}
</style>
border-color css
<style>
span { border-color: #493073; }
span { border-color: rgb(73,48,115); }
td.TdClassName
{
border-color: #493073;
}
.TagClassName
{
border-color: #493073;
}
</style>