Shades of Blue Diamond #4D276F
Tints of Blue Diamond #4D276F
RGB
CMYK
RGB Variations
Color information
#4D276F (or 0x4D276F) is known color: Blue Diamond. HEX triplet: 4D, 27 and 6F. RGB value is (77,39,111). Sum of RGB (Red+Green+Blue) = 77+39+111=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D276F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D276F is #B2D890. Grayscale: #3A3A3A. Windows color (decimal): -11720849 or 7284557. OLE color: 7284557.
HSL color Cylindrical-coordinate representation of color #4D276F: hue angle of 271.67º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D276F is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 39 | 111 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.56 |
| HSL | 271.67º | 0.48% | 0.29% | - |
| HSV(B) | 271.67º | 0.65% | 0.44% | - |
| XYZ | 6.66 | 4.18 | 15.49 | - |
| YUV | 58.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 111 | 0.31 | 0.65 | 0 | 0.56 | 271.67 | 0.48 | 0.29 |
| Hex | 4D | 27 | 6F | 1F | 41 | 0 | 38 | 110 | 30 | 1D |
| Octal | 115 | 47 | 157 | 37 | 101 | 0 | 70 | 420 | 60 | 35 |
| Binary | 1001101 | 100111 | 1101111 | 11111 | 1000001 | 0 | 111000 | 100010000 | 110000 | 11101 |
Color Harmonies of #4D276F
Complementary color
Monochromatic Colors of #4D276F
Black with #4D276F
Text Example
Text Example
White with #4D276F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D276F; }
p { color: rgb(77,39,111); }
H1.HeaderClassName
{
color: #4D276F;
}
.AnyTagClassName
{
color: #4D276F;
}
</style>
background-color css
<style>
a { background-color: #4D276F; }
a { background-color: rgb(77,39,111); }
div.DivClassName
{
background-color: #4D276F;
}
.BgClassName
{
background-color: #4D276F;
}
</style>
border-color css
<style>
span { border-color: #4D276F; }
span { border-color: rgb(77,39,111); }
td.TdClassName
{
border-color: #4D276F;
}
.TagClassName
{
border-color: #4D276F;
}
</style>