Shades of Daisy Bush #4F239E
Tints of Daisy Bush #4F239E
RGB
CMYK
RGB Variations
Color information
#4F239E (or 0x4F239E) is known color: Daisy Bush. HEX triplet: 4F, 23 and 9E. RGB value is (79,35,158). Sum of RGB (Red+Green+Blue) = 79+35+158=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #4F239E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F239E is #B0DC61. Grayscale: #3D3D3D. Windows color (decimal): -11590754 or 10363727. OLE color: 10363727.
HSL color Cylindrical-coordinate representation of color #4F239E: hue angle of 261.46º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F239E is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 35 | 158 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.38 |
| HSL | 261.46º | 0.64% | 0.38% | - |
| HSV(B) | 261.46º | 0.78% | 0.62% | - |
| XYZ | 10 | 5.33 | 32.85 | - |
| YUV | 62.18 | 182.08 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 35 | 158 | 0.50 | 0.78 | 0 | 0.38 | 261.46 | 0.64 | 0.38 |
| Hex | 4F | 23 | 9E | 32 | 4E | 0 | 26 | 105 | 40 | 26 |
| Octal | 117 | 43 | 236 | 62 | 116 | 0 | 46 | 405 | 100 | 46 |
| Binary | 1001111 | 100011 | 10011110 | 110010 | 1001110 | 0 | 100110 | 100000101 | 1000000 | 100110 |
Color Harmonies of #4F239E
Complementary color
Monochromatic Colors of #4F239E
Black with #4F239E
Text Example
Text Example
White with #4F239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F239E; }
p { color: rgb(79,35,158); }
H1.HeaderClassName
{
color: #4F239E;
}
.AnyTagClassName
{
color: #4F239E;
}
</style>
background-color css
<style>
a { background-color: #4F239E; }
a { background-color: rgb(79,35,158); }
div.DivClassName
{
background-color: #4F239E;
}
.BgClassName
{
background-color: #4F239E;
}
</style>
border-color css
<style>
span { border-color: #4F239E; }
span { border-color: rgb(79,35,158); }
td.TdClassName
{
border-color: #4F239E;
}
.TagClassName
{
border-color: #4F239E;
}
</style>