Shades of Daisy Bush #4F249A
Tints of Daisy Bush #4F249A
RGB
CMYK
RGB Variations
Color information
#4F249A (or 0x4F249A) is known color: Daisy Bush. HEX triplet: 4F, 24 and 9A. RGB value is (79,36,154). Sum of RGB (Red+Green+Blue) = 79+36+154=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F249A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F249A is #B0DB65. Grayscale: #3D3D3D. Windows color (decimal): -11590502 or 10101839. OLE color: 10101839.
HSL color Cylindrical-coordinate representation of color #4F249A: hue angle of 261.86º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F249A is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 36 | 154 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.40 |
| HSL | 261.86º | 0.62% | 0.37% | - |
| HSV(B) | 261.86º | 0.77% | 0.6% | - |
| XYZ | 9.69 | 5.26 | 31.08 | - |
| YUV | 62.31 | 179.75 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 36 | 154 | 0.49 | 0.77 | 0 | 0.40 | 261.86 | 0.62 | 0.37 |
| Hex | 4F | 24 | 9A | 31 | 4D | 0 | 28 | 106 | 3E | 25 |
| Octal | 117 | 44 | 232 | 61 | 115 | 0 | 50 | 406 | 76 | 45 |
| Binary | 1001111 | 100100 | 10011010 | 110001 | 1001101 | 0 | 101000 | 100000110 | 111110 | 100101 |
Color Harmonies of #4F249A
Complementary color
Monochromatic Colors of #4F249A
Black with #4F249A
Text Example
Text Example
White with #4F249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F249A; }
p { color: rgb(79,36,154); }
H1.HeaderClassName
{
color: #4F249A;
}
.AnyTagClassName
{
color: #4F249A;
}
</style>
background-color css
<style>
a { background-color: #4F249A; }
a { background-color: rgb(79,36,154); }
div.DivClassName
{
background-color: #4F249A;
}
.BgClassName
{
background-color: #4F249A;
}
</style>
border-color css
<style>
span { border-color: #4F249A; }
span { border-color: rgb(79,36,154); }
td.TdClassName
{
border-color: #4F249A;
}
.TagClassName
{
border-color: #4F249A;
}
</style>