Shades of Kingfisher Daisy #4F3382
Tints of Kingfisher Daisy #4F3382
RGB
CMYK
RGB Variations
Color information
#4F3382 (or 0x4F3382) is known color: Kingfisher Daisy. HEX triplet: 4F, 33 and 82. RGB value is (79,51,130). Sum of RGB (Red+Green+Blue) = 79+51+130=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F3382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3382 is #B0CC7D. Grayscale: #444444. Windows color (decimal): -11586686 or 8532815. OLE color: 8532815.
HSL color Cylindrical-coordinate representation of color #4F3382: hue angle of 261.27º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F3382 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 51 | 130 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.49 |
| HSL | 261.27º | 0.44% | 0.35% | - |
| HSV(B) | 261.27º | 0.61% | 0.51% | - |
| XYZ | 8.44 | 5.64 | 21.76 | - |
| YUV | 68.38 | 162.78 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 51 | 130 | 0.39 | 0.61 | 0 | 0.49 | 261.27 | 0.44 | 0.35 |
| Hex | 4F | 33 | 82 | 27 | 3D | 0 | 31 | 105 | 2C | 23 |
| Octal | 117 | 63 | 202 | 47 | 75 | 0 | 61 | 405 | 54 | 43 |
| Binary | 1001111 | 110011 | 10000010 | 100111 | 111101 | 0 | 110001 | 100000101 | 101100 | 100011 |
Color Harmonies of #4F3382
Complementary color
Monochromatic Colors of #4F3382
Black with #4F3382
Text Example
Text Example
White with #4F3382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3382; }
p { color: rgb(79,51,130); }
H1.HeaderClassName
{
color: #4F3382;
}
.AnyTagClassName
{
color: #4F3382;
}
</style>
background-color css
<style>
a { background-color: #4F3382; }
a { background-color: rgb(79,51,130); }
div.DivClassName
{
background-color: #4F3382;
}
.BgClassName
{
background-color: #4F3382;
}
</style>
border-color css
<style>
span { border-color: #4F3382; }
span { border-color: rgb(79,51,130); }
td.TdClassName
{
border-color: #4F3382;
}
.TagClassName
{
border-color: #4F3382;
}
</style>