Shades of Kingfisher Daisy #4F397A
Tints of Kingfisher Daisy #4F397A
RGB
CMYK
RGB Variations
Color information
#4F397A (or 0x4F397A) is known color: Kingfisher Daisy. HEX triplet: 4F, 39 and 7A. RGB value is (79,57,122). Sum of RGB (Red+Green+Blue) = 79+57+122=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F397A is #B0C685. Grayscale: #464646. Windows color (decimal): -11585158 or 8010063. OLE color: 8010063.
HSL color Cylindrical-coordinate representation of color #4F397A: hue angle of 260.31º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F397A is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 57 | 122 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.52 |
| HSL | 260.31º | 0.36% | 0.35% | - |
| HSV(B) | 260.31º | 0.53% | 0.48% | - |
| XYZ | 8.2 | 5.99 | 19.14 | - |
| YUV | 70.99 | 156.79 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 57 | 122 | 0.35 | 0.53 | 0 | 0.52 | 260.31 | 0.36 | 0.35 |
| Hex | 4F | 39 | 7A | 23 | 35 | 0 | 34 | 104 | 24 | 23 |
| Octal | 117 | 71 | 172 | 43 | 65 | 0 | 64 | 404 | 44 | 43 |
| Binary | 1001111 | 111001 | 1111010 | 100011 | 110101 | 0 | 110100 | 100000100 | 100100 | 100011 |
Color Harmonies of #4F397A
Complementary color
Monochromatic Colors of #4F397A
Black with #4F397A
Text Example
Text Example
White with #4F397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F397A; }
p { color: rgb(79,57,122); }
H1.HeaderClassName
{
color: #4F397A;
}
.AnyTagClassName
{
color: #4F397A;
}
</style>
background-color css
<style>
a { background-color: #4F397A; }
a { background-color: rgb(79,57,122); }
div.DivClassName
{
background-color: #4F397A;
}
.BgClassName
{
background-color: #4F397A;
}
</style>
border-color css
<style>
span { border-color: #4F397A; }
span { border-color: rgb(79,57,122); }
td.TdClassName
{
border-color: #4F397A;
}
.TagClassName
{
border-color: #4F397A;
}
</style>