Shades of Blue Marguerite #704DB6
Tints of Blue Marguerite #704DB6
RGB
CMYK
RGB Variations
Color information
#704DB6 (or 0x704DB6) is known color: Blue Marguerite. HEX triplet: 70, 4D and B6. RGB value is (112,77,182). Sum of RGB (Red+Green+Blue) = 112+77+182=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #704DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704DB6 is #8FB249. Grayscale: #636363. Windows color (decimal): -9417290 or 11947376. OLE color: 11947376.
HSL color Cylindrical-coordinate representation of color #704DB6: hue angle of 260º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #704DB6 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 77 | 182 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.29 |
| HSL | 260º | 0.42% | 0.51% | - |
| HSV(B) | 260º | 0.58% | 0.71% | - |
| XYZ | 17.78 | 12.13 | 45.66 | - |
| YUV | 99.44 | 174.6 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 182 | 0.38 | 0.58 | 0 | 0.29 | 260 | 0.42 | 0.51 |
| Hex | 70 | 4D | B6 | 26 | 3A | 0 | 1D | 104 | 2A | 33 |
| Octal | 160 | 115 | 266 | 46 | 72 | 0 | 35 | 404 | 52 | 63 |
| Binary | 1110000 | 1001101 | 10110110 | 100110 | 111010 | 0 | 11101 | 100000100 | 101010 | 110011 |
Color Harmonies of #704DB6
Complementary color
Monochromatic Colors of #704DB6
Black with #704DB6
Text Example
Text Example
White with #704DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704DB6; }
p { color: rgb(112,77,182); }
H1.HeaderClassName
{
color: #704DB6;
}
.AnyTagClassName
{
color: #704DB6;
}
</style>
background-color css
<style>
a { background-color: #704DB6; }
a { background-color: rgb(112,77,182); }
div.DivClassName
{
background-color: #704DB6;
}
.BgClassName
{
background-color: #704DB6;
}
</style>
border-color css
<style>
span { border-color: #704DB6; }
span { border-color: rgb(112,77,182); }
td.TdClassName
{
border-color: #704DB6;
}
.TagClassName
{
border-color: #704DB6;
}
</style>