Shades of Blue Marguerite #704DBC
Tints of Blue Marguerite #704DBC
RGB
CMYK
RGB Variations
Color information
#704DBC (or 0x704DBC) is known color: Blue Marguerite. HEX triplet: 70, 4D and BC. RGB value is (112,77,188). Sum of RGB (Red+Green+Blue) = 112+77+188=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #704DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704DBC is #8FB243. Grayscale: #636363. Windows color (decimal): -9417284 or 12340592. OLE color: 12340592.
HSL color Cylindrical-coordinate representation of color #704DBC: hue angle of 258.92º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #704DBC is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 77 | 188 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.26 |
| HSL | 258.92º | 0.45% | 0.52% | - |
| HSV(B) | 258.92º | 0.59% | 0.74% | - |
| XYZ | 18.41 | 12.38 | 49 | - |
| YUV | 100.12 | 177.6 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 188 | 0.40 | 0.59 | 0 | 0.26 | 258.92 | 0.45 | 0.52 |
| Hex | 70 | 4D | BC | 28 | 3B | 0 | 1A | 103 | 2D | 34 |
| Octal | 160 | 115 | 274 | 50 | 73 | 0 | 32 | 403 | 55 | 64 |
| Binary | 1110000 | 1001101 | 10111100 | 101000 | 111011 | 0 | 11010 | 100000011 | 101101 | 110100 |
Color Harmonies of #704DBC
Complementary color
Monochromatic Colors of #704DBC
Black with #704DBC
Text Example
Text Example
White with #704DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704DBC; }
p { color: rgb(112,77,188); }
H1.HeaderClassName
{
color: #704DBC;
}
.AnyTagClassName
{
color: #704DBC;
}
</style>
background-color css
<style>
a { background-color: #704DBC; }
a { background-color: rgb(112,77,188); }
div.DivClassName
{
background-color: #704DBC;
}
.BgClassName
{
background-color: #704DBC;
}
</style>
border-color css
<style>
span { border-color: #704DBC; }
span { border-color: rgb(112,77,188); }
td.TdClassName
{
border-color: #704DBC;
}
.TagClassName
{
border-color: #704DBC;
}
</style>