Shades of Daisy Bush #4F2599
Tints of Daisy Bush #4F2599
RGB
CMYK
RGB Variations
Color information
#4F2599 (or 0x4F2599) is known color: Daisy Bush. HEX triplet: 4F, 25 and 99. RGB value is (79,37,153). Sum of RGB (Red+Green+Blue) = 79+37+153=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F2599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2599 is #B0DA66. Grayscale: #3E3E3E. Windows color (decimal): -11590247 or 10036559. OLE color: 10036559.
HSL color Cylindrical-coordinate representation of color #4F2599: hue angle of 261.72º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F2599 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 79 | 37 | 153 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.4 |
| HSL | 261.72º | 0.61% | 0.37% | - |
| HSV(B) | 261.72º | 0.76% | 0.6% | - |
| XYZ | 9.64 | 5.29 | 30.65 | - |
| YUV | 62.78 | 178.91 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 37 | 153 | 0.48 | 0.76 | 0 | 0.4 | 261.72 | 0.61 | 0.37 |
| Hex | 4F | 25 | 99 | 30 | 4C | 0 | 28 | 106 | 3D | 25 |
| Octal | 117 | 45 | 231 | 60 | 114 | 0 | 50 | 406 | 75 | 45 |
| Binary | 1001111 | 100101 | 10011001 | 110000 | 1001100 | 0 | 101000 | 100000110 | 111101 | 100101 |
Color Harmonies of #4F2599
Complementary color
Monochromatic Colors of #4F2599
Black with #4F2599
Text Example
Text Example
White with #4F2599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2599; }
p { color: rgb(79,37,153); }
H1.HeaderClassName
{
color: #4F2599;
}
.AnyTagClassName
{
color: #4F2599;
}
</style>
background-color css
<style>
a { background-color: #4F2599; }
a { background-color: rgb(79,37,153); }
div.DivClassName
{
background-color: #4F2599;
}
.BgClassName
{
background-color: #4F2599;
}
</style>
border-color css
<style>
span { border-color: #4F2599; }
span { border-color: rgb(79,37,153); }
td.TdClassName
{
border-color: #4F2599;
}
.TagClassName
{
border-color: #4F2599;
}
</style>