Shades of Kingfisher Daisy #4E2F84
Tints of Kingfisher Daisy #4E2F84
RGB
CMYK
RGB Variations
Color information
#4E2F84 (or 0x4E2F84) is known color: Kingfisher Daisy. HEX triplet: 4E, 2F and 84. RGB value is (78,47,132). Sum of RGB (Red+Green+Blue) = 78+47+132=257 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.35% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #4E2F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2F84 is #B1D07B. Grayscale: #414141. Windows color (decimal): -11653244 or 8662862. OLE color: 8662862.
HSL color Cylindrical-coordinate representation of color #4E2F84: hue angle of 261.88º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E2F84 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 78 | 47 | 132 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.48 |
| HSL | 261.88º | 0.47% | 0.35% | - |
| HSV(B) | 261.88º | 0.64% | 0.52% | - |
| XYZ | 8.32 | 5.32 | 22.42 | - |
| YUV | 65.96 | 165.27 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 132 | 0.41 | 0.64 | 0 | 0.48 | 261.88 | 0.47 | 0.35 |
| Hex | 4E | 2F | 84 | 29 | 40 | 0 | 30 | 106 | 2F | 23 |
| Octal | 116 | 57 | 204 | 51 | 100 | 0 | 60 | 406 | 57 | 43 |
| Binary | 1001110 | 101111 | 10000100 | 101001 | 1000000 | 0 | 110000 | 100000110 | 101111 | 100011 |
Color Harmonies of #4E2F84
Complementary color
Monochromatic Colors of #4E2F84
Black with #4E2F84
Text Example
Text Example
White with #4E2F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2F84; }
p { color: rgb(78,47,132); }
H1.HeaderClassName
{
color: #4E2F84;
}
.AnyTagClassName
{
color: #4E2F84;
}
</style>
background-color css
<style>
a { background-color: #4E2F84; }
a { background-color: rgb(78,47,132); }
div.DivClassName
{
background-color: #4E2F84;
}
.BgClassName
{
background-color: #4E2F84;
}
</style>
border-color css
<style>
span { border-color: #4E2F84; }
span { border-color: rgb(78,47,132); }
td.TdClassName
{
border-color: #4E2F84;
}
.TagClassName
{
border-color: #4E2F84;
}
</style>