Shades of Blue Diamond #4D2B76
Tints of Blue Diamond #4D2B76
RGB
CMYK
RGB Variations
Color information
#4D2B76 (or 0x4D2B76) is known color: Blue Diamond. HEX triplet: 4D, 2B and 76. RGB value is (77,43,118). Sum of RGB (Red+Green+Blue) = 77+43+118=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D2B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2B76 is #B2D489. Grayscale: #3D3D3D. Windows color (decimal): -11719818 or 7744333. OLE color: 7744333.
HSL color Cylindrical-coordinate representation of color #4D2B76: hue angle of 267.2º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D2B76 is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 43 | 118 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.54 |
| HSL | 267.2º | 0.47% | 0.32% | - |
| HSV(B) | 267.2º | 0.64% | 0.46% | - |
| XYZ | 7.19 | 4.61 | 17.65 | - |
| YUV | 61.72 | 159.76 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 118 | 0.35 | 0.64 | 0 | 0.54 | 267.2 | 0.47 | 0.32 |
| Hex | 4D | 2B | 76 | 23 | 40 | 0 | 36 | 10B | 2F | 20 |
| Octal | 115 | 53 | 166 | 43 | 100 | 0 | 66 | 413 | 57 | 40 |
| Binary | 1001101 | 101011 | 1110110 | 100011 | 1000000 | 0 | 110110 | 100001011 | 101111 | 100000 |
Color Harmonies of #4D2B76
Complementary color
Monochromatic Colors of #4D2B76
Black with #4D2B76
Text Example
Text Example
White with #4D2B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2B76; }
p { color: rgb(77,43,118); }
H1.HeaderClassName
{
color: #4D2B76;
}
.AnyTagClassName
{
color: #4D2B76;
}
</style>
background-color css
<style>
a { background-color: #4D2B76; }
a { background-color: rgb(77,43,118); }
div.DivClassName
{
background-color: #4D2B76;
}
.BgClassName
{
background-color: #4D2B76;
}
</style>
border-color css
<style>
span { border-color: #4D2B76; }
span { border-color: rgb(77,43,118); }
td.TdClassName
{
border-color: #4D2B76;
}
.TagClassName
{
border-color: #4D2B76;
}
</style>