Shades of Blue Marguerite #704AB8
Tints of Blue Marguerite #704AB8
RGB
CMYK
RGB Variations
Color information
#704AB8 (or 0x704AB8) is known color: Blue Marguerite. HEX triplet: 70, 4A and B8. RGB value is (112,74,184). Sum of RGB (Red+Green+Blue) = 112+74+184=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 184 (72.27% from 255 or 49.73% from 370); Max value from RGB is 184 - color contains mainly: blue. Hex color #704AB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704AB8 is #8FB547. Grayscale: #616161. Windows color (decimal): -9418056 or 12077680. OLE color: 12077680.
HSL color Cylindrical-coordinate representation of color #704AB8: hue angle of 260.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #704AB8 is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 74 | 184 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.28 |
| HSL | 260.73º | 0.44% | 0.51% | - |
| HSV(B) | 260.73º | 0.6% | 0.72% | - |
| XYZ | 17.78 | 11.8 | 46.69 | - |
| YUV | 97.9 | 176.59 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 184 | 0.39 | 0.60 | 0 | 0.28 | 260.73 | 0.44 | 0.51 |
| Hex | 70 | 4A | B8 | 27 | 3C | 0 | 1C | 105 | 2C | 33 |
| Octal | 160 | 112 | 270 | 47 | 74 | 0 | 34 | 405 | 54 | 63 |
| Binary | 1110000 | 1001010 | 10111000 | 100111 | 111100 | 0 | 11100 | 100000101 | 101100 | 110011 |
Color Harmonies of #704AB8
Complementary color
Monochromatic Colors of #704AB8
Black with #704AB8
Text Example
Text Example
White with #704AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704AB8; }
p { color: rgb(112,74,184); }
H1.HeaderClassName
{
color: #704AB8;
}
.AnyTagClassName
{
color: #704AB8;
}
</style>
background-color css
<style>
a { background-color: #704AB8; }
a { background-color: rgb(112,74,184); }
div.DivClassName
{
background-color: #704AB8;
}
.BgClassName
{
background-color: #704AB8;
}
</style>
border-color css
<style>
span { border-color: #704AB8; }
span { border-color: rgb(112,74,184); }
td.TdClassName
{
border-color: #704AB8;
}
.TagClassName
{
border-color: #704AB8;
}
</style>