Shades of Blue Marguerite #744EB8
Tints of Blue Marguerite #744EB8
RGB
CMYK
RGB Variations
Color information
#744EB8 (or 0x744EB8) is known color: Blue Marguerite. HEX triplet: 74, 4E and B8. RGB value is (116,78,184). Sum of RGB (Red+Green+Blue) = 116+78+184=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #744EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744EB8 is #8BB147. Grayscale: #656565. Windows color (decimal): -9154888 or 12078708. OLE color: 12078708.
HSL color Cylindrical-coordinate representation of color #744EB8: hue angle of 261.51º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #744EB8 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 78 | 184 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.28 |
| HSL | 261.51º | 0.43% | 0.51% | - |
| HSV(B) | 261.51º | 0.58% | 0.72% | - |
| XYZ | 18.58 | 12.62 | 46.8 | - |
| YUV | 101.45 | 174.59 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 184 | 0.37 | 0.58 | 0 | 0.28 | 261.51 | 0.43 | 0.51 |
| Hex | 74 | 4E | B8 | 25 | 3A | 0 | 1C | 106 | 2B | 33 |
| Octal | 164 | 116 | 270 | 45 | 72 | 0 | 34 | 406 | 53 | 63 |
| Binary | 1110100 | 1001110 | 10111000 | 100101 | 111010 | 0 | 11100 | 100000110 | 101011 | 110011 |
Color Harmonies of #744EB8
Complementary color
Monochromatic Colors of #744EB8
Black with #744EB8
Text Example
Text Example
White with #744EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744EB8; }
p { color: rgb(116,78,184); }
H1.HeaderClassName
{
color: #744EB8;
}
.AnyTagClassName
{
color: #744EB8;
}
</style>
background-color css
<style>
a { background-color: #744EB8; }
a { background-color: rgb(116,78,184); }
div.DivClassName
{
background-color: #744EB8;
}
.BgClassName
{
background-color: #744EB8;
}
</style>
border-color css
<style>
span { border-color: #744EB8; }
span { border-color: rgb(116,78,184); }
td.TdClassName
{
border-color: #744EB8;
}
.TagClassName
{
border-color: #744EB8;
}
</style>