Shades of Kingfisher Daisy #4E2F88
Tints of Kingfisher Daisy #4E2F88
RGB
CMYK
RGB Variations
Color information
#4E2F88 (or 0x4E2F88) is known color: Kingfisher Daisy. HEX triplet: 4E, 2F and 88. RGB value is (78,47,136). Sum of RGB (Red+Green+Blue) = 78+47+136=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #4E2F88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2F88 is #B1D077. Grayscale: #424242. Windows color (decimal): -11653240 or 8925006. OLE color: 8925006.
HSL color Cylindrical-coordinate representation of color #4E2F88: hue angle of 260.9º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E2F88 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 47 | 136 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.47 |
| HSL | 260.9º | 0.49% | 0.36% | - |
| HSV(B) | 260.9º | 0.65% | 0.53% | - |
| XYZ | 8.6 | 5.43 | 23.89 | - |
| YUV | 66.42 | 167.27 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 136 | 0.43 | 0.65 | 0 | 0.47 | 260.9 | 0.49 | 0.36 |
| Hex | 4E | 2F | 88 | 2B | 41 | 0 | 2F | 105 | 31 | 24 |
| Octal | 116 | 57 | 210 | 53 | 101 | 0 | 57 | 405 | 61 | 44 |
| Binary | 1001110 | 101111 | 10001000 | 101011 | 1000001 | 0 | 101111 | 100000101 | 110001 | 100100 |
Color Harmonies of #4E2F88
Complementary color
Monochromatic Colors of #4E2F88
Black with #4E2F88
Text Example
Text Example
White with #4E2F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2F88; }
p { color: rgb(78,47,136); }
H1.HeaderClassName
{
color: #4E2F88;
}
.AnyTagClassName
{
color: #4E2F88;
}
</style>
background-color css
<style>
a { background-color: #4E2F88; }
a { background-color: rgb(78,47,136); }
div.DivClassName
{
background-color: #4E2F88;
}
.BgClassName
{
background-color: #4E2F88;
}
</style>
border-color css
<style>
span { border-color: #4E2F88; }
span { border-color: rgb(78,47,136); }
td.TdClassName
{
border-color: #4E2F88;
}
.TagClassName
{
border-color: #4E2F88;
}
</style>