Shades of Daisy Bush #4E219B
Tints of Daisy Bush #4E219B
RGB
CMYK
RGB Variations
Color information
#4E219B (or 0x4E219B) is known color: Daisy Bush. HEX triplet: 4E, 21 and 9B. RGB value is (78,33,155). Sum of RGB (Red+Green+Blue) = 78+33+155=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E219B is #B1DE64. Grayscale: #3B3B3B. Windows color (decimal): -11656805 or 10166606. OLE color: 10166606.
HSL color Cylindrical-coordinate representation of color #4E219B: hue angle of 262.13º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E219B is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 33 | 155 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.39 |
| HSL | 262.13º | 0.65% | 0.37% | - |
| HSV(B) | 262.13º | 0.79% | 0.61% | - |
| XYZ | 9.6 | 5.07 | 31.48 | - |
| YUV | 60.36 | 181.41 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 155 | 0.50 | 0.79 | 0 | 0.39 | 262.13 | 0.65 | 0.37 |
| Hex | 4E | 21 | 9B | 32 | 4F | 0 | 27 | 106 | 41 | 25 |
| Octal | 116 | 41 | 233 | 62 | 117 | 0 | 47 | 406 | 101 | 45 |
| Binary | 1001110 | 100001 | 10011011 | 110010 | 1001111 | 0 | 100111 | 100000110 | 1000001 | 100101 |
Color Harmonies of #4E219B
Complementary color
Monochromatic Colors of #4E219B
Black with #4E219B
Text Example
Text Example
White with #4E219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E219B; }
p { color: rgb(78,33,155); }
H1.HeaderClassName
{
color: #4E219B;
}
.AnyTagClassName
{
color: #4E219B;
}
</style>
background-color css
<style>
a { background-color: #4E219B; }
a { background-color: rgb(78,33,155); }
div.DivClassName
{
background-color: #4E219B;
}
.BgClassName
{
background-color: #4E219B;
}
</style>
border-color css
<style>
span { border-color: #4E219B; }
span { border-color: rgb(78,33,155); }
td.TdClassName
{
border-color: #4E219B;
}
.TagClassName
{
border-color: #4E219B;
}
</style>