Shades of Blue Diamond #493068
Tints of Blue Diamond #493068
RGB
CMYK
RGB Variations
Color information
#493068 (or 0x493068) is known color: Blue Diamond. HEX triplet: 49, 30 and 68. RGB value is (73,48,104). Sum of RGB (Red+Green+Blue) = 73+48+104=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #493068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493068 is #B6CF97. Grayscale: #3D3D3D. Windows color (decimal): -11980696 or 6828105. OLE color: 6828105.
HSL color Cylindrical-coordinate representation of color #493068: hue angle of 266.79º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #493068 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 48 | 104 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.59 |
| HSL | 266.79º | 0.37% | 0.3% | - |
| HSV(B) | 266.79º | 0.54% | 0.41% | - |
| XYZ | 6.3 | 4.53 | 13.64 | - |
| YUV | 61.86 | 151.78 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 48 | 104 | 0.30 | 0.54 | 0 | 0.59 | 266.79 | 0.37 | 0.3 |
| Hex | 49 | 30 | 68 | 1E | 36 | 0 | 3B | 10B | 25 | 1E |
| Octal | 111 | 60 | 150 | 36 | 66 | 0 | 73 | 413 | 45 | 36 |
| Binary | 1001001 | 110000 | 1101000 | 11110 | 110110 | 0 | 111011 | 100001011 | 100101 | 11110 |
Color Harmonies of #493068
Complementary color
Monochromatic Colors of #493068
Black with #493068
Text Example
Text Example
White with #493068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493068; }
p { color: rgb(73,48,104); }
H1.HeaderClassName
{
color: #493068;
}
.AnyTagClassName
{
color: #493068;
}
</style>
background-color css
<style>
a { background-color: #493068; }
a { background-color: rgb(73,48,104); }
div.DivClassName
{
background-color: #493068;
}
.BgClassName
{
background-color: #493068;
}
</style>
border-color css
<style>
span { border-color: #493068; }
span { border-color: rgb(73,48,104); }
td.TdClassName
{
border-color: #493068;
}
.TagClassName
{
border-color: #493068;
}
</style>