Shades of Blue Diamond #493370
Tints of Blue Diamond #493370
RGB
CMYK
RGB Variations
Color information
#493370 (or 0x493370) is known color: Blue Diamond. HEX triplet: 49, 33 and 70. RGB value is (73,51,112). Sum of RGB (Red+Green+Blue) = 73+51+112=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #493370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493370 is #B6CC8F. Grayscale: #404040. Windows color (decimal): -11979920 or 7353161. OLE color: 7353161.
HSL color Cylindrical-coordinate representation of color #493370: hue angle of 261.64º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #493370 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 51 | 112 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.56 |
| HSL | 261.64º | 0.37% | 0.32% | - |
| HSV(B) | 261.64º | 0.54% | 0.44% | - |
| XYZ | 6.86 | 4.95 | 15.92 | - |
| YUV | 64.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 112 | 0.35 | 0.54 | 0 | 0.56 | 261.64 | 0.37 | 0.32 |
| Hex | 49 | 33 | 70 | 23 | 36 | 0 | 38 | 106 | 25 | 20 |
| Octal | 111 | 63 | 160 | 43 | 66 | 0 | 70 | 406 | 45 | 40 |
| Binary | 1001001 | 110011 | 1110000 | 100011 | 110110 | 0 | 111000 | 100000110 | 100101 | 100000 |
Color Harmonies of #493370
Complementary color
Monochromatic Colors of #493370
Black with #493370
Text Example
Text Example
White with #493370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493370; }
p { color: rgb(73,51,112); }
H1.HeaderClassName
{
color: #493370;
}
.AnyTagClassName
{
color: #493370;
}
</style>
background-color css
<style>
a { background-color: #493370; }
a { background-color: rgb(73,51,112); }
div.DivClassName
{
background-color: #493370;
}
.BgClassName
{
background-color: #493370;
}
</style>
border-color css
<style>
span { border-color: #493370; }
span { border-color: rgb(73,51,112); }
td.TdClassName
{
border-color: #493370;
}
.TagClassName
{
border-color: #493370;
}
</style>