Shades of Daisy Bush #4F259B
Tints of Daisy Bush #4F259B
RGB
CMYK
RGB Variations
Color information
#4F259B (or 0x4F259B) is known color: Daisy Bush. HEX triplet: 4F, 25 and 9B. RGB value is (79,37,155). Sum of RGB (Red+Green+Blue) = 79+37+155=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F259B is #B0DA64. Grayscale: #3E3E3E. Windows color (decimal): -11590245 or 10167631. OLE color: 10167631.
HSL color Cylindrical-coordinate representation of color #4F259B: hue angle of 261.36º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F259B is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 37 | 155 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.39 |
| HSL | 261.36º | 0.61% | 0.38% | - |
| HSV(B) | 261.36º | 0.76% | 0.61% | - |
| XYZ | 9.8 | 5.35 | 31.53 | - |
| YUV | 63.01 | 179.91 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 37 | 155 | 0.49 | 0.76 | 0 | 0.39 | 261.36 | 0.61 | 0.38 |
| Hex | 4F | 25 | 9B | 31 | 4C | 0 | 27 | 105 | 3D | 26 |
| Octal | 117 | 45 | 233 | 61 | 114 | 0 | 47 | 405 | 75 | 46 |
| Binary | 1001111 | 100101 | 10011011 | 110001 | 1001100 | 0 | 100111 | 100000101 | 111101 | 100110 |
Color Harmonies of #4F259B
Complementary color
Monochromatic Colors of #4F259B
Black with #4F259B
Text Example
Text Example
White with #4F259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F259B; }
p { color: rgb(79,37,155); }
H1.HeaderClassName
{
color: #4F259B;
}
.AnyTagClassName
{
color: #4F259B;
}
</style>
background-color css
<style>
a { background-color: #4F259B; }
a { background-color: rgb(79,37,155); }
div.DivClassName
{
background-color: #4F259B;
}
.BgClassName
{
background-color: #4F259B;
}
</style>
border-color css
<style>
span { border-color: #4F259B; }
span { border-color: rgb(79,37,155); }
td.TdClassName
{
border-color: #4F259B;
}
.TagClassName
{
border-color: #4F259B;
}
</style>