Shades of Blue Diamond #492172
Tints of Blue Diamond #492172
RGB
CMYK
RGB Variations
Color information
#492172 (or 0x492172) is known color: Blue Diamond. HEX triplet: 49, 21 and 72. RGB value is (73,33,114). Sum of RGB (Red+Green+Blue) = 73+33+114=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #492172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492172 is #B6DE8D. Grayscale: #353535. Windows color (decimal): -11984526 or 7479625. OLE color: 7479625.
HSL color Cylindrical-coordinate representation of color #492172: hue angle of 269.63º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #492172 is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 33 | 114 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.55 |
| HSL | 269.63º | 0.55% | 0.29% | - |
| HSV(B) | 269.63º | 0.71% | 0.45% | - |
| XYZ | 6.33 | 3.72 | 16.3 | - |
| YUV | 54.19 | 161.75 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 114 | 0.36 | 0.71 | 0 | 0.55 | 269.63 | 0.55 | 0.29 |
| Hex | 49 | 21 | 72 | 24 | 47 | 0 | 37 | 10E | 37 | 1D |
| Octal | 111 | 41 | 162 | 44 | 107 | 0 | 67 | 416 | 67 | 35 |
| Binary | 1001001 | 100001 | 1110010 | 100100 | 1000111 | 0 | 110111 | 100001110 | 110111 | 11101 |
Color Harmonies of #492172
Complementary color
Monochromatic Colors of #492172
Black with #492172
Text Example
Text Example
White with #492172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492172; }
p { color: rgb(73,33,114); }
H1.HeaderClassName
{
color: #492172;
}
.AnyTagClassName
{
color: #492172;
}
</style>
background-color css
<style>
a { background-color: #492172; }
a { background-color: rgb(73,33,114); }
div.DivClassName
{
background-color: #492172;
}
.BgClassName
{
background-color: #492172;
}
</style>
border-color css
<style>
span { border-color: #492172; }
span { border-color: rgb(73,33,114); }
td.TdClassName
{
border-color: #492172;
}
.TagClassName
{
border-color: #492172;
}
</style>