Shades of Blue Diamond #4E256C
Tints of Blue Diamond #4E256C
RGB
CMYK
RGB Variations
Color information
#4E256C (or 0x4E256C) is known color: Blue Diamond. HEX triplet: 4E, 25 and 6C. RGB value is (78,37,108). Sum of RGB (Red+Green+Blue) = 78+37+108=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E256C is #B1DA93. Grayscale: #393939. Windows color (decimal): -11655828 or 7087438. OLE color: 7087438.
HSL color Cylindrical-coordinate representation of color #4E256C: hue angle of 274.65º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E256C is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 37 | 108 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.58 |
| HSL | 274.65º | 0.49% | 0.28% | - |
| HSV(B) | 274.65º | 0.66% | 0.42% | - |
| XYZ | 6.51 | 4.03 | 14.62 | - |
| YUV | 57.35 | 156.58 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 108 | 0.28 | 0.66 | 0 | 0.58 | 274.65 | 0.49 | 0.28 |
| Hex | 4E | 25 | 6C | 1C | 42 | 0 | 3A | 113 | 31 | 1C |
| Octal | 116 | 45 | 154 | 34 | 102 | 0 | 72 | 423 | 61 | 34 |
| Binary | 1001110 | 100101 | 1101100 | 11100 | 1000010 | 0 | 111010 | 100010011 | 110001 | 11100 |
Color Harmonies of #4E256C
Complementary color
Monochromatic Colors of #4E256C
Black with #4E256C
Text Example
Text Example
White with #4E256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E256C; }
p { color: rgb(78,37,108); }
H1.HeaderClassName
{
color: #4E256C;
}
.AnyTagClassName
{
color: #4E256C;
}
</style>
background-color css
<style>
a { background-color: #4E256C; }
a { background-color: rgb(78,37,108); }
div.DivClassName
{
background-color: #4E256C;
}
.BgClassName
{
background-color: #4E256C;
}
</style>
border-color css
<style>
span { border-color: #4E256C; }
span { border-color: rgb(78,37,108); }
td.TdClassName
{
border-color: #4E256C;
}
.TagClassName
{
border-color: #4E256C;
}
</style>