Shades of Kingfisher Daisy #4F3584
Tints of Kingfisher Daisy #4F3584
RGB
CMYK
RGB Variations
Color information
#4F3584 (or 0x4F3584) is known color: Kingfisher Daisy. HEX triplet: 4F, 35 and 84. RGB value is (79,53,132). Sum of RGB (Red+Green+Blue) = 79+53+132=264 (34% of max value = 765). Red value is 79 (31.25% from 255 or 29.92% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F3584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3584 is #B0CA7B. Grayscale: #454545. Windows color (decimal): -11586172 or 8664399. OLE color: 8664399.
HSL color Cylindrical-coordinate representation of color #4F3584: hue angle of 259.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F3584 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 53 | 132 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.48 |
| HSL | 259.75º | 0.43% | 0.36% | - |
| HSV(B) | 259.75º | 0.6% | 0.52% | - |
| XYZ | 8.66 | 5.87 | 22.51 | - |
| YUV | 69.78 | 163.11 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 132 | 0.40 | 0.60 | 0 | 0.48 | 259.75 | 0.43 | 0.36 |
| Hex | 4F | 35 | 84 | 28 | 3C | 0 | 30 | 104 | 2B | 24 |
| Octal | 117 | 65 | 204 | 50 | 74 | 0 | 60 | 404 | 53 | 44 |
| Binary | 1001111 | 110101 | 10000100 | 101000 | 111100 | 0 | 110000 | 100000100 | 101011 | 100100 |
Color Harmonies of #4F3584
Complementary color
Monochromatic Colors of #4F3584
Black with #4F3584
Text Example
Text Example
White with #4F3584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3584; }
p { color: rgb(79,53,132); }
H1.HeaderClassName
{
color: #4F3584;
}
.AnyTagClassName
{
color: #4F3584;
}
</style>
background-color css
<style>
a { background-color: #4F3584; }
a { background-color: rgb(79,53,132); }
div.DivClassName
{
background-color: #4F3584;
}
.BgClassName
{
background-color: #4F3584;
}
</style>
border-color css
<style>
span { border-color: #4F3584; }
span { border-color: rgb(79,53,132); }
td.TdClassName
{
border-color: #4F3584;
}
.TagClassName
{
border-color: #4F3584;
}
</style>