Shades of Blue Diamond #4D266A
Tints of Blue Diamond #4D266A
RGB
CMYK
RGB Variations
Color information
#4D266A (or 0x4D266A) is known color: Blue Diamond. HEX triplet: 4D, 26 and 6A. RGB value is (77,38,106). Sum of RGB (Red+Green+Blue) = 77+38+106=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D266A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D266A is #B2D995. Grayscale: #393939. Windows color (decimal): -11721110 or 6956621. OLE color: 6956621.
HSL color Cylindrical-coordinate representation of color #4D266A: hue angle of 274.41º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D266A is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 38 | 106 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.58 |
| HSL | 274.41º | 0.47% | 0.28% | - |
| HSV(B) | 274.41º | 0.64% | 0.42% | - |
| XYZ | 6.36 | 4 | 14.07 | - |
| YUV | 57.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 106 | 0.27 | 0.64 | 0 | 0.58 | 274.41 | 0.47 | 0.28 |
| Hex | 4D | 26 | 6A | 1B | 40 | 0 | 3A | 112 | 2F | 1C |
| Octal | 115 | 46 | 152 | 33 | 100 | 0 | 72 | 422 | 57 | 34 |
| Binary | 1001101 | 100110 | 1101010 | 11011 | 1000000 | 0 | 111010 | 100010010 | 101111 | 11100 |
Color Harmonies of #4D266A
Complementary color
Monochromatic Colors of #4D266A
Black with #4D266A
Text Example
Text Example
White with #4D266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D266A; }
p { color: rgb(77,38,106); }
H1.HeaderClassName
{
color: #4D266A;
}
.AnyTagClassName
{
color: #4D266A;
}
</style>
background-color css
<style>
a { background-color: #4D266A; }
a { background-color: rgb(77,38,106); }
div.DivClassName
{
background-color: #4D266A;
}
.BgClassName
{
background-color: #4D266A;
}
</style>
border-color css
<style>
span { border-color: #4D266A; }
span { border-color: rgb(77,38,106); }
td.TdClassName
{
border-color: #4D266A;
}
.TagClassName
{
border-color: #4D266A;
}
</style>