Shades of Blue Diamond #4D3672
Tints of Blue Diamond #4D3672
RGB
CMYK
RGB Variations
Color information
#4D3672 (or 0x4D3672) is known color: Blue Diamond. HEX triplet: 4D, 36 and 72. RGB value is (77,54,114). Sum of RGB (Red+Green+Blue) = 77+54+114=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D3672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3672 is #B2C98D. Grayscale: #434343. Windows color (decimal): -11717006 or 7485005. OLE color: 7485005.
HSL color Cylindrical-coordinate representation of color #4D3672: hue angle of 263º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D3672 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 54 | 114 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.55 |
| HSL | 263º | 0.36% | 0.33% | - |
| HSV(B) | 263º | 0.53% | 0.45% | - |
| XYZ | 7.42 | 5.43 | 16.58 | - |
| YUV | 67.72 | 154.12 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 114 | 0.32 | 0.53 | 0 | 0.55 | 263 | 0.36 | 0.33 |
| Hex | 4D | 36 | 72 | 20 | 35 | 0 | 37 | 107 | 24 | 21 |
| Octal | 115 | 66 | 162 | 40 | 65 | 0 | 67 | 407 | 44 | 41 |
| Binary | 1001101 | 110110 | 1110010 | 100000 | 110101 | 0 | 110111 | 100000111 | 100100 | 100001 |
Color Harmonies of #4D3672
Complementary color
Monochromatic Colors of #4D3672
Black with #4D3672
Text Example
Text Example
White with #4D3672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3672; }
p { color: rgb(77,54,114); }
H1.HeaderClassName
{
color: #4D3672;
}
.AnyTagClassName
{
color: #4D3672;
}
</style>
background-color css
<style>
a { background-color: #4D3672; }
a { background-color: rgb(77,54,114); }
div.DivClassName
{
background-color: #4D3672;
}
.BgClassName
{
background-color: #4D3672;
}
</style>
border-color css
<style>
span { border-color: #4D3672; }
span { border-color: rgb(77,54,114); }
td.TdClassName
{
border-color: #4D3672;
}
.TagClassName
{
border-color: #4D3672;
}
</style>