Shades of Blue Marguerite #746BBA
Tints of Blue Marguerite #746BBA
RGB
CMYK
RGB Variations
Color information
#746BBA (or 0x746BBA) is known color: Blue Marguerite. HEX triplet: 74, 6B and BA. RGB value is (116,107,186). Sum of RGB (Red+Green+Blue) = 116+107+186=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #746BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746BBA is #8B9445. Grayscale: #767676. Windows color (decimal): -9147462 or 12217204. OLE color: 12217204.
HSL color Cylindrical-coordinate representation of color #746BBA: hue angle of 246.84º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #746BBA is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 107 | 186 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.27 |
| HSL | 246.84º | 0.36% | 0.57% | - |
| HSV(B) | 246.84º | 0.42% | 0.73% | - |
| XYZ | 21.32 | 17.77 | 48.76 | - |
| YUV | 118.7 | 165.98 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 186 | 0.38 | 0.42 | 0 | 0.27 | 246.84 | 0.36 | 0.57 |
| Hex | 74 | 6B | BA | 26 | 2A | 0 | 1B | F7 | 24 | 39 |
| Octal | 164 | 153 | 272 | 46 | 52 | 0 | 33 | 367 | 44 | 71 |
| Binary | 1110100 | 1101011 | 10111010 | 100110 | 101010 | 0 | 11011 | 11110111 | 100100 | 111001 |
Color Harmonies of #746BBA
Complementary color
Monochromatic Colors of #746BBA
Black with #746BBA
Text Example
Text Example
White with #746BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746BBA; }
p { color: rgb(116,107,186); }
H1.HeaderClassName
{
color: #746BBA;
}
.AnyTagClassName
{
color: #746BBA;
}
</style>
background-color css
<style>
a { background-color: #746BBA; }
a { background-color: rgb(116,107,186); }
div.DivClassName
{
background-color: #746BBA;
}
.BgClassName
{
background-color: #746BBA;
}
</style>
border-color css
<style>
span { border-color: #746BBA; }
span { border-color: rgb(116,107,186); }
td.TdClassName
{
border-color: #746BBA;
}
.TagClassName
{
border-color: #746BBA;
}
</style>