Shades of Blue Diamond #4D246E
Tints of Blue Diamond #4D246E
RGB
CMYK
RGB Variations
Color information
#4D246E (or 0x4D246E) is known color: Blue Diamond. HEX triplet: 4D, 24 and 6E. RGB value is (77,36,110). Sum of RGB (Red+Green+Blue) = 77+36+110=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D246E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D246E is #B2DB91. Grayscale: #383838. Windows color (decimal): -11721618 or 7218253. OLE color: 7218253.
HSL color Cylindrical-coordinate representation of color #4D246E: hue angle of 273.24º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D246E is Cyan = 0.3, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 36 | 110 | - |
| CMYK | 0.3 | 0.67 | 0 | 0.57 |
| HSL | 273.24º | 0.51% | 0.29% | - |
| HSV(B) | 273.24º | 0.67% | 0.43% | - |
| XYZ | 6.51 | 3.97 | 15.17 | - |
| YUV | 56.7 | 158.08 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 110 | 0.3 | 0.67 | 0 | 0.57 | 273.24 | 0.51 | 0.29 |
| Hex | 4D | 24 | 6E | 1E | 43 | 0 | 39 | 111 | 33 | 1D |
| Octal | 115 | 44 | 156 | 36 | 103 | 0 | 71 | 421 | 63 | 35 |
| Binary | 1001101 | 100100 | 1101110 | 11110 | 1000011 | 0 | 111001 | 100010001 | 110011 | 11101 |
Color Harmonies of #4D246E
Complementary color
Monochromatic Colors of #4D246E
Black with #4D246E
Text Example
Text Example
White with #4D246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D246E; }
p { color: rgb(77,36,110); }
H1.HeaderClassName
{
color: #4D246E;
}
.AnyTagClassName
{
color: #4D246E;
}
</style>
background-color css
<style>
a { background-color: #4D246E; }
a { background-color: rgb(77,36,110); }
div.DivClassName
{
background-color: #4D246E;
}
.BgClassName
{
background-color: #4D246E;
}
</style>
border-color css
<style>
span { border-color: #4D246E; }
span { border-color: rgb(77,36,110); }
td.TdClassName
{
border-color: #4D246E;
}
.TagClassName
{
border-color: #4D246E;
}
</style>