Shades of Blue Diamond #492377
Tints of Blue Diamond #492377
RGB
CMYK
RGB Variations
Color information
#492377 (or 0x492377) is known color: Blue Diamond. HEX triplet: 49, 23 and 77. RGB value is (73,35,119). Sum of RGB (Red+Green+Blue) = 73+35+119=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #492377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492377 is #B6DC88. Grayscale: #373737. Windows color (decimal): -11984009 or 7807817. OLE color: 7807817.
HSL color Cylindrical-coordinate representation of color #492377: hue angle of 267.14º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #492377 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 35 | 119 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.53 |
| HSL | 267.14º | 0.55% | 0.3% | - |
| HSV(B) | 267.14º | 0.71% | 0.47% | - |
| XYZ | 6.68 | 3.95 | 17.86 | - |
| YUV | 55.94 | 163.59 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 119 | 0.39 | 0.71 | 0 | 0.53 | 267.14 | 0.55 | 0.3 |
| Hex | 49 | 23 | 77 | 27 | 47 | 0 | 35 | 10B | 37 | 1E |
| Octal | 111 | 43 | 167 | 47 | 107 | 0 | 65 | 413 | 67 | 36 |
| Binary | 1001001 | 100011 | 1110111 | 100111 | 1000111 | 0 | 110101 | 100001011 | 110111 | 11110 |
Color Harmonies of #492377
Complementary color
Monochromatic Colors of #492377
Black with #492377
Text Example
Text Example
White with #492377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492377; }
p { color: rgb(73,35,119); }
H1.HeaderClassName
{
color: #492377;
}
.AnyTagClassName
{
color: #492377;
}
</style>
background-color css
<style>
a { background-color: #492377; }
a { background-color: rgb(73,35,119); }
div.DivClassName
{
background-color: #492377;
}
.BgClassName
{
background-color: #492377;
}
</style>
border-color css
<style>
span { border-color: #492377; }
span { border-color: rgb(73,35,119); }
td.TdClassName
{
border-color: #492377;
}
.TagClassName
{
border-color: #492377;
}
</style>