Shades of Blue Marguerite #744DBE
Tints of Blue Marguerite #744DBE
RGB
CMYK
RGB Variations
Color information
#744DBE (or 0x744DBE) is known color: Blue Marguerite. HEX triplet: 74, 4D and BE. RGB value is (116,77,190). Sum of RGB (Red+Green+Blue) = 116+77+190=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #744DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744DBE is #8BB241. Grayscale: #656565. Windows color (decimal): -9155138 or 12471668. OLE color: 12471668.
HSL color Cylindrical-coordinate representation of color #744DBE: hue angle of 260.71º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #744DBE is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 77 | 190 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.25 |
| HSL | 260.71º | 0.47% | 0.52% | - |
| HSV(B) | 260.71º | 0.59% | 0.75% | - |
| XYZ | 19.15 | 12.74 | 50.16 | - |
| YUV | 101.54 | 177.92 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 190 | 0.39 | 0.59 | 0 | 0.25 | 260.71 | 0.47 | 0.52 |
| Hex | 74 | 4D | BE | 27 | 3B | 0 | 19 | 105 | 2F | 34 |
| Octal | 164 | 115 | 276 | 47 | 73 | 0 | 31 | 405 | 57 | 64 |
| Binary | 1110100 | 1001101 | 10111110 | 100111 | 111011 | 0 | 11001 | 100000101 | 101111 | 110100 |
Color Harmonies of #744DBE
Complementary color
Monochromatic Colors of #744DBE
Black with #744DBE
Text Example
Text Example
White with #744DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744DBE; }
p { color: rgb(116,77,190); }
H1.HeaderClassName
{
color: #744DBE;
}
.AnyTagClassName
{
color: #744DBE;
}
</style>
background-color css
<style>
a { background-color: #744DBE; }
a { background-color: rgb(116,77,190); }
div.DivClassName
{
background-color: #744DBE;
}
.BgClassName
{
background-color: #744DBE;
}
</style>
border-color css
<style>
span { border-color: #744DBE; }
span { border-color: rgb(116,77,190); }
td.TdClassName
{
border-color: #744DBE;
}
.TagClassName
{
border-color: #744DBE;
}
</style>