Shades of Kingfisher Daisy #4E1B95
Tints of Kingfisher Daisy #4E1B95
RGB
CMYK
RGB Variations
Color information
#4E1B95 (or 0x4E1B95) is known color: Kingfisher Daisy. HEX triplet: 4E, 1B and 95. RGB value is (78,27,149). Sum of RGB (Red+Green+Blue) = 78+27+149=254 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.71% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E1B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1B95 is #B1E46A. Grayscale: #373737. Windows color (decimal): -11658347 or 9771854. OLE color: 9771854.
HSL color Cylindrical-coordinate representation of color #4E1B95: hue angle of 265.08º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E1B95 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 27 | 149 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.42 |
| HSL | 265.08º | 0.69% | 0.35% | - |
| HSV(B) | 265.08º | 0.82% | 0.58% | - |
| XYZ | 8.96 | 4.57 | 28.84 | - |
| YUV | 56.16 | 180.4 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 149 | 0.48 | 0.82 | 0 | 0.42 | 265.08 | 0.69 | 0.35 |
| Hex | 4E | 1B | 95 | 30 | 52 | 0 | 2A | 109 | 45 | 23 |
| Octal | 116 | 33 | 225 | 60 | 122 | 0 | 52 | 411 | 105 | 43 |
| Binary | 1001110 | 11011 | 10010101 | 110000 | 1010010 | 0 | 101010 | 100001001 | 1000101 | 100011 |
Color Harmonies of #4E1B95
Complementary color
Monochromatic Colors of #4E1B95
Black with #4E1B95
Text Example
Text Example
White with #4E1B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1B95; }
p { color: rgb(78,27,149); }
H1.HeaderClassName
{
color: #4E1B95;
}
.AnyTagClassName
{
color: #4E1B95;
}
</style>
background-color css
<style>
a { background-color: #4E1B95; }
a { background-color: rgb(78,27,149); }
div.DivClassName
{
background-color: #4E1B95;
}
.BgClassName
{
background-color: #4E1B95;
}
</style>
border-color css
<style>
span { border-color: #4E1B95; }
span { border-color: rgb(78,27,149); }
td.TdClassName
{
border-color: #4E1B95;
}
.TagClassName
{
border-color: #4E1B95;
}
</style>