Shades of Daisy Bush #4F269C
Tints of Daisy Bush #4F269C
RGB
CMYK
RGB Variations
Color information
#4F269C (or 0x4F269C) is known color: Daisy Bush. HEX triplet: 4F, 26 and 9C. RGB value is (79,38,156). Sum of RGB (Red+Green+Blue) = 79+38+156=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F269C is #B0D963. Grayscale: #3F3F3F. Windows color (decimal): -11589988 or 10233423. OLE color: 10233423.
HSL color Cylindrical-coordinate representation of color #4F269C: hue angle of 260.85º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F269C is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 38 | 156 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.39 |
| HSL | 260.85º | 0.61% | 0.38% | - |
| HSV(B) | 260.85º | 0.76% | 0.61% | - |
| XYZ | 9.92 | 5.45 | 31.98 | - |
| YUV | 63.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 156 | 0.49 | 0.76 | 0 | 0.39 | 260.85 | 0.61 | 0.38 |
| Hex | 4F | 26 | 9C | 31 | 4C | 0 | 27 | 105 | 3D | 26 |
| Octal | 117 | 46 | 234 | 61 | 114 | 0 | 47 | 405 | 75 | 46 |
| Binary | 1001111 | 100110 | 10011100 | 110001 | 1001100 | 0 | 100111 | 100000101 | 111101 | 100110 |
Color Harmonies of #4F269C
Complementary color
Monochromatic Colors of #4F269C
Black with #4F269C
Text Example
Text Example
White with #4F269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F269C; }
p { color: rgb(79,38,156); }
H1.HeaderClassName
{
color: #4F269C;
}
.AnyTagClassName
{
color: #4F269C;
}
</style>
background-color css
<style>
a { background-color: #4F269C; }
a { background-color: rgb(79,38,156); }
div.DivClassName
{
background-color: #4F269C;
}
.BgClassName
{
background-color: #4F269C;
}
</style>
border-color css
<style>
span { border-color: #4F269C; }
span { border-color: rgb(79,38,156); }
td.TdClassName
{
border-color: #4F269C;
}
.TagClassName
{
border-color: #4F269C;
}
</style>