Shades of Blue Marguerite #724AC0
Tints of Blue Marguerite #724AC0
RGB
CMYK
RGB Variations
Color information
#724AC0 (or 0x724AC0) is known color: Blue Marguerite. HEX triplet: 72, 4A and C0. RGB value is (114,74,192). Sum of RGB (Red+Green+Blue) = 114+74+192=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #724AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724AC0 is #8DB53F. Grayscale: #626262. Windows color (decimal): -9286976 or 12601970. OLE color: 12601970.
HSL color Cylindrical-coordinate representation of color #724AC0: hue angle of 260.34º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #724AC0 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 74 | 192 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.25 |
| HSL | 260.34º | 0.48% | 0.52% | - |
| HSV(B) | 260.34º | 0.61% | 0.75% | - |
| XYZ | 18.9 | 12.28 | 51.24 | - |
| YUV | 99.41 | 180.25 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 192 | 0.41 | 0.61 | 0 | 0.25 | 260.34 | 0.48 | 0.52 |
| Hex | 72 | 4A | C0 | 29 | 3D | 0 | 19 | 104 | 30 | 34 |
| Octal | 162 | 112 | 300 | 51 | 75 | 0 | 31 | 404 | 60 | 64 |
| Binary | 1110010 | 1001010 | 11000000 | 101001 | 111101 | 0 | 11001 | 100000100 | 110000 | 110100 |
Color Harmonies of #724AC0
Complementary color
Monochromatic Colors of #724AC0
Black with #724AC0
Text Example
Text Example
White with #724AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724AC0; }
p { color: rgb(114,74,192); }
H1.HeaderClassName
{
color: #724AC0;
}
.AnyTagClassName
{
color: #724AC0;
}
</style>
background-color css
<style>
a { background-color: #724AC0; }
a { background-color: rgb(114,74,192); }
div.DivClassName
{
background-color: #724AC0;
}
.BgClassName
{
background-color: #724AC0;
}
</style>
border-color css
<style>
span { border-color: #724AC0; }
span { border-color: rgb(114,74,192); }
td.TdClassName
{
border-color: #724AC0;
}
.TagClassName
{
border-color: #724AC0;
}
</style>