Shades of Blue Marguerite #704CBC
Tints of Blue Marguerite #704CBC
RGB
CMYK
RGB Variations
Color information
#704CBC (or 0x704CBC) is known color: Blue Marguerite. HEX triplet: 70, 4C and BC. RGB value is (112,76,188). Sum of RGB (Red+Green+Blue) = 112+76+188=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #704CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704CBC is #8FB343. Grayscale: #636363. Windows color (decimal): -9417540 or 12340336. OLE color: 12340336.
HSL color Cylindrical-coordinate representation of color #704CBC: hue angle of 259.29º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #704CBC is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 76 | 188 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.26 |
| HSL | 259.29º | 0.46% | 0.52% | - |
| HSV(B) | 259.29º | 0.6% | 0.74% | - |
| XYZ | 18.34 | 12.24 | 48.97 | - |
| YUV | 99.53 | 177.93 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 188 | 0.40 | 0.60 | 0 | 0.26 | 259.29 | 0.46 | 0.52 |
| Hex | 70 | 4C | BC | 28 | 3C | 0 | 1A | 103 | 2E | 34 |
| Octal | 160 | 114 | 274 | 50 | 74 | 0 | 32 | 403 | 56 | 64 |
| Binary | 1110000 | 1001100 | 10111100 | 101000 | 111100 | 0 | 11010 | 100000011 | 101110 | 110100 |
Color Harmonies of #704CBC
Complementary color
Monochromatic Colors of #704CBC
Black with #704CBC
Text Example
Text Example
White with #704CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704CBC; }
p { color: rgb(112,76,188); }
H1.HeaderClassName
{
color: #704CBC;
}
.AnyTagClassName
{
color: #704CBC;
}
</style>
background-color css
<style>
a { background-color: #704CBC; }
a { background-color: rgb(112,76,188); }
div.DivClassName
{
background-color: #704CBC;
}
.BgClassName
{
background-color: #704CBC;
}
</style>
border-color css
<style>
span { border-color: #704CBC; }
span { border-color: rgb(112,76,188); }
td.TdClassName
{
border-color: #704CBC;
}
.TagClassName
{
border-color: #704CBC;
}
</style>