Shades of Kingfisher Daisy #4F2386
Tints of Kingfisher Daisy #4F2386
RGB
CMYK
RGB Variations
Color information
#4F2386 (or 0x4F2386) is known color: Kingfisher Daisy. HEX triplet: 4F, 23 and 86. RGB value is (79,35,134). Sum of RGB (Red+Green+Blue) = 79+35+134=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #4F2386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2386 is #B0DC79. Grayscale: #3B3B3B. Windows color (decimal): -11590778 or 8790863. OLE color: 8790863.
HSL color Cylindrical-coordinate representation of color #4F2386: hue angle of 266.67º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F2386 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 35 | 134 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.47 |
| HSL | 266.67º | 0.59% | 0.33% | - |
| HSV(B) | 266.67º | 0.74% | 0.53% | - |
| XYZ | 8.13 | 4.59 | 23.01 | - |
| YUV | 59.44 | 170.08 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 35 | 134 | 0.41 | 0.74 | 0 | 0.47 | 266.67 | 0.59 | 0.33 |
| Hex | 4F | 23 | 86 | 29 | 4A | 0 | 2F | 10B | 3B | 21 |
| Octal | 117 | 43 | 206 | 51 | 112 | 0 | 57 | 413 | 73 | 41 |
| Binary | 1001111 | 100011 | 10000110 | 101001 | 1001010 | 0 | 101111 | 100001011 | 111011 | 100001 |
Color Harmonies of #4F2386
Complementary color
Monochromatic Colors of #4F2386
Black with #4F2386
Text Example
Text Example
White with #4F2386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2386; }
p { color: rgb(79,35,134); }
H1.HeaderClassName
{
color: #4F2386;
}
.AnyTagClassName
{
color: #4F2386;
}
</style>
background-color css
<style>
a { background-color: #4F2386; }
a { background-color: rgb(79,35,134); }
div.DivClassName
{
background-color: #4F2386;
}
.BgClassName
{
background-color: #4F2386;
}
</style>
border-color css
<style>
span { border-color: #4F2386; }
span { border-color: rgb(79,35,134); }
td.TdClassName
{
border-color: #4F2386;
}
.TagClassName
{
border-color: #4F2386;
}
</style>