Shades of Blue Marguerite #744DC0
Tints of Blue Marguerite #744DC0
RGB
CMYK
RGB Variations
Color information
#744DC0 (or 0x744DC0) is known color: Blue Marguerite. HEX triplet: 74, 4D and C0. RGB value is (116,77,192). Sum of RGB (Red+Green+Blue) = 116+77+192=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #744DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744DC0 is #8BB23F. Grayscale: #656565. Windows color (decimal): -9155136 or 12602740. OLE color: 12602740.
HSL color Cylindrical-coordinate representation of color #744DC0: hue angle of 260.35º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #744DC0 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 77 | 192 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.25 |
| HSL | 260.35º | 0.48% | 0.53% | - |
| HSV(B) | 260.35º | 0.6% | 0.75% | - |
| XYZ | 19.37 | 12.83 | 51.32 | - |
| YUV | 101.77 | 178.92 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 192 | 0.40 | 0.60 | 0 | 0.25 | 260.35 | 0.48 | 0.53 |
| Hex | 74 | 4D | C0 | 28 | 3C | 0 | 19 | 104 | 30 | 35 |
| Octal | 164 | 115 | 300 | 50 | 74 | 0 | 31 | 404 | 60 | 65 |
| Binary | 1110100 | 1001101 | 11000000 | 101000 | 111100 | 0 | 11001 | 100000100 | 110000 | 110101 |
Color Harmonies of #744DC0
Complementary color
Monochromatic Colors of #744DC0
Black with #744DC0
Text Example
Text Example
White with #744DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744DC0; }
p { color: rgb(116,77,192); }
H1.HeaderClassName
{
color: #744DC0;
}
.AnyTagClassName
{
color: #744DC0;
}
</style>
background-color css
<style>
a { background-color: #744DC0; }
a { background-color: rgb(116,77,192); }
div.DivClassName
{
background-color: #744DC0;
}
.BgClassName
{
background-color: #744DC0;
}
</style>
border-color css
<style>
span { border-color: #744DC0; }
span { border-color: rgb(116,77,192); }
td.TdClassName
{
border-color: #744DC0;
}
.TagClassName
{
border-color: #744DC0;
}
</style>