Shades of Blue Diamond #49266F
Tints of Blue Diamond #49266F
RGB
CMYK
RGB Variations
Color information
#49266F (or 0x49266F) is known color: Blue Diamond. HEX triplet: 49, 26 and 6F. RGB value is (73,38,111). Sum of RGB (Red+Green+Blue) = 73+38+111=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #49266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49266F is #B6D990. Grayscale: #383838. Windows color (decimal): -11983249 or 7284297. OLE color: 7284297.
HSL color Cylindrical-coordinate representation of color #49266F: hue angle of 268.77º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49266F is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 38 | 111 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.56 |
| HSL | 268.77º | 0.49% | 0.29% | - |
| HSV(B) | 268.77º | 0.66% | 0.44% | - |
| XYZ | 6.31 | 3.95 | 15.47 | - |
| YUV | 56.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 111 | 0.34 | 0.66 | 0 | 0.56 | 268.77 | 0.49 | 0.29 |
| Hex | 49 | 26 | 6F | 22 | 42 | 0 | 38 | 10D | 31 | 1D |
| Octal | 111 | 46 | 157 | 42 | 102 | 0 | 70 | 415 | 61 | 35 |
| Binary | 1001001 | 100110 | 1101111 | 100010 | 1000010 | 0 | 111000 | 100001101 | 110001 | 11101 |
Color Harmonies of #49266F
Complementary color
Monochromatic Colors of #49266F
Black with #49266F
Text Example
Text Example
White with #49266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49266F; }
p { color: rgb(73,38,111); }
H1.HeaderClassName
{
color: #49266F;
}
.AnyTagClassName
{
color: #49266F;
}
</style>
background-color css
<style>
a { background-color: #49266F; }
a { background-color: rgb(73,38,111); }
div.DivClassName
{
background-color: #49266F;
}
.BgClassName
{
background-color: #49266F;
}
</style>
border-color css
<style>
span { border-color: #49266F; }
span { border-color: rgb(73,38,111); }
td.TdClassName
{
border-color: #49266F;
}
.TagClassName
{
border-color: #49266F;
}
</style>