Shades of Daisy Bush #4F279C
Tints of Daisy Bush #4F279C
RGB
CMYK
RGB Variations
Color information
#4F279C (or 0x4F279C) is known color: Daisy Bush. HEX triplet: 4F, 27 and 9C. RGB value is (79,39,156). Sum of RGB (Red+Green+Blue) = 79+39+156=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F279C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F279C is #B0D863. Grayscale: #3F3F3F. Windows color (decimal): -11589732 or 10233679. OLE color: 10233679.
HSL color Cylindrical-coordinate representation of color #4F279C: hue angle of 260.51º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F279C is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 39 | 156 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.39 |
| HSL | 260.51º | 0.6% | 0.38% | - |
| HSV(B) | 260.51º | 0.75% | 0.61% | - |
| XYZ | 9.95 | 5.51 | 31.99 | - |
| YUV | 64.3 | 179.75 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 156 | 0.49 | 0.75 | 0 | 0.39 | 260.51 | 0.6 | 0.38 |
| Hex | 4F | 27 | 9C | 31 | 4B | 0 | 27 | 105 | 3C | 26 |
| Octal | 117 | 47 | 234 | 61 | 113 | 0 | 47 | 405 | 74 | 46 |
| Binary | 1001111 | 100111 | 10011100 | 110001 | 1001011 | 0 | 100111 | 100000101 | 111100 | 100110 |
Color Harmonies of #4F279C
Complementary color
Monochromatic Colors of #4F279C
Black with #4F279C
Text Example
Text Example
White with #4F279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F279C; }
p { color: rgb(79,39,156); }
H1.HeaderClassName
{
color: #4F279C;
}
.AnyTagClassName
{
color: #4F279C;
}
</style>
background-color css
<style>
a { background-color: #4F279C; }
a { background-color: rgb(79,39,156); }
div.DivClassName
{
background-color: #4F279C;
}
.BgClassName
{
background-color: #4F279C;
}
</style>
border-color css
<style>
span { border-color: #4F279C; }
span { border-color: rgb(79,39,156); }
td.TdClassName
{
border-color: #4F279C;
}
.TagClassName
{
border-color: #4F279C;
}
</style>