Shades of Blue Diamond #4D2768
Tints of Blue Diamond #4D2768
RGB
CMYK
RGB Variations
Color information
#4D2768 (or 0x4D2768) is known color: Blue Diamond. HEX triplet: 4D, 27 and 68. RGB value is (77,39,104). Sum of RGB (Red+Green+Blue) = 77+39+104=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D2768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2768 is #B2D897. Grayscale: #393939. Windows color (decimal): -11720856 or 6825805. OLE color: 6825805.
HSL color Cylindrical-coordinate representation of color #4D2768: hue angle of 275.08º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D2768 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 39 | 104 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.59 |
| HSL | 275.08º | 0.45% | 0.28% | - |
| HSV(B) | 275.08º | 0.63% | 0.41% | - |
| XYZ | 6.28 | 4.03 | 13.54 | - |
| YUV | 57.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 104 | 0.26 | 0.62 | 0 | 0.59 | 275.08 | 0.45 | 0.28 |
| Hex | 4D | 27 | 68 | 1A | 3E | 0 | 3B | 113 | 2D | 1C |
| Octal | 115 | 47 | 150 | 32 | 76 | 0 | 73 | 423 | 55 | 34 |
| Binary | 1001101 | 100111 | 1101000 | 11010 | 111110 | 0 | 111011 | 100010011 | 101101 | 11100 |
Color Harmonies of #4D2768
Complementary color
Monochromatic Colors of #4D2768
Black with #4D2768
Text Example
Text Example
White with #4D2768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2768; }
p { color: rgb(77,39,104); }
H1.HeaderClassName
{
color: #4D2768;
}
.AnyTagClassName
{
color: #4D2768;
}
</style>
background-color css
<style>
a { background-color: #4D2768; }
a { background-color: rgb(77,39,104); }
div.DivClassName
{
background-color: #4D2768;
}
.BgClassName
{
background-color: #4D2768;
}
</style>
border-color css
<style>
span { border-color: #4D2768; }
span { border-color: rgb(77,39,104); }
td.TdClassName
{
border-color: #4D2768;
}
.TagClassName
{
border-color: #4D2768;
}
</style>