Shades of Kingfisher Daisy #4E3282
Tints of Kingfisher Daisy #4E3282
RGB
CMYK
RGB Variations
Color information
#4E3282 (or 0x4E3282) is known color: Kingfisher Daisy. HEX triplet: 4E, 32 and 82. RGB value is (78,50,130). Sum of RGB (Red+Green+Blue) = 78+50+130=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E3282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3282 is #B1CD7D. Grayscale: #434343. Windows color (decimal): -11652478 or 8532558. OLE color: 8532558.
HSL color Cylindrical-coordinate representation of color #4E3282: hue angle of 261º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E3282 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 50 | 130 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.49 |
| HSL | 261º | 0.44% | 0.35% | - |
| HSV(B) | 261º | 0.62% | 0.51% | - |
| XYZ | 8.31 | 5.51 | 21.75 | - |
| YUV | 67.49 | 163.28 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 50 | 130 | 0.40 | 0.62 | 0 | 0.49 | 261 | 0.44 | 0.35 |
| Hex | 4E | 32 | 82 | 28 | 3E | 0 | 31 | 105 | 2C | 23 |
| Octal | 116 | 62 | 202 | 50 | 76 | 0 | 61 | 405 | 54 | 43 |
| Binary | 1001110 | 110010 | 10000010 | 101000 | 111110 | 0 | 110001 | 100000101 | 101100 | 100011 |
Color Harmonies of #4E3282
Complementary color
Monochromatic Colors of #4E3282
Black with #4E3282
Text Example
Text Example
White with #4E3282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3282; }
p { color: rgb(78,50,130); }
H1.HeaderClassName
{
color: #4E3282;
}
.AnyTagClassName
{
color: #4E3282;
}
</style>
background-color css
<style>
a { background-color: #4E3282; }
a { background-color: rgb(78,50,130); }
div.DivClassName
{
background-color: #4E3282;
}
.BgClassName
{
background-color: #4E3282;
}
</style>
border-color css
<style>
span { border-color: #4E3282; }
span { border-color: rgb(78,50,130); }
td.TdClassName
{
border-color: #4E3282;
}
.TagClassName
{
border-color: #4E3282;
}
</style>