Shades of Blue Marguerite #746DB4
Tints of Blue Marguerite #746DB4
RGB
CMYK
RGB Variations
Color information
#746DB4 (or 0x746DB4) is known color: Blue Marguerite. HEX triplet: 74, 6D and B4. RGB value is (116,109,180). Sum of RGB (Red+Green+Blue) = 116+109+180=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: blue. Hex color #746DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DB4 is #8B924B. Grayscale: #767676. Windows color (decimal): -9146956 or 11824500. OLE color: 11824500.
HSL color Cylindrical-coordinate representation of color #746DB4: hue angle of 245.92º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #746DB4 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 109 | 180 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.29 |
| HSL | 245.92º | 0.32% | 0.57% | - |
| HSV(B) | 245.92º | 0.39% | 0.71% | - |
| XYZ | 20.91 | 17.95 | 45.54 | - |
| YUV | 119.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 180 | 0.36 | 0.39 | 0 | 0.29 | 245.92 | 0.32 | 0.57 |
| Hex | 74 | 6D | B4 | 24 | 27 | 0 | 1D | F6 | 20 | 39 |
| Octal | 164 | 155 | 264 | 44 | 47 | 0 | 35 | 366 | 40 | 71 |
| Binary | 1110100 | 1101101 | 10110100 | 100100 | 100111 | 0 | 11101 | 11110110 | 100000 | 111001 |
Color Harmonies of #746DB4
Complementary color
Monochromatic Colors of #746DB4
Black with #746DB4
Text Example
Text Example
White with #746DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746DB4; }
p { color: rgb(116,109,180); }
H1.HeaderClassName
{
color: #746DB4;
}
.AnyTagClassName
{
color: #746DB4;
}
</style>
background-color css
<style>
a { background-color: #746DB4; }
a { background-color: rgb(116,109,180); }
div.DivClassName
{
background-color: #746DB4;
}
.BgClassName
{
background-color: #746DB4;
}
</style>
border-color css
<style>
span { border-color: #746DB4; }
span { border-color: rgb(116,109,180); }
td.TdClassName
{
border-color: #746DB4;
}
.TagClassName
{
border-color: #746DB4;
}
</style>