Shades of Blue Marguerite #746CB6
Tints of Blue Marguerite #746CB6
RGB
CMYK
RGB Variations
Color information
#746CB6 (or 0x746CB6) is known color: Blue Marguerite. HEX triplet: 74, 6C and B6. RGB value is (116,108,182). Sum of RGB (Red+Green+Blue) = 116+108+182=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #746CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CB6 is #8B9349. Grayscale: #767676. Windows color (decimal): -9147210 or 11955316. OLE color: 11955316.
HSL color Cylindrical-coordinate representation of color #746CB6: hue angle of 246.49º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #746CB6 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 108 | 182 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.29 |
| HSL | 246.49º | 0.34% | 0.57% | - |
| HSV(B) | 246.49º | 0.41% | 0.71% | - |
| XYZ | 21.01 | 17.82 | 46.59 | - |
| YUV | 118.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 182 | 0.36 | 0.41 | 0 | 0.29 | 246.49 | 0.34 | 0.57 |
| Hex | 74 | 6C | B6 | 24 | 29 | 0 | 1D | F6 | 22 | 39 |
| Octal | 164 | 154 | 266 | 44 | 51 | 0 | 35 | 366 | 42 | 71 |
| Binary | 1110100 | 1101100 | 10110110 | 100100 | 101001 | 0 | 11101 | 11110110 | 100010 | 111001 |
Color Harmonies of #746CB6
Complementary color
Monochromatic Colors of #746CB6
Black with #746CB6
Text Example
Text Example
White with #746CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746CB6; }
p { color: rgb(116,108,182); }
H1.HeaderClassName
{
color: #746CB6;
}
.AnyTagClassName
{
color: #746CB6;
}
</style>
background-color css
<style>
a { background-color: #746CB6; }
a { background-color: rgb(116,108,182); }
div.DivClassName
{
background-color: #746CB6;
}
.BgClassName
{
background-color: #746CB6;
}
</style>
border-color css
<style>
span { border-color: #746CB6; }
span { border-color: rgb(116,108,182); }
td.TdClassName
{
border-color: #746CB6;
}
.TagClassName
{
border-color: #746CB6;
}
</style>