Shades of Daisy Bush #4E239C
Tints of Daisy Bush #4E239C
RGB
CMYK
RGB Variations
Color information
#4E239C (or 0x4E239C) is known color: Daisy Bush. HEX triplet: 4E, 23 and 9C. RGB value is (78,35,156). Sum of RGB (Red+Green+Blue) = 78+35+156=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E239C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E239C is #B1DC63. Grayscale: #3D3D3D. Windows color (decimal): -11656292 or 10232654. OLE color: 10232654.
HSL color Cylindrical-coordinate representation of color #4E239C: hue angle of 261.32º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E239C is Cyan = 0.5, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 35 | 156 | - |
| CMYK | 0.5 | 0.78 | 0 | 0.39 |
| HSL | 261.32º | 0.63% | 0.37% | - |
| HSV(B) | 261.32º | 0.78% | 0.61% | - |
| XYZ | 9.74 | 5.22 | 31.95 | - |
| YUV | 61.65 | 181.25 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 156 | 0.5 | 0.78 | 0 | 0.39 | 261.32 | 0.63 | 0.37 |
| Hex | 4E | 23 | 9C | 32 | 4E | 0 | 27 | 105 | 3F | 25 |
| Octal | 116 | 43 | 234 | 62 | 116 | 0 | 47 | 405 | 77 | 45 |
| Binary | 1001110 | 100011 | 10011100 | 110010 | 1001110 | 0 | 100111 | 100000101 | 111111 | 100101 |
Color Harmonies of #4E239C
Complementary color
Monochromatic Colors of #4E239C
Black with #4E239C
Text Example
Text Example
White with #4E239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E239C; }
p { color: rgb(78,35,156); }
H1.HeaderClassName
{
color: #4E239C;
}
.AnyTagClassName
{
color: #4E239C;
}
</style>
background-color css
<style>
a { background-color: #4E239C; }
a { background-color: rgb(78,35,156); }
div.DivClassName
{
background-color: #4E239C;
}
.BgClassName
{
background-color: #4E239C;
}
</style>
border-color css
<style>
span { border-color: #4E239C; }
span { border-color: rgb(78,35,156); }
td.TdClassName
{
border-color: #4E239C;
}
.TagClassName
{
border-color: #4E239C;
}
</style>