Shades of Kingfisher Daisy #4F278E
Tints of Kingfisher Daisy #4F278E
RGB
CMYK
RGB Variations
Color information
#4F278E (or 0x4F278E) is known color: Kingfisher Daisy. HEX triplet: 4F, 27 and 8E. RGB value is (79,39,142). Sum of RGB (Red+Green+Blue) = 79+39+142=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #4F278E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F278E is #B0D871. Grayscale: #3E3E3E. Windows color (decimal): -11589746 or 9316175. OLE color: 9316175.
HSL color Cylindrical-coordinate representation of color #4F278E: hue angle of 263.3º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F278E is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 39 | 142 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.44 |
| HSL | 263.3º | 0.57% | 0.35% | - |
| HSV(B) | 263.3º | 0.73% | 0.56% | - |
| XYZ | 8.83 | 5.07 | 26.1 | - |
| YUV | 62.7 | 172.75 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 142 | 0.44 | 0.73 | 0 | 0.44 | 263.3 | 0.57 | 0.35 |
| Hex | 4F | 27 | 8E | 2C | 49 | 0 | 2C | 107 | 39 | 23 |
| Octal | 117 | 47 | 216 | 54 | 111 | 0 | 54 | 407 | 71 | 43 |
| Binary | 1001111 | 100111 | 10001110 | 101100 | 1001001 | 0 | 101100 | 100000111 | 111001 | 100011 |
Color Harmonies of #4F278E
Complementary color
Monochromatic Colors of #4F278E
Black with #4F278E
Text Example
Text Example
White with #4F278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F278E; }
p { color: rgb(79,39,142); }
H1.HeaderClassName
{
color: #4F278E;
}
.AnyTagClassName
{
color: #4F278E;
}
</style>
background-color css
<style>
a { background-color: #4F278E; }
a { background-color: rgb(79,39,142); }
div.DivClassName
{
background-color: #4F278E;
}
.BgClassName
{
background-color: #4F278E;
}
</style>
border-color css
<style>
span { border-color: #4F278E; }
span { border-color: rgb(79,39,142); }
td.TdClassName
{
border-color: #4F278E;
}
.TagClassName
{
border-color: #4F278E;
}
</style>