Shades of Kingfisher Daisy #4E1B9A
Tints of Kingfisher Daisy #4E1B9A
RGB
CMYK
RGB Variations
Color information
#4E1B9A (or 0x4E1B9A) is known color: Kingfisher Daisy. HEX triplet: 4E, 1B and 9A. RGB value is (78,27,154). Sum of RGB (Red+Green+Blue) = 78+27+154=259 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.12% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 154 (60.55% from 255 or 59.46% from 259); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E1B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1B9A is #B1E465. Grayscale: #383838. Windows color (decimal): -11658342 or 10099534. OLE color: 10099534.
HSL color Cylindrical-coordinate representation of color #4E1B9A: hue angle of 264.09º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E1B9A is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 78 | 27 | 154 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.40 |
| HSL | 264.09º | 0.7% | 0.35% | - |
| HSV(B) | 264.09º | 0.82% | 0.6% | - |
| XYZ | 9.37 | 4.74 | 30.99 | - |
| YUV | 56.73 | 182.9 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 154 | 0.49 | 0.82 | 0 | 0.40 | 264.09 | 0.7 | 0.35 |
| Hex | 4E | 1B | 9A | 31 | 52 | 0 | 28 | 108 | 46 | 23 |
| Octal | 116 | 33 | 232 | 61 | 122 | 0 | 50 | 410 | 106 | 43 |
| Binary | 1001110 | 11011 | 10011010 | 110001 | 1010010 | 0 | 101000 | 100001000 | 1000110 | 100011 |
Color Harmonies of #4E1B9A
Complementary color
Monochromatic Colors of #4E1B9A
Black with #4E1B9A
Text Example
Text Example
White with #4E1B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1B9A; }
p { color: rgb(78,27,154); }
H1.HeaderClassName
{
color: #4E1B9A;
}
.AnyTagClassName
{
color: #4E1B9A;
}
</style>
background-color css
<style>
a { background-color: #4E1B9A; }
a { background-color: rgb(78,27,154); }
div.DivClassName
{
background-color: #4E1B9A;
}
.BgClassName
{
background-color: #4E1B9A;
}
</style>
border-color css
<style>
span { border-color: #4E1B9A; }
span { border-color: rgb(78,27,154); }
td.TdClassName
{
border-color: #4E1B9A;
}
.TagClassName
{
border-color: #4E1B9A;
}
</style>