Shades of Daisy Bush #4F2594
Tints of Daisy Bush #4F2594
RGB
CMYK
RGB Variations
Color information
#4F2594 (or 0x4F2594) is known color: Daisy Bush. HEX triplet: 4F, 25 and 94. RGB value is (79,37,148). Sum of RGB (Red+Green+Blue) = 79+37+148=264 (34% of max value = 765). Red value is 79 (31.25% from 255 or 29.92% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #4F2594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2594 is #B0DA6B. Grayscale: #3D3D3D. Windows color (decimal): -11590252 or 9708879. OLE color: 9708879.
HSL color Cylindrical-coordinate representation of color #4F2594: hue angle of 262.7º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F2594 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 37 | 148 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.42 |
| HSL | 262.7º | 0.6% | 0.36% | - |
| HSV(B) | 262.7º | 0.75% | 0.58% | - |
| XYZ | 9.23 | 5.12 | 28.52 | - |
| YUV | 62.21 | 176.41 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 37 | 148 | 0.47 | 0.75 | 0 | 0.42 | 262.7 | 0.6 | 0.36 |
| Hex | 4F | 25 | 94 | 2F | 4B | 0 | 2A | 107 | 3C | 24 |
| Octal | 117 | 45 | 224 | 57 | 113 | 0 | 52 | 407 | 74 | 44 |
| Binary | 1001111 | 100101 | 10010100 | 101111 | 1001011 | 0 | 101010 | 100000111 | 111100 | 100100 |
Color Harmonies of #4F2594
Complementary color
Monochromatic Colors of #4F2594
Black with #4F2594
Text Example
Text Example
White with #4F2594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2594; }
p { color: rgb(79,37,148); }
H1.HeaderClassName
{
color: #4F2594;
}
.AnyTagClassName
{
color: #4F2594;
}
</style>
background-color css
<style>
a { background-color: #4F2594; }
a { background-color: rgb(79,37,148); }
div.DivClassName
{
background-color: #4F2594;
}
.BgClassName
{
background-color: #4F2594;
}
</style>
border-color css
<style>
span { border-color: #4F2594; }
span { border-color: rgb(79,37,148); }
td.TdClassName
{
border-color: #4F2594;
}
.TagClassName
{
border-color: #4F2594;
}
</style>