Shades of Kingfisher Daisy #4D248E
Tints of Kingfisher Daisy #4D248E
RGB
CMYK
RGB Variations
Color information
#4D248E (or 0x4D248E) is known color: Kingfisher Daisy. HEX triplet: 4D, 24 and 8E. RGB value is (77,36,142). Sum of RGB (Red+Green+Blue) = 77+36+142=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D248E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D248E is #B2DB71. Grayscale: #3B3B3B. Windows color (decimal): -11721586 or 9315405. OLE color: 9315405.
HSL color Cylindrical-coordinate representation of color #4D248E: hue angle of 263.21º 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 #4D248E is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 36 | 142 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.44 |
| HSL | 263.21º | 0.6% | 0.35% | - |
| HSV(B) | 263.21º | 0.75% | 0.56% | - |
| XYZ | 8.57 | 4.79 | 26.06 | - |
| YUV | 60.34 | 174.08 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 142 | 0.46 | 0.75 | 0 | 0.44 | 263.21 | 0.6 | 0.35 |
| Hex | 4D | 24 | 8E | 2E | 4B | 0 | 2C | 107 | 3C | 23 |
| Octal | 115 | 44 | 216 | 56 | 113 | 0 | 54 | 407 | 74 | 43 |
| Binary | 1001101 | 100100 | 10001110 | 101110 | 1001011 | 0 | 101100 | 100000111 | 111100 | 100011 |
Color Harmonies of #4D248E
Complementary color
Monochromatic Colors of #4D248E
Black with #4D248E
Text Example
Text Example
White with #4D248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D248E; }
p { color: rgb(77,36,142); }
H1.HeaderClassName
{
color: #4D248E;
}
.AnyTagClassName
{
color: #4D248E;
}
</style>
background-color css
<style>
a { background-color: #4D248E; }
a { background-color: rgb(77,36,142); }
div.DivClassName
{
background-color: #4D248E;
}
.BgClassName
{
background-color: #4D248E;
}
</style>
border-color css
<style>
span { border-color: #4D248E; }
span { border-color: rgb(77,36,142); }
td.TdClassName
{
border-color: #4D248E;
}
.TagClassName
{
border-color: #4D248E;
}
</style>