Shades of Kingfisher Daisy #4F298C
Tints of Kingfisher Daisy #4F298C
RGB
CMYK
RGB Variations
Color information
#4F298C (or 0x4F298C) is known color: Kingfisher Daisy. HEX triplet: 4F, 29 and 8C. RGB value is (79,41,140). Sum of RGB (Red+Green+Blue) = 79+41+140=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F298C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F298C is #B0D673. Grayscale: #3F3F3F. Windows color (decimal): -11589236 or 9185615. OLE color: 9185615.
HSL color Cylindrical-coordinate representation of color #4F298C: hue angle of 263.03º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F298C is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 41 | 140 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.45 |
| HSL | 263.03º | 0.55% | 0.35% | - |
| HSV(B) | 263.03º | 0.71% | 0.55% | - |
| XYZ | 8.75 | 5.14 | 25.34 | - |
| YUV | 63.65 | 171.09 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 140 | 0.44 | 0.71 | 0 | 0.45 | 263.03 | 0.55 | 0.35 |
| Hex | 4F | 29 | 8C | 2C | 47 | 0 | 2D | 107 | 37 | 23 |
| Octal | 117 | 51 | 214 | 54 | 107 | 0 | 55 | 407 | 67 | 43 |
| Binary | 1001111 | 101001 | 10001100 | 101100 | 1000111 | 0 | 101101 | 100000111 | 110111 | 100011 |
Color Harmonies of #4F298C
Complementary color
Monochromatic Colors of #4F298C
Black with #4F298C
Text Example
Text Example
White with #4F298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F298C; }
p { color: rgb(79,41,140); }
H1.HeaderClassName
{
color: #4F298C;
}
.AnyTagClassName
{
color: #4F298C;
}
</style>
background-color css
<style>
a { background-color: #4F298C; }
a { background-color: rgb(79,41,140); }
div.DivClassName
{
background-color: #4F298C;
}
.BgClassName
{
background-color: #4F298C;
}
</style>
border-color css
<style>
span { border-color: #4F298C; }
span { border-color: rgb(79,41,140); }
td.TdClassName
{
border-color: #4F298C;
}
.TagClassName
{
border-color: #4F298C;
}
</style>