Shades of Blue Marguerite #746ABA
Tints of Blue Marguerite #746ABA
RGB
CMYK
RGB Variations
Color information
#746ABA (or 0x746ABA) is known color: Blue Marguerite. HEX triplet: 74, 6A and BA. RGB value is (116,106,186). Sum of RGB (Red+Green+Blue) = 116+106+186=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #746ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ABA is #8B9545. Grayscale: #757575. Windows color (decimal): -9147718 or 12216948. OLE color: 12216948.
HSL color Cylindrical-coordinate representation of color #746ABA: hue angle of 247.5º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #746ABA is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 106 | 186 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.27 |
| HSL | 247.5º | 0.37% | 0.57% | - |
| HSV(B) | 247.5º | 0.43% | 0.73% | - |
| XYZ | 21.22 | 17.57 | 48.73 | - |
| YUV | 118.11 | 166.31 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 186 | 0.38 | 0.43 | 0 | 0.27 | 247.5 | 0.37 | 0.57 |
| Hex | 74 | 6A | BA | 26 | 2B | 0 | 1B | F8 | 25 | 39 |
| Octal | 164 | 152 | 272 | 46 | 53 | 0 | 33 | 370 | 45 | 71 |
| Binary | 1110100 | 1101010 | 10111010 | 100110 | 101011 | 0 | 11011 | 11111000 | 100101 | 111001 |
Color Harmonies of #746ABA
Complementary color
Monochromatic Colors of #746ABA
Black with #746ABA
Text Example
Text Example
White with #746ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746ABA; }
p { color: rgb(116,106,186); }
H1.HeaderClassName
{
color: #746ABA;
}
.AnyTagClassName
{
color: #746ABA;
}
</style>
background-color css
<style>
a { background-color: #746ABA; }
a { background-color: rgb(116,106,186); }
div.DivClassName
{
background-color: #746ABA;
}
.BgClassName
{
background-color: #746ABA;
}
</style>
border-color css
<style>
span { border-color: #746ABA; }
span { border-color: rgb(116,106,186); }
td.TdClassName
{
border-color: #746ABA;
}
.TagClassName
{
border-color: #746ABA;
}
</style>