Shades of Blue Marguerite #744FBA
Tints of Blue Marguerite #744FBA
RGB
CMYK
RGB Variations
Color information
#744FBA (or 0x744FBA) is known color: Blue Marguerite. HEX triplet: 74, 4F and BA. RGB value is (116,79,186). Sum of RGB (Red+Green+Blue) = 116+79+186=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #744FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744FBA is #8BB045. Grayscale: #656565. Windows color (decimal): -9154630 or 12210036. OLE color: 12210036.
HSL color Cylindrical-coordinate representation of color #744FBA: hue angle of 260.75º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #744FBA is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 79 | 186 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.27 |
| HSL | 260.75º | 0.44% | 0.52% | - |
| HSV(B) | 260.75º | 0.58% | 0.73% | - |
| XYZ | 18.86 | 12.85 | 47.94 | - |
| YUV | 102.26 | 175.26 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 186 | 0.38 | 0.58 | 0 | 0.27 | 260.75 | 0.44 | 0.52 |
| Hex | 74 | 4F | BA | 26 | 3A | 0 | 1B | 105 | 2C | 34 |
| Octal | 164 | 117 | 272 | 46 | 72 | 0 | 33 | 405 | 54 | 64 |
| Binary | 1110100 | 1001111 | 10111010 | 100110 | 111010 | 0 | 11011 | 100000101 | 101100 | 110100 |
Color Harmonies of #744FBA
Complementary color
Monochromatic Colors of #744FBA
Black with #744FBA
Text Example
Text Example
White with #744FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744FBA; }
p { color: rgb(116,79,186); }
H1.HeaderClassName
{
color: #744FBA;
}
.AnyTagClassName
{
color: #744FBA;
}
</style>
background-color css
<style>
a { background-color: #744FBA; }
a { background-color: rgb(116,79,186); }
div.DivClassName
{
background-color: #744FBA;
}
.BgClassName
{
background-color: #744FBA;
}
</style>
border-color css
<style>
span { border-color: #744FBA; }
span { border-color: rgb(116,79,186); }
td.TdClassName
{
border-color: #744FBA;
}
.TagClassName
{
border-color: #744FBA;
}
</style>