Shades of Daisy Bush #4F2898
Tints of Daisy Bush #4F2898
RGB
CMYK
RGB Variations
Color information
#4F2898 (or 0x4F2898) is known color: Daisy Bush. HEX triplet: 4F, 28 and 98. RGB value is (79,40,152). Sum of RGB (Red+Green+Blue) = 79+40+152=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #4F2898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2898 is #B0D767. Grayscale: #404040. Windows color (decimal): -11589480 or 9971791. OLE color: 9971791.
HSL color Cylindrical-coordinate representation of color #4F2898: hue angle of 260.89º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F2898 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 40 | 152 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.40 |
| HSL | 260.89º | 0.58% | 0.38% | - |
| HSV(B) | 260.89º | 0.74% | 0.6% | - |
| XYZ | 9.65 | 5.45 | 30.25 | - |
| YUV | 64.43 | 177.42 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 152 | 0.48 | 0.74 | 0 | 0.40 | 260.89 | 0.58 | 0.38 |
| Hex | 4F | 28 | 98 | 30 | 4A | 0 | 28 | 105 | 3A | 26 |
| Octal | 117 | 50 | 230 | 60 | 112 | 0 | 50 | 405 | 72 | 46 |
| Binary | 1001111 | 101000 | 10011000 | 110000 | 1001010 | 0 | 101000 | 100000101 | 111010 | 100110 |
Color Harmonies of #4F2898
Complementary color
Monochromatic Colors of #4F2898
Black with #4F2898
Text Example
Text Example
White with #4F2898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2898; }
p { color: rgb(79,40,152); }
H1.HeaderClassName
{
color: #4F2898;
}
.AnyTagClassName
{
color: #4F2898;
}
</style>
background-color css
<style>
a { background-color: #4F2898; }
a { background-color: rgb(79,40,152); }
div.DivClassName
{
background-color: #4F2898;
}
.BgClassName
{
background-color: #4F2898;
}
</style>
border-color css
<style>
span { border-color: #4F2898; }
span { border-color: rgb(79,40,152); }
td.TdClassName
{
border-color: #4F2898;
}
.TagClassName
{
border-color: #4F2898;
}
</style>