Shades of Blue Diamond #4D246C
Tints of Blue Diamond #4D246C
RGB
CMYK
RGB Variations
Color information
#4D246C (or 0x4D246C) is known color: Blue Diamond. HEX triplet: 4D, 24 and 6C. RGB value is (77,36,108). Sum of RGB (Red+Green+Blue) = 77+36+108=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D246C is #B2DB93. Grayscale: #383838. Windows color (decimal): -11721620 or 7087181. OLE color: 7087181.
HSL color Cylindrical-coordinate representation of color #4D246C: hue angle of 274.17º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D246C is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 36 | 108 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.58 |
| HSL | 274.17º | 0.5% | 0.28% | - |
| HSV(B) | 274.17º | 0.67% | 0.42% | - |
| XYZ | 6.4 | 3.92 | 14.61 | - |
| YUV | 56.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 108 | 0.29 | 0.67 | 0 | 0.58 | 274.17 | 0.5 | 0.28 |
| Hex | 4D | 24 | 6C | 1D | 43 | 0 | 3A | 112 | 32 | 1C |
| Octal | 115 | 44 | 154 | 35 | 103 | 0 | 72 | 422 | 62 | 34 |
| Binary | 1001101 | 100100 | 1101100 | 11101 | 1000011 | 0 | 111010 | 100010010 | 110010 | 11100 |
Color Harmonies of #4D246C
Complementary color
Monochromatic Colors of #4D246C
Black with #4D246C
Text Example
Text Example
White with #4D246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D246C; }
p { color: rgb(77,36,108); }
H1.HeaderClassName
{
color: #4D246C;
}
.AnyTagClassName
{
color: #4D246C;
}
</style>
background-color css
<style>
a { background-color: #4D246C; }
a { background-color: rgb(77,36,108); }
div.DivClassName
{
background-color: #4D246C;
}
.BgClassName
{
background-color: #4D246C;
}
</style>
border-color css
<style>
span { border-color: #4D246C; }
span { border-color: rgb(77,36,108); }
td.TdClassName
{
border-color: #4D246C;
}
.TagClassName
{
border-color: #4D246C;
}
</style>