Shades of Kingfisher Daisy #4F377F
Tints of Kingfisher Daisy #4F377F
RGB
CMYK
RGB Variations
Color information
#4F377F (or 0x4F377F) is known color: Kingfisher Daisy. HEX triplet: 4F, 37 and 7F. RGB value is (79,55,127). Sum of RGB (Red+Green+Blue) = 79+55+127=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #4F377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F377F is #B0C880. Grayscale: #464646. Windows color (decimal): -11585665 or 8337231. OLE color: 8337231.
HSL color Cylindrical-coordinate representation of color #4F377F: hue angle of 260º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F377F is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 79 | 55 | 127 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.50 |
| HSL | 260º | 0.4% | 0.36% | - |
| HSV(B) | 260º | 0.57% | 0.5% | - |
| XYZ | 8.42 | 5.93 | 20.78 | - |
| YUV | 70.38 | 159.95 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 55 | 127 | 0.38 | 0.57 | 0 | 0.50 | 260 | 0.4 | 0.36 |
| Hex | 4F | 37 | 7F | 26 | 39 | 0 | 32 | 104 | 28 | 24 |
| Octal | 117 | 67 | 177 | 46 | 71 | 0 | 62 | 404 | 50 | 44 |
| Binary | 1001111 | 110111 | 1111111 | 100110 | 111001 | 0 | 110010 | 100000100 | 101000 | 100100 |
Color Harmonies of #4F377F
Complementary color
Monochromatic Colors of #4F377F
Black with #4F377F
Text Example
Text Example
White with #4F377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F377F; }
p { color: rgb(79,55,127); }
H1.HeaderClassName
{
color: #4F377F;
}
.AnyTagClassName
{
color: #4F377F;
}
</style>
background-color css
<style>
a { background-color: #4F377F; }
a { background-color: rgb(79,55,127); }
div.DivClassName
{
background-color: #4F377F;
}
.BgClassName
{
background-color: #4F377F;
}
</style>
border-color css
<style>
span { border-color: #4F377F; }
span { border-color: rgb(79,55,127); }
td.TdClassName
{
border-color: #4F377F;
}
.TagClassName
{
border-color: #4F377F;
}
</style>