Shades of Daisy Bush #4F2698
Tints of Daisy Bush #4F2698
RGB
CMYK
RGB Variations
Color information
#4F2698 (or 0x4F2698) is known color: Daisy Bush. HEX triplet: 4F, 26 and 98. RGB value is (79,38,152). Sum of RGB (Red+Green+Blue) = 79+38+152=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #4F2698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2698 is #B0D967. Grayscale: #3E3E3E. Windows color (decimal): -11589992 or 9971279. OLE color: 9971279.
HSL color Cylindrical-coordinate representation of color #4F2698: hue angle of 261.58º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F2698 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 38 | 152 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.40 |
| HSL | 261.58º | 0.6% | 0.37% | - |
| HSV(B) | 261.58º | 0.75% | 0.6% | - |
| XYZ | 9.59 | 5.32 | 30.23 | - |
| YUV | 63.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 152 | 0.48 | 0.75 | 0 | 0.40 | 261.58 | 0.6 | 0.37 |
| Hex | 4F | 26 | 98 | 30 | 4B | 0 | 28 | 106 | 3C | 25 |
| Octal | 117 | 46 | 230 | 60 | 113 | 0 | 50 | 406 | 74 | 45 |
| Binary | 1001111 | 100110 | 10011000 | 110000 | 1001011 | 0 | 101000 | 100000110 | 111100 | 100101 |
Color Harmonies of #4F2698
Complementary color
Monochromatic Colors of #4F2698
Black with #4F2698
Text Example
Text Example
White with #4F2698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2698; }
p { color: rgb(79,38,152); }
H1.HeaderClassName
{
color: #4F2698;
}
.AnyTagClassName
{
color: #4F2698;
}
</style>
background-color css
<style>
a { background-color: #4F2698; }
a { background-color: rgb(79,38,152); }
div.DivClassName
{
background-color: #4F2698;
}
.BgClassName
{
background-color: #4F2698;
}
</style>
border-color css
<style>
span { border-color: #4F2698; }
span { border-color: rgb(79,38,152); }
td.TdClassName
{
border-color: #4F2698;
}
.TagClassName
{
border-color: #4F2698;
}
</style>