Shades of Blue Marguerite #746DB6
Tints of Blue Marguerite #746DB6
RGB
CMYK
RGB Variations
Color information
#746DB6 (or 0x746DB6) is known color: Blue Marguerite. HEX triplet: 74, 6D and B6. RGB value is (116,109,182). Sum of RGB (Red+Green+Blue) = 116+109+182=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 182 - color contains mainly: blue. Hex color #746DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DB6 is #8B9249. Grayscale: #777777. Windows color (decimal): -9146954 or 11955572. OLE color: 11955572.
HSL color Cylindrical-coordinate representation of color #746DB6: hue angle of 245.75º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #746DB6 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 109 | 182 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.29 |
| HSL | 245.75º | 0.33% | 0.57% | - |
| HSV(B) | 245.75º | 0.4% | 0.71% | - |
| XYZ | 21.11 | 18.03 | 46.62 | - |
| YUV | 119.42 | 163.32 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 182 | 0.36 | 0.40 | 0 | 0.29 | 245.75 | 0.33 | 0.57 |
| Hex | 74 | 6D | B6 | 24 | 28 | 0 | 1D | F6 | 21 | 39 |
| Octal | 164 | 155 | 266 | 44 | 50 | 0 | 35 | 366 | 41 | 71 |
| Binary | 1110100 | 1101101 | 10110110 | 100100 | 101000 | 0 | 11101 | 11110110 | 100001 | 111001 |
Color Harmonies of #746DB6
Complementary color
Monochromatic Colors of #746DB6
Black with #746DB6
Text Example
Text Example
White with #746DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746DB6; }
p { color: rgb(116,109,182); }
H1.HeaderClassName
{
color: #746DB6;
}
.AnyTagClassName
{
color: #746DB6;
}
</style>
background-color css
<style>
a { background-color: #746DB6; }
a { background-color: rgb(116,109,182); }
div.DivClassName
{
background-color: #746DB6;
}
.BgClassName
{
background-color: #746DB6;
}
</style>
border-color css
<style>
span { border-color: #746DB6; }
span { border-color: rgb(116,109,182); }
td.TdClassName
{
border-color: #746DB6;
}
.TagClassName
{
border-color: #746DB6;
}
</style>