Shades of Blue Diamond #492665
Tints of Blue Diamond #492665
RGB
CMYK
RGB Variations
Color information
#492665 (or 0x492665) is known color: Blue Diamond. HEX triplet: 49, 26 and 65. RGB value is (73,38,101). Sum of RGB (Red+Green+Blue) = 73+38+101=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #492665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492665 is #B6D99A. Grayscale: #373737. Windows color (decimal): -11983259 or 6628937. OLE color: 6628937.
HSL color Cylindrical-coordinate representation of color #492665: hue angle of 273.33º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #492665 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 38 | 101 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.60 |
| HSL | 273.33º | 0.45% | 0.27% | - |
| HSV(B) | 273.33º | 0.62% | 0.4% | - |
| XYZ | 5.79 | 3.74 | 12.73 | - |
| YUV | 55.65 | 153.6 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 101 | 0.28 | 0.62 | 0 | 0.60 | 273.33 | 0.45 | 0.27 |
| Hex | 49 | 26 | 65 | 1C | 3E | 0 | 3C | 111 | 2D | 1B |
| Octal | 111 | 46 | 145 | 34 | 76 | 0 | 74 | 421 | 55 | 33 |
| Binary | 1001001 | 100110 | 1100101 | 11100 | 111110 | 0 | 111100 | 100010001 | 101101 | 11011 |
Color Harmonies of #492665
Complementary color
Monochromatic Colors of #492665
Black with #492665
Text Example
Text Example
White with #492665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492665; }
p { color: rgb(73,38,101); }
H1.HeaderClassName
{
color: #492665;
}
.AnyTagClassName
{
color: #492665;
}
</style>
background-color css
<style>
a { background-color: #492665; }
a { background-color: rgb(73,38,101); }
div.DivClassName
{
background-color: #492665;
}
.BgClassName
{
background-color: #492665;
}
</style>
border-color css
<style>
span { border-color: #492665; }
span { border-color: rgb(73,38,101); }
td.TdClassName
{
border-color: #492665;
}
.TagClassName
{
border-color: #492665;
}
</style>