Shades of Blue Diamond #4D247B
Tints of Blue Diamond #4D247B
RGB
CMYK
RGB Variations
Color information
#4D247B (or 0x4D247B) is known color: Blue Diamond. HEX triplet: 4D, 24 and 7B. RGB value is (77,36,123). Sum of RGB (Red+Green+Blue) = 77+36+123=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D247B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D247B is #B2DB84. Grayscale: #393939. Windows color (decimal): -11721605 or 8070221. OLE color: 8070221.
HSL color Cylindrical-coordinate representation of color #4D247B: hue angle of 268.28º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D247B is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 36 | 123 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.52 |
| HSL | 268.28º | 0.55% | 0.31% | - |
| HSV(B) | 268.28º | 0.71% | 0.48% | - |
| XYZ | 7.27 | 4.27 | 19.18 | - |
| YUV | 58.18 | 164.58 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 123 | 0.37 | 0.71 | 0 | 0.52 | 268.28 | 0.55 | 0.31 |
| Hex | 4D | 24 | 7B | 25 | 47 | 0 | 34 | 10C | 37 | 1F |
| Octal | 115 | 44 | 173 | 45 | 107 | 0 | 64 | 414 | 67 | 37 |
| Binary | 1001101 | 100100 | 1111011 | 100101 | 1000111 | 0 | 110100 | 100001100 | 110111 | 11111 |
Color Harmonies of #4D247B
Complementary color
Monochromatic Colors of #4D247B
Black with #4D247B
Text Example
Text Example
White with #4D247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D247B; }
p { color: rgb(77,36,123); }
H1.HeaderClassName
{
color: #4D247B;
}
.AnyTagClassName
{
color: #4D247B;
}
</style>
background-color css
<style>
a { background-color: #4D247B; }
a { background-color: rgb(77,36,123); }
div.DivClassName
{
background-color: #4D247B;
}
.BgClassName
{
background-color: #4D247B;
}
</style>
border-color css
<style>
span { border-color: #4D247B; }
span { border-color: rgb(77,36,123); }
td.TdClassName
{
border-color: #4D247B;
}
.TagClassName
{
border-color: #4D247B;
}
</style>