Shades of Kingfisher Daisy #4F327F
Tints of Kingfisher Daisy #4F327F
RGB
CMYK
RGB Variations
Color information
#4F327F (or 0x4F327F) is known color: Kingfisher Daisy. HEX triplet: 4F, 32 and 7F. RGB value is (79,50,127). Sum of RGB (Red+Green+Blue) = 79+50+127=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #4F327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F327F is #B0CD80. Grayscale: #434343. Windows color (decimal): -11586945 or 8335951. OLE color: 8335951.
HSL color Cylindrical-coordinate representation of color #4F327F: hue angle of 262.6º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F327F is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 79 | 50 | 127 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.50 |
| HSL | 262.6º | 0.44% | 0.35% | - |
| HSV(B) | 262.6º | 0.61% | 0.5% | - |
| XYZ | 8.2 | 5.48 | 20.7 | - |
| YUV | 67.45 | 161.61 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 127 | 0.38 | 0.61 | 0 | 0.50 | 262.6 | 0.44 | 0.35 |
| Hex | 4F | 32 | 7F | 26 | 3D | 0 | 32 | 107 | 2C | 23 |
| Octal | 117 | 62 | 177 | 46 | 75 | 0 | 62 | 407 | 54 | 43 |
| Binary | 1001111 | 110010 | 1111111 | 100110 | 111101 | 0 | 110010 | 100000111 | 101100 | 100011 |
Color Harmonies of #4F327F
Complementary color
Monochromatic Colors of #4F327F
Black with #4F327F
Text Example
Text Example
White with #4F327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F327F; }
p { color: rgb(79,50,127); }
H1.HeaderClassName
{
color: #4F327F;
}
.AnyTagClassName
{
color: #4F327F;
}
</style>
background-color css
<style>
a { background-color: #4F327F; }
a { background-color: rgb(79,50,127); }
div.DivClassName
{
background-color: #4F327F;
}
.BgClassName
{
background-color: #4F327F;
}
</style>
border-color css
<style>
span { border-color: #4F327F; }
span { border-color: rgb(79,50,127); }
td.TdClassName
{
border-color: #4F327F;
}
.TagClassName
{
border-color: #4F327F;
}
</style>