Shades of Blue Diamond #4D3173
Tints of Blue Diamond #4D3173
RGB
CMYK
RGB Variations
Color information
#4D3173 (or 0x4D3173) is known color: Blue Diamond. HEX triplet: 4D, 31 and 73. RGB value is (77,49,115). Sum of RGB (Red+Green+Blue) = 77+49+115=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D3173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3173 is #B2CE8C. Grayscale: #404040. Windows color (decimal): -11718285 or 7549261. OLE color: 7549261.
HSL color Cylindrical-coordinate representation of color #4D3173: hue angle of 265.45º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D3173 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 49 | 115 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.55 |
| HSL | 265.45º | 0.4% | 0.32% | - |
| HSV(B) | 265.45º | 0.57% | 0.45% | - |
| XYZ | 7.25 | 5.01 | 16.8 | - |
| YUV | 64.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 49 | 115 | 0.33 | 0.57 | 0 | 0.55 | 265.45 | 0.4 | 0.32 |
| Hex | 4D | 31 | 73 | 21 | 39 | 0 | 37 | 109 | 28 | 20 |
| Octal | 115 | 61 | 163 | 41 | 71 | 0 | 67 | 411 | 50 | 40 |
| Binary | 1001101 | 110001 | 1110011 | 100001 | 111001 | 0 | 110111 | 100001001 | 101000 | 100000 |
Color Harmonies of #4D3173
Complementary color
Monochromatic Colors of #4D3173
Black with #4D3173
Text Example
Text Example
White with #4D3173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3173; }
p { color: rgb(77,49,115); }
H1.HeaderClassName
{
color: #4D3173;
}
.AnyTagClassName
{
color: #4D3173;
}
</style>
background-color css
<style>
a { background-color: #4D3173; }
a { background-color: rgb(77,49,115); }
div.DivClassName
{
background-color: #4D3173;
}
.BgClassName
{
background-color: #4D3173;
}
</style>
border-color css
<style>
span { border-color: #4D3173; }
span { border-color: rgb(77,49,115); }
td.TdClassName
{
border-color: #4D3173;
}
.TagClassName
{
border-color: #4D3173;
}
</style>