Shades of Blue Diamond #4D276C
Tints of Blue Diamond #4D276C
RGB
CMYK
RGB Variations
Color information
#4D276C (or 0x4D276C) is known color: Blue Diamond. HEX triplet: 4D, 27 and 6C. RGB value is (77,39,108). Sum of RGB (Red+Green+Blue) = 77+39+108=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D276C is #B2D893. Grayscale: #393939. Windows color (decimal): -11720852 or 7087949. OLE color: 7087949.
HSL color Cylindrical-coordinate representation of color #4D276C: hue angle of 273.04º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D276C is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 39 | 108 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.58 |
| HSL | 273.04º | 0.47% | 0.29% | - |
| HSV(B) | 273.04º | 0.64% | 0.42% | - |
| XYZ | 6.49 | 4.11 | 14.64 | - |
| YUV | 58.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 108 | 0.29 | 0.64 | 0 | 0.58 | 273.04 | 0.47 | 0.29 |
| Hex | 4D | 27 | 6C | 1D | 40 | 0 | 3A | 111 | 2F | 1D |
| Octal | 115 | 47 | 154 | 35 | 100 | 0 | 72 | 421 | 57 | 35 |
| Binary | 1001101 | 100111 | 1101100 | 11101 | 1000000 | 0 | 111010 | 100010001 | 101111 | 11101 |
Color Harmonies of #4D276C
Complementary color
Monochromatic Colors of #4D276C
Black with #4D276C
Text Example
Text Example
White with #4D276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D276C; }
p { color: rgb(77,39,108); }
H1.HeaderClassName
{
color: #4D276C;
}
.AnyTagClassName
{
color: #4D276C;
}
</style>
background-color css
<style>
a { background-color: #4D276C; }
a { background-color: rgb(77,39,108); }
div.DivClassName
{
background-color: #4D276C;
}
.BgClassName
{
background-color: #4D276C;
}
</style>
border-color css
<style>
span { border-color: #4D276C; }
span { border-color: rgb(77,39,108); }
td.TdClassName
{
border-color: #4D276C;
}
.TagClassName
{
border-color: #4D276C;
}
</style>