Shades of Blue Marguerite #704CB7
Tints of Blue Marguerite #704CB7
RGB
CMYK
RGB Variations
Color information
#704CB7 (or 0x704CB7) is known color: Blue Marguerite. HEX triplet: 70, 4C and B7. RGB value is (112,76,183). Sum of RGB (Red+Green+Blue) = 112+76+183=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #704CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704CB7 is #8FB348. Grayscale: #626262. Windows color (decimal): -9417545 or 12012656. OLE color: 12012656.
HSL color Cylindrical-coordinate representation of color #704CB7: hue angle of 260.19º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #704CB7 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 76 | 183 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.28 |
| HSL | 260.19º | 0.43% | 0.51% | - |
| HSV(B) | 260.19º | 0.58% | 0.72% | - |
| XYZ | 17.81 | 12.03 | 46.18 | - |
| YUV | 98.96 | 175.43 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 183 | 0.39 | 0.58 | 0 | 0.28 | 260.19 | 0.43 | 0.51 |
| Hex | 70 | 4C | B7 | 27 | 3A | 0 | 1C | 104 | 2B | 33 |
| Octal | 160 | 114 | 267 | 47 | 72 | 0 | 34 | 404 | 53 | 63 |
| Binary | 1110000 | 1001100 | 10110111 | 100111 | 111010 | 0 | 11100 | 100000100 | 101011 | 110011 |
Color Harmonies of #704CB7
Complementary color
Monochromatic Colors of #704CB7
Black with #704CB7
Text Example
Text Example
White with #704CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704CB7; }
p { color: rgb(112,76,183); }
H1.HeaderClassName
{
color: #704CB7;
}
.AnyTagClassName
{
color: #704CB7;
}
</style>
background-color css
<style>
a { background-color: #704CB7; }
a { background-color: rgb(112,76,183); }
div.DivClassName
{
background-color: #704CB7;
}
.BgClassName
{
background-color: #704CB7;
}
</style>
border-color css
<style>
span { border-color: #704CB7; }
span { border-color: rgb(112,76,183); }
td.TdClassName
{
border-color: #704CB7;
}
.TagClassName
{
border-color: #704CB7;
}
</style>