Shades of Daisy Bush #4E239B
Tints of Daisy Bush #4E239B
RGB
CMYK
RGB Variations
Color information
#4E239B (or 0x4E239B) is known color: Daisy Bush. HEX triplet: 4E, 23 and 9B. RGB value is (78,35,155). Sum of RGB (Red+Green+Blue) = 78+35+155=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E239B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E239B is #B1DC64. Grayscale: #3D3D3D. Windows color (decimal): -11656293 or 10167118. OLE color: 10167118.
HSL color Cylindrical-coordinate representation of color #4E239B: hue angle of 261.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E239B is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 35 | 155 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.39 |
| HSL | 261.5º | 0.63% | 0.37% | - |
| HSV(B) | 261.5º | 0.77% | 0.61% | - |
| XYZ | 9.66 | 5.19 | 31.5 | - |
| YUV | 61.54 | 180.75 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 155 | 0.50 | 0.77 | 0 | 0.39 | 261.5 | 0.63 | 0.37 |
| Hex | 4E | 23 | 9B | 32 | 4D | 0 | 27 | 106 | 3F | 25 |
| Octal | 116 | 43 | 233 | 62 | 115 | 0 | 47 | 406 | 77 | 45 |
| Binary | 1001110 | 100011 | 10011011 | 110010 | 1001101 | 0 | 100111 | 100000110 | 111111 | 100101 |
Color Harmonies of #4E239B
Complementary color
Monochromatic Colors of #4E239B
Black with #4E239B
Text Example
Text Example
White with #4E239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E239B; }
p { color: rgb(78,35,155); }
H1.HeaderClassName
{
color: #4E239B;
}
.AnyTagClassName
{
color: #4E239B;
}
</style>
background-color css
<style>
a { background-color: #4E239B; }
a { background-color: rgb(78,35,155); }
div.DivClassName
{
background-color: #4E239B;
}
.BgClassName
{
background-color: #4E239B;
}
</style>
border-color css
<style>
span { border-color: #4E239B; }
span { border-color: rgb(78,35,155); }
td.TdClassName
{
border-color: #4E239B;
}
.TagClassName
{
border-color: #4E239B;
}
</style>