Shades of Blue Diamond #492373
Tints of Blue Diamond #492373
RGB
CMYK
RGB Variations
Color information
#492373 (or 0x492373) is known color: Blue Diamond. HEX triplet: 49, 23 and 73. RGB value is (73,35,115). Sum of RGB (Red+Green+Blue) = 73+35+115=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #492373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492373 is #B6DC8C. Grayscale: #373737. Windows color (decimal): -11984013 or 7545673. OLE color: 7545673.
HSL color Cylindrical-coordinate representation of color #492373: hue angle of 268.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #492373 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 35 | 115 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.55 |
| HSL | 268.5º | 0.53% | 0.29% | - |
| HSV(B) | 268.5º | 0.7% | 0.45% | - |
| XYZ | 6.44 | 3.86 | 16.62 | - |
| YUV | 55.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 115 | 0.37 | 0.70 | 0 | 0.55 | 268.5 | 0.53 | 0.29 |
| Hex | 49 | 23 | 73 | 25 | 46 | 0 | 37 | 10C | 35 | 1D |
| Octal | 111 | 43 | 163 | 45 | 106 | 0 | 67 | 414 | 65 | 35 |
| Binary | 1001001 | 100011 | 1110011 | 100101 | 1000110 | 0 | 110111 | 100001100 | 110101 | 11101 |
Color Harmonies of #492373
Complementary color
Monochromatic Colors of #492373
Black with #492373
Text Example
Text Example
White with #492373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492373; }
p { color: rgb(73,35,115); }
H1.HeaderClassName
{
color: #492373;
}
.AnyTagClassName
{
color: #492373;
}
</style>
background-color css
<style>
a { background-color: #492373; }
a { background-color: rgb(73,35,115); }
div.DivClassName
{
background-color: #492373;
}
.BgClassName
{
background-color: #492373;
}
</style>
border-color css
<style>
span { border-color: #492373; }
span { border-color: rgb(73,35,115); }
td.TdClassName
{
border-color: #492373;
}
.TagClassName
{
border-color: #492373;
}
</style>