Shades of Blue Diamond #4D236C
Tints of Blue Diamond #4D236C
RGB
CMYK
RGB Variations
Color information
#4D236C (or 0x4D236C) is known color: Blue Diamond. HEX triplet: 4D, 23 and 6C. RGB value is (77,35,108). Sum of RGB (Red+Green+Blue) = 77+35+108=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D236C is #B2DC93. Grayscale: #373737. Windows color (decimal): -11721876 or 7086925. OLE color: 7086925.
HSL color Cylindrical-coordinate representation of color #4D236C: hue angle of 274.52º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D236C is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 35 | 108 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.58 |
| HSL | 274.52º | 0.51% | 0.28% | - |
| HSV(B) | 274.52º | 0.68% | 0.42% | - |
| XYZ | 6.37 | 3.86 | 14.6 | - |
| YUV | 55.88 | 157.41 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 108 | 0.29 | 0.68 | 0 | 0.58 | 274.52 | 0.51 | 0.28 |
| Hex | 4D | 23 | 6C | 1D | 44 | 0 | 3A | 113 | 33 | 1C |
| Octal | 115 | 43 | 154 | 35 | 104 | 0 | 72 | 423 | 63 | 34 |
| Binary | 1001101 | 100011 | 1101100 | 11101 | 1000100 | 0 | 111010 | 100010011 | 110011 | 11100 |
Color Harmonies of #4D236C
Complementary color
Monochromatic Colors of #4D236C
Black with #4D236C
Text Example
Text Example
White with #4D236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D236C; }
p { color: rgb(77,35,108); }
H1.HeaderClassName
{
color: #4D236C;
}
.AnyTagClassName
{
color: #4D236C;
}
</style>
background-color css
<style>
a { background-color: #4D236C; }
a { background-color: rgb(77,35,108); }
div.DivClassName
{
background-color: #4D236C;
}
.BgClassName
{
background-color: #4D236C;
}
</style>
border-color css
<style>
span { border-color: #4D236C; }
span { border-color: rgb(77,35,108); }
td.TdClassName
{
border-color: #4D236C;
}
.TagClassName
{
border-color: #4D236C;
}
</style>