Shades of Blue Marguerite #746CB4
Tints of Blue Marguerite #746CB4
RGB
CMYK
RGB Variations
Color information
#746CB4 (or 0x746CB4) is known color: Blue Marguerite. HEX triplet: 74, 6C and B4. RGB value is (116,108,180). Sum of RGB (Red+Green+Blue) = 116+108+180=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #746CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CB4 is #8B934B. Grayscale: #767676. Windows color (decimal): -9147212 or 11824244. OLE color: 11824244.
HSL color Cylindrical-coordinate representation of color #746CB4: hue angle of 246.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #746CB4 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 108 | 180 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.29 |
| HSL | 246.67º | 0.32% | 0.56% | - |
| HSV(B) | 246.67º | 0.4% | 0.71% | - |
| XYZ | 20.8 | 17.73 | 45.51 | - |
| YUV | 118.6 | 162.65 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 180 | 0.36 | 0.40 | 0 | 0.29 | 246.67 | 0.32 | 0.56 |
| Hex | 74 | 6C | B4 | 24 | 28 | 0 | 1D | F7 | 20 | 38 |
| Octal | 164 | 154 | 264 | 44 | 50 | 0 | 35 | 367 | 40 | 70 |
| Binary | 1110100 | 1101100 | 10110100 | 100100 | 101000 | 0 | 11101 | 11110111 | 100000 | 111000 |
Color Harmonies of #746CB4
Complementary color
Monochromatic Colors of #746CB4
Black with #746CB4
Text Example
Text Example
White with #746CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746CB4; }
p { color: rgb(116,108,180); }
H1.HeaderClassName
{
color: #746CB4;
}
.AnyTagClassName
{
color: #746CB4;
}
</style>
background-color css
<style>
a { background-color: #746CB4; }
a { background-color: rgb(116,108,180); }
div.DivClassName
{
background-color: #746CB4;
}
.BgClassName
{
background-color: #746CB4;
}
</style>
border-color css
<style>
span { border-color: #746CB4; }
span { border-color: rgb(116,108,180); }
td.TdClassName
{
border-color: #746CB4;
}
.TagClassName
{
border-color: #746CB4;
}
</style>