Shades of Daisy Bush #4F2992
Tints of Daisy Bush #4F2992
RGB
CMYK
RGB Variations
Color information
#4F2992 (or 0x4F2992) is known color: Daisy Bush. HEX triplet: 4F, 29 and 92. RGB value is (79,41,146). Sum of RGB (Red+Green+Blue) = 79+41+146=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #4F2992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2992 is #B0D66D. Grayscale: #3F3F3F. Windows color (decimal): -11589230 or 9578831. OLE color: 9578831.
HSL color Cylindrical-coordinate representation of color #4F2992: hue angle of 261.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F2992 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 41 | 146 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.43 |
| HSL | 261.71º | 0.56% | 0.37% | - |
| HSV(B) | 261.71º | 0.72% | 0.57% | - |
| XYZ | 9.21 | 5.32 | 27.74 | - |
| YUV | 64.33 | 174.09 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 146 | 0.46 | 0.72 | 0 | 0.43 | 261.71 | 0.56 | 0.37 |
| Hex | 4F | 29 | 92 | 2E | 48 | 0 | 2B | 106 | 38 | 25 |
| Octal | 117 | 51 | 222 | 56 | 110 | 0 | 53 | 406 | 70 | 45 |
| Binary | 1001111 | 101001 | 10010010 | 101110 | 1001000 | 0 | 101011 | 100000110 | 111000 | 100101 |
Color Harmonies of #4F2992
Complementary color
Monochromatic Colors of #4F2992
Black with #4F2992
Text Example
Text Example
White with #4F2992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2992; }
p { color: rgb(79,41,146); }
H1.HeaderClassName
{
color: #4F2992;
}
.AnyTagClassName
{
color: #4F2992;
}
</style>
background-color css
<style>
a { background-color: #4F2992; }
a { background-color: rgb(79,41,146); }
div.DivClassName
{
background-color: #4F2992;
}
.BgClassName
{
background-color: #4F2992;
}
</style>
border-color css
<style>
span { border-color: #4F2992; }
span { border-color: rgb(79,41,146); }
td.TdClassName
{
border-color: #4F2992;
}
.TagClassName
{
border-color: #4F2992;
}
</style>