Shades of Blue Diamond #4D2568
Tints of Blue Diamond #4D2568
RGB
CMYK
RGB Variations
Color information
#4D2568 (or 0x4D2568) is known color: Blue Diamond. HEX triplet: 4D, 25 and 68. RGB value is (77,37,104). Sum of RGB (Red+Green+Blue) = 77+37+104=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D2568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2568 is #B2DA97. Grayscale: #383838. Windows color (decimal): -11721368 or 6825293. OLE color: 6825293.
HSL color Cylindrical-coordinate representation of color #4D2568: hue angle of 275.82º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D2568 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 37 | 104 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.59 |
| HSL | 275.82º | 0.48% | 0.28% | - |
| HSV(B) | 275.82º | 0.64% | 0.41% | - |
| XYZ | 6.22 | 3.9 | 13.52 | - |
| YUV | 56.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 104 | 0.26 | 0.64 | 0 | 0.59 | 275.82 | 0.48 | 0.28 |
| Hex | 4D | 25 | 68 | 1A | 40 | 0 | 3B | 114 | 30 | 1C |
| Octal | 115 | 45 | 150 | 32 | 100 | 0 | 73 | 424 | 60 | 34 |
| Binary | 1001101 | 100101 | 1101000 | 11010 | 1000000 | 0 | 111011 | 100010100 | 110000 | 11100 |
Color Harmonies of #4D2568
Complementary color
Monochromatic Colors of #4D2568
Black with #4D2568
Text Example
Text Example
White with #4D2568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2568; }
p { color: rgb(77,37,104); }
H1.HeaderClassName
{
color: #4D2568;
}
.AnyTagClassName
{
color: #4D2568;
}
</style>
background-color css
<style>
a { background-color: #4D2568; }
a { background-color: rgb(77,37,104); }
div.DivClassName
{
background-color: #4D2568;
}
.BgClassName
{
background-color: #4D2568;
}
</style>
border-color css
<style>
span { border-color: #4D2568; }
span { border-color: rgb(77,37,104); }
td.TdClassName
{
border-color: #4D2568;
}
.TagClassName
{
border-color: #4D2568;
}
</style>