Shades of Kingfisher Daisy #4E3582
Tints of Kingfisher Daisy #4E3582
RGB
CMYK
RGB Variations
Color information
#4E3582 (or 0x4E3582) is known color: Kingfisher Daisy. HEX triplet: 4E, 35 and 82. RGB value is (78,53,130). Sum of RGB (Red+Green+Blue) = 78+53+130=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E3582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3582 is #B1CA7D. Grayscale: #444444. Windows color (decimal): -11651710 or 8533326. OLE color: 8533326.
HSL color Cylindrical-coordinate representation of color #4E3582: hue angle of 259.48º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E3582 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 53 | 130 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.49 |
| HSL | 259.48º | 0.42% | 0.36% | - |
| HSV(B) | 259.48º | 0.59% | 0.51% | - |
| XYZ | 8.44 | 5.78 | 21.79 | - |
| YUV | 69.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 130 | 0.40 | 0.59 | 0 | 0.49 | 259.48 | 0.42 | 0.36 |
| Hex | 4E | 35 | 82 | 28 | 3B | 0 | 31 | 103 | 2A | 24 |
| Octal | 116 | 65 | 202 | 50 | 73 | 0 | 61 | 403 | 52 | 44 |
| Binary | 1001110 | 110101 | 10000010 | 101000 | 111011 | 0 | 110001 | 100000011 | 101010 | 100100 |
Color Harmonies of #4E3582
Complementary color
Monochromatic Colors of #4E3582
Black with #4E3582
Text Example
Text Example
White with #4E3582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3582; }
p { color: rgb(78,53,130); }
H1.HeaderClassName
{
color: #4E3582;
}
.AnyTagClassName
{
color: #4E3582;
}
</style>
background-color css
<style>
a { background-color: #4E3582; }
a { background-color: rgb(78,53,130); }
div.DivClassName
{
background-color: #4E3582;
}
.BgClassName
{
background-color: #4E3582;
}
</style>
border-color css
<style>
span { border-color: #4E3582; }
span { border-color: rgb(78,53,130); }
td.TdClassName
{
border-color: #4E3582;
}
.TagClassName
{
border-color: #4E3582;
}
</style>