Shades of Blue Diamond #4E247F
Tints of Blue Diamond #4E247F
RGB
CMYK
RGB Variations
Color information
#4E247F (or 0x4E247F) is known color: Blue Diamond. HEX triplet: 4E, 24 and 7F. RGB value is (78,36,127). Sum of RGB (Red+Green+Blue) = 78+36+127=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #4E247F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E247F is #B1DB80. Grayscale: #3A3A3A. Windows color (decimal): -11656065 or 8332366. OLE color: 8332366.
HSL color Cylindrical-coordinate representation of color #4E247F: hue angle of 267.69º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E247F is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 36 | 127 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.50 |
| HSL | 267.69º | 0.56% | 0.32% | - |
| HSV(B) | 267.69º | 0.72% | 0.5% | - |
| XYZ | 7.6 | 4.41 | 20.53 | - |
| YUV | 58.93 | 166.41 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 36 | 127 | 0.39 | 0.72 | 0 | 0.50 | 267.69 | 0.56 | 0.32 |
| Hex | 4E | 24 | 7F | 27 | 48 | 0 | 32 | 10C | 38 | 20 |
| Octal | 116 | 44 | 177 | 47 | 110 | 0 | 62 | 414 | 70 | 40 |
| Binary | 1001110 | 100100 | 1111111 | 100111 | 1001000 | 0 | 110010 | 100001100 | 111000 | 100000 |
Color Harmonies of #4E247F
Complementary color
Monochromatic Colors of #4E247F
Black with #4E247F
Text Example
Text Example
White with #4E247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E247F; }
p { color: rgb(78,36,127); }
H1.HeaderClassName
{
color: #4E247F;
}
.AnyTagClassName
{
color: #4E247F;
}
</style>
background-color css
<style>
a { background-color: #4E247F; }
a { background-color: rgb(78,36,127); }
div.DivClassName
{
background-color: #4E247F;
}
.BgClassName
{
background-color: #4E247F;
}
</style>
border-color css
<style>
span { border-color: #4E247F; }
span { border-color: rgb(78,36,127); }
td.TdClassName
{
border-color: #4E247F;
}
.TagClassName
{
border-color: #4E247F;
}
</style>