Shades of Blue Diamond #4D276D
Tints of Blue Diamond #4D276D
RGB
CMYK
RGB Variations
Color information
#4D276D (or 0x4D276D) is known color: Blue Diamond. HEX triplet: 4D, 27 and 6D. RGB value is (77,39,109). Sum of RGB (Red+Green+Blue) = 77+39+109=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D276D is #B2D892. Grayscale: #3A3A3A. Windows color (decimal): -11720851 or 7153485. OLE color: 7153485.
HSL color Cylindrical-coordinate representation of color #4D276D: hue angle of 272.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D276D is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 39 | 109 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.57 |
| HSL | 272.57º | 0.47% | 0.29% | - |
| HSV(B) | 272.57º | 0.64% | 0.43% | - |
| XYZ | 6.55 | 4.13 | 14.92 | - |
| YUV | 58.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 109 | 0.29 | 0.64 | 0 | 0.57 | 272.57 | 0.47 | 0.29 |
| Hex | 4D | 27 | 6D | 1D | 40 | 0 | 39 | 111 | 2F | 1D |
| Octal | 115 | 47 | 155 | 35 | 100 | 0 | 71 | 421 | 57 | 35 |
| Binary | 1001101 | 100111 | 1101101 | 11101 | 1000000 | 0 | 111001 | 100010001 | 101111 | 11101 |
Color Harmonies of #4D276D
Complementary color
Monochromatic Colors of #4D276D
Black with #4D276D
Text Example
Text Example
White with #4D276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D276D; }
p { color: rgb(77,39,109); }
H1.HeaderClassName
{
color: #4D276D;
}
.AnyTagClassName
{
color: #4D276D;
}
</style>
background-color css
<style>
a { background-color: #4D276D; }
a { background-color: rgb(77,39,109); }
div.DivClassName
{
background-color: #4D276D;
}
.BgClassName
{
background-color: #4D276D;
}
</style>
border-color css
<style>
span { border-color: #4D276D; }
span { border-color: rgb(77,39,109); }
td.TdClassName
{
border-color: #4D276D;
}
.TagClassName
{
border-color: #4D276D;
}
</style>