Shades of Blue Marguerite #744BBC
Tints of Blue Marguerite #744BBC
RGB
CMYK
RGB Variations
Color information
#744BBC (or 0x744BBC) is known color: Blue Marguerite. HEX triplet: 74, 4B and BC. RGB value is (116,75,188). Sum of RGB (Red+Green+Blue) = 116+75+188=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #744BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744BBC is #8BB443. Grayscale: #636363. Windows color (decimal): -9155652 or 12340084. OLE color: 12340084.
HSL color Cylindrical-coordinate representation of color #744BBC: hue angle of 261.77º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #744BBC is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 75 | 188 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.26 |
| HSL | 261.77º | 0.46% | 0.52% | - |
| HSV(B) | 261.77º | 0.6% | 0.74% | - |
| XYZ | 18.8 | 12.38 | 48.98 | - |
| YUV | 100.14 | 177.58 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 188 | 0.38 | 0.60 | 0 | 0.26 | 261.77 | 0.46 | 0.52 |
| Hex | 74 | 4B | BC | 26 | 3C | 0 | 1A | 106 | 2E | 34 |
| Octal | 164 | 113 | 274 | 46 | 74 | 0 | 32 | 406 | 56 | 64 |
| Binary | 1110100 | 1001011 | 10111100 | 100110 | 111100 | 0 | 11010 | 100000110 | 101110 | 110100 |
Color Harmonies of #744BBC
Complementary color
Monochromatic Colors of #744BBC
Black with #744BBC
Text Example
Text Example
White with #744BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744BBC; }
p { color: rgb(116,75,188); }
H1.HeaderClassName
{
color: #744BBC;
}
.AnyTagClassName
{
color: #744BBC;
}
</style>
background-color css
<style>
a { background-color: #744BBC; }
a { background-color: rgb(116,75,188); }
div.DivClassName
{
background-color: #744BBC;
}
.BgClassName
{
background-color: #744BBC;
}
</style>
border-color css
<style>
span { border-color: #744BBC; }
span { border-color: rgb(116,75,188); }
td.TdClassName
{
border-color: #744BBC;
}
.TagClassName
{
border-color: #744BBC;
}
</style>