Shades of Kingfisher Daisy #4E2592
Tints of Kingfisher Daisy #4E2592
RGB
CMYK
RGB Variations
Color information
#4E2592 (or 0x4E2592) is known color: Kingfisher Daisy. HEX triplet: 4E, 25 and 92. RGB value is (78,37,146). Sum of RGB (Red+Green+Blue) = 78+37+146=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E2592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2592 is #B1DA6D. Grayscale: #3D3D3D. Windows color (decimal): -11655790 or 9577806. OLE color: 9577806.
HSL color Cylindrical-coordinate representation of color #4E2592: hue angle of 262.57º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E2592 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 37 | 146 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.43 |
| HSL | 262.57º | 0.6% | 0.36% | - |
| HSV(B) | 262.57º | 0.75% | 0.57% | - |
| XYZ | 8.99 | 5.02 | 27.69 | - |
| YUV | 61.69 | 175.58 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 146 | 0.47 | 0.75 | 0 | 0.43 | 262.57 | 0.6 | 0.36 |
| Hex | 4E | 25 | 92 | 2F | 4B | 0 | 2B | 107 | 3C | 24 |
| Octal | 116 | 45 | 222 | 57 | 113 | 0 | 53 | 407 | 74 | 44 |
| Binary | 1001110 | 100101 | 10010010 | 101111 | 1001011 | 0 | 101011 | 100000111 | 111100 | 100100 |
Color Harmonies of #4E2592
Complementary color
Monochromatic Colors of #4E2592
Black with #4E2592
Text Example
Text Example
White with #4E2592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2592; }
p { color: rgb(78,37,146); }
H1.HeaderClassName
{
color: #4E2592;
}
.AnyTagClassName
{
color: #4E2592;
}
</style>
background-color css
<style>
a { background-color: #4E2592; }
a { background-color: rgb(78,37,146); }
div.DivClassName
{
background-color: #4E2592;
}
.BgClassName
{
background-color: #4E2592;
}
</style>
border-color css
<style>
span { border-color: #4E2592; }
span { border-color: rgb(78,37,146); }
td.TdClassName
{
border-color: #4E2592;
}
.TagClassName
{
border-color: #4E2592;
}
</style>