Shades of Daisy Bush #4F259D
Tints of Daisy Bush #4F259D
RGB
CMYK
RGB Variations
Color information
#4F259D (or 0x4F259D) is known color: Daisy Bush. HEX triplet: 4F, 25 and 9D. RGB value is (79,37,157). Sum of RGB (Red+Green+Blue) = 79+37+157=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F259D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F259D is #B0DA62. Grayscale: #3E3E3E. Windows color (decimal): -11590243 or 10298703. OLE color: 10298703.
HSL color Cylindrical-coordinate representation of color #4F259D: hue angle of 261º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F259D is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 37 | 157 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.38 |
| HSL | 261º | 0.62% | 0.38% | - |
| HSV(B) | 261º | 0.76% | 0.62% | - |
| XYZ | 9.97 | 5.42 | 32.42 | - |
| YUV | 63.24 | 180.91 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 37 | 157 | 0.50 | 0.76 | 0 | 0.38 | 261 | 0.62 | 0.38 |
| Hex | 4F | 25 | 9D | 32 | 4C | 0 | 26 | 105 | 3E | 26 |
| Octal | 117 | 45 | 235 | 62 | 114 | 0 | 46 | 405 | 76 | 46 |
| Binary | 1001111 | 100101 | 10011101 | 110010 | 1001100 | 0 | 100110 | 100000101 | 111110 | 100110 |
Color Harmonies of #4F259D
Complementary color
Monochromatic Colors of #4F259D
Black with #4F259D
Text Example
Text Example
White with #4F259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F259D; }
p { color: rgb(79,37,157); }
H1.HeaderClassName
{
color: #4F259D;
}
.AnyTagClassName
{
color: #4F259D;
}
</style>
background-color css
<style>
a { background-color: #4F259D; }
a { background-color: rgb(79,37,157); }
div.DivClassName
{
background-color: #4F259D;
}
.BgClassName
{
background-color: #4F259D;
}
</style>
border-color css
<style>
span { border-color: #4F259D; }
span { border-color: rgb(79,37,157); }
td.TdClassName
{
border-color: #4F259D;
}
.TagClassName
{
border-color: #4F259D;
}
</style>