Shades of Blue Marguerite #744EC0
Tints of Blue Marguerite #744EC0
RGB
CMYK
RGB Variations
Color information
#744EC0 (or 0x744EC0) is known color: Blue Marguerite. HEX triplet: 74, 4E and C0. RGB value is (116,78,192). Sum of RGB (Red+Green+Blue) = 116+78+192=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #744EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744EC0 is #8BB13F. Grayscale: #656565. Windows color (decimal): -9154880 or 12602996. OLE color: 12602996.
HSL color Cylindrical-coordinate representation of color #744EC0: hue angle of 260º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #744EC0 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 78 | 192 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.25 |
| HSL | 260º | 0.48% | 0.53% | - |
| HSV(B) | 260º | 0.59% | 0.75% | - |
| XYZ | 19.44 | 12.97 | 51.35 | - |
| YUV | 102.36 | 178.59 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 192 | 0.40 | 0.59 | 0 | 0.25 | 260 | 0.48 | 0.53 |
| Hex | 74 | 4E | C0 | 28 | 3B | 0 | 19 | 104 | 30 | 35 |
| Octal | 164 | 116 | 300 | 50 | 73 | 0 | 31 | 404 | 60 | 65 |
| Binary | 1110100 | 1001110 | 11000000 | 101000 | 111011 | 0 | 11001 | 100000100 | 110000 | 110101 |
Color Harmonies of #744EC0
Complementary color
Monochromatic Colors of #744EC0
Black with #744EC0
Text Example
Text Example
White with #744EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744EC0; }
p { color: rgb(116,78,192); }
H1.HeaderClassName
{
color: #744EC0;
}
.AnyTagClassName
{
color: #744EC0;
}
</style>
background-color css
<style>
a { background-color: #744EC0; }
a { background-color: rgb(116,78,192); }
div.DivClassName
{
background-color: #744EC0;
}
.BgClassName
{
background-color: #744EC0;
}
</style>
border-color css
<style>
span { border-color: #744EC0; }
span { border-color: rgb(116,78,192); }
td.TdClassName
{
border-color: #744EC0;
}
.TagClassName
{
border-color: #744EC0;
}
</style>