Shades of Blue Diamond #4D216C
Tints of Blue Diamond #4D216C
RGB
CMYK
RGB Variations
Color information
#4D216C (or 0x4D216C) is known color: Blue Diamond. HEX triplet: 4D, 21 and 6C. RGB value is (77,33,108). Sum of RGB (Red+Green+Blue) = 77+33+108=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D216C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D216C is #B2DE93. Grayscale: #363636. Windows color (decimal): -11722388 or 7086413. OLE color: 7086413.
HSL color Cylindrical-coordinate representation of color #4D216C: hue angle of 275.2º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D216C is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 33 | 108 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.58 |
| HSL | 275.2º | 0.53% | 0.28% | - |
| HSV(B) | 275.2º | 0.69% | 0.42% | - |
| XYZ | 6.31 | 3.75 | 14.58 | - |
| YUV | 54.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 108 | 0.29 | 0.69 | 0 | 0.58 | 275.2 | 0.53 | 0.28 |
| Hex | 4D | 21 | 6C | 1D | 45 | 0 | 3A | 113 | 35 | 1C |
| Octal | 115 | 41 | 154 | 35 | 105 | 0 | 72 | 423 | 65 | 34 |
| Binary | 1001101 | 100001 | 1101100 | 11101 | 1000101 | 0 | 111010 | 100010011 | 110101 | 11100 |
Color Harmonies of #4D216C
Complementary color
Monochromatic Colors of #4D216C
Black with #4D216C
Text Example
Text Example
White with #4D216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D216C; }
p { color: rgb(77,33,108); }
H1.HeaderClassName
{
color: #4D216C;
}
.AnyTagClassName
{
color: #4D216C;
}
</style>
background-color css
<style>
a { background-color: #4D216C; }
a { background-color: rgb(77,33,108); }
div.DivClassName
{
background-color: #4D216C;
}
.BgClassName
{
background-color: #4D216C;
}
</style>
border-color css
<style>
span { border-color: #4D216C; }
span { border-color: rgb(77,33,108); }
td.TdClassName
{
border-color: #4D216C;
}
.TagClassName
{
border-color: #4D216C;
}
</style>