Shades of Daisy Bush #4E2596
Tints of Daisy Bush #4E2596
RGB
CMYK
RGB Variations
Color information
#4E2596 (or 0x4E2596) is known color: Daisy Bush. HEX triplet: 4E, 25 and 96. RGB value is (78,37,150). Sum of RGB (Red+Green+Blue) = 78+37+150=265 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.43% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #4E2596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2596 is #B1DA69. Grayscale: #3D3D3D. Windows color (decimal): -11655786 or 9839950. OLE color: 9839950.
HSL color Cylindrical-coordinate representation of color #4E2596: hue angle of 261.77º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E2596 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 78 | 37 | 150 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.41 |
| HSL | 261.77º | 0.6% | 0.37% | - |
| HSV(B) | 261.77º | 0.75% | 0.59% | - |
| XYZ | 9.31 | 5.14 | 29.36 | - |
| YUV | 62.14 | 177.58 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 150 | 0.48 | 0.75 | 0 | 0.41 | 261.77 | 0.6 | 0.37 |
| Hex | 4E | 25 | 96 | 30 | 4B | 0 | 29 | 106 | 3C | 25 |
| Octal | 116 | 45 | 226 | 60 | 113 | 0 | 51 | 406 | 74 | 45 |
| Binary | 1001110 | 100101 | 10010110 | 110000 | 1001011 | 0 | 101001 | 100000110 | 111100 | 100101 |
Color Harmonies of #4E2596
Complementary color
Monochromatic Colors of #4E2596
Black with #4E2596
Text Example
Text Example
White with #4E2596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2596; }
p { color: rgb(78,37,150); }
H1.HeaderClassName
{
color: #4E2596;
}
.AnyTagClassName
{
color: #4E2596;
}
</style>
background-color css
<style>
a { background-color: #4E2596; }
a { background-color: rgb(78,37,150); }
div.DivClassName
{
background-color: #4E2596;
}
.BgClassName
{
background-color: #4E2596;
}
</style>
border-color css
<style>
span { border-color: #4E2596; }
span { border-color: rgb(78,37,150); }
td.TdClassName
{
border-color: #4E2596;
}
.TagClassName
{
border-color: #4E2596;
}
</style>