Shades of Kingfisher Daisy #4D248F
Tints of Kingfisher Daisy #4D248F
RGB
CMYK
RGB Variations
Color information
#4D248F (or 0x4D248F) is known color: Kingfisher Daisy. HEX triplet: 4D, 24 and 8F. RGB value is (77,36,143). Sum of RGB (Red+Green+Blue) = 77+36+143=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #4D248F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D248F is #B2DB70. Grayscale: #3C3C3C. Windows color (decimal): -11721585 or 9380941. OLE color: 9380941.
HSL color Cylindrical-coordinate representation of color #4D248F: hue angle of 262.99º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D248F is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 36 | 143 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.44 |
| HSL | 262.99º | 0.6% | 0.35% | - |
| HSV(B) | 262.99º | 0.75% | 0.56% | - |
| XYZ | 8.65 | 4.82 | 26.46 | - |
| YUV | 60.46 | 174.58 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 143 | 0.46 | 0.75 | 0 | 0.44 | 262.99 | 0.6 | 0.35 |
| Hex | 4D | 24 | 8F | 2E | 4B | 0 | 2C | 107 | 3C | 23 |
| Octal | 115 | 44 | 217 | 56 | 113 | 0 | 54 | 407 | 74 | 43 |
| Binary | 1001101 | 100100 | 10001111 | 101110 | 1001011 | 0 | 101100 | 100000111 | 111100 | 100011 |
Color Harmonies of #4D248F
Complementary color
Monochromatic Colors of #4D248F
Black with #4D248F
Text Example
Text Example
White with #4D248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D248F; }
p { color: rgb(77,36,143); }
H1.HeaderClassName
{
color: #4D248F;
}
.AnyTagClassName
{
color: #4D248F;
}
</style>
background-color css
<style>
a { background-color: #4D248F; }
a { background-color: rgb(77,36,143); }
div.DivClassName
{
background-color: #4D248F;
}
.BgClassName
{
background-color: #4D248F;
}
</style>
border-color css
<style>
span { border-color: #4D248F; }
span { border-color: rgb(77,36,143); }
td.TdClassName
{
border-color: #4D248F;
}
.TagClassName
{
border-color: #4D248F;
}
</style>