Shades of Daisy Bush #4F2696
Tints of Daisy Bush #4F2696
RGB
CMYK
RGB Variations
Color information
#4F2696 (or 0x4F2696) is known color: Daisy Bush. HEX triplet: 4F, 26 and 96. RGB value is (79,38,150). Sum of RGB (Red+Green+Blue) = 79+38+150=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #4F2696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2696 is #B0D969. Grayscale: #3E3E3E. Windows color (decimal): -11589994 or 9840207. OLE color: 9840207.
HSL color Cylindrical-coordinate representation of color #4F2696: hue angle of 261.96º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F2696 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 79 | 38 | 150 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.41 |
| HSL | 261.96º | 0.6% | 0.37% | - |
| HSV(B) | 261.96º | 0.75% | 0.59% | - |
| XYZ | 9.42 | 5.25 | 29.37 | - |
| YUV | 63.03 | 177.08 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 150 | 0.47 | 0.75 | 0 | 0.41 | 261.96 | 0.6 | 0.37 |
| Hex | 4F | 26 | 96 | 2F | 4B | 0 | 29 | 106 | 3C | 25 |
| Octal | 117 | 46 | 226 | 57 | 113 | 0 | 51 | 406 | 74 | 45 |
| Binary | 1001111 | 100110 | 10010110 | 101111 | 1001011 | 0 | 101001 | 100000110 | 111100 | 100101 |
Color Harmonies of #4F2696
Complementary color
Monochromatic Colors of #4F2696
Black with #4F2696
Text Example
Text Example
White with #4F2696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2696; }
p { color: rgb(79,38,150); }
H1.HeaderClassName
{
color: #4F2696;
}
.AnyTagClassName
{
color: #4F2696;
}
</style>
background-color css
<style>
a { background-color: #4F2696; }
a { background-color: rgb(79,38,150); }
div.DivClassName
{
background-color: #4F2696;
}
.BgClassName
{
background-color: #4F2696;
}
</style>
border-color css
<style>
span { border-color: #4F2696; }
span { border-color: rgb(79,38,150); }
td.TdClassName
{
border-color: #4F2696;
}
.TagClassName
{
border-color: #4F2696;
}
</style>