Shades of Kingfisher Daisy #4F2685
Tints of Kingfisher Daisy #4F2685
RGB
CMYK
RGB Variations
Color information
#4F2685 (or 0x4F2685) is known color: Kingfisher Daisy. HEX triplet: 4F, 26 and 85. RGB value is (79,38,133). Sum of RGB (Red+Green+Blue) = 79+38+133=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F2685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2685 is #B0D97A. Grayscale: #3C3C3C. Windows color (decimal): -11590011 or 8726095. OLE color: 8726095.
HSL color Cylindrical-coordinate representation of color #4F2685: hue angle of 265.89º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F2685 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 38 | 133 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.48 |
| HSL | 265.89º | 0.56% | 0.34% | - |
| HSV(B) | 265.89º | 0.71% | 0.52% | - |
| XYZ | 8.15 | 4.74 | 22.68 | - |
| YUV | 61.09 | 168.58 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 133 | 0.41 | 0.71 | 0 | 0.48 | 265.89 | 0.56 | 0.34 |
| Hex | 4F | 26 | 85 | 29 | 47 | 0 | 30 | 10A | 38 | 22 |
| Octal | 117 | 46 | 205 | 51 | 107 | 0 | 60 | 412 | 70 | 42 |
| Binary | 1001111 | 100110 | 10000101 | 101001 | 1000111 | 0 | 110000 | 100001010 | 111000 | 100010 |
Color Harmonies of #4F2685
Complementary color
Monochromatic Colors of #4F2685
Black with #4F2685
Text Example
Text Example
White with #4F2685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2685; }
p { color: rgb(79,38,133); }
H1.HeaderClassName
{
color: #4F2685;
}
.AnyTagClassName
{
color: #4F2685;
}
</style>
background-color css
<style>
a { background-color: #4F2685; }
a { background-color: rgb(79,38,133); }
div.DivClassName
{
background-color: #4F2685;
}
.BgClassName
{
background-color: #4F2685;
}
</style>
border-color css
<style>
span { border-color: #4F2685; }
span { border-color: rgb(79,38,133); }
td.TdClassName
{
border-color: #4F2685;
}
.TagClassName
{
border-color: #4F2685;
}
</style>