Shades of Blue Marguerite #744AC0
Tints of Blue Marguerite #744AC0
RGB
CMYK
RGB Variations
Color information
#744AC0 (or 0x744AC0) is known color: Blue Marguerite. HEX triplet: 74, 4A and C0. RGB value is (116,74,192). Sum of RGB (Red+Green+Blue) = 116+74+192=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #744AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744AC0 is #8BB53F. Grayscale: #636363. Windows color (decimal): -9155904 or 12601972. OLE color: 12601972.
HSL color Cylindrical-coordinate representation of color #744AC0: hue angle of 261.36º 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 #744AC0 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 74 | 192 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.25 |
| HSL | 261.36º | 0.48% | 0.52% | - |
| HSV(B) | 261.36º | 0.61% | 0.75% | - |
| XYZ | 19.17 | 12.42 | 51.26 | - |
| YUV | 100.01 | 179.91 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 192 | 0.40 | 0.61 | 0 | 0.25 | 261.36 | 0.48 | 0.52 |
| Hex | 74 | 4A | C0 | 28 | 3D | 0 | 19 | 105 | 30 | 34 |
| Octal | 164 | 112 | 300 | 50 | 75 | 0 | 31 | 405 | 60 | 64 |
| Binary | 1110100 | 1001010 | 11000000 | 101000 | 111101 | 0 | 11001 | 100000101 | 110000 | 110100 |
Color Harmonies of #744AC0
Complementary color
Monochromatic Colors of #744AC0
Black with #744AC0
Text Example
Text Example
White with #744AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744AC0; }
p { color: rgb(116,74,192); }
H1.HeaderClassName
{
color: #744AC0;
}
.AnyTagClassName
{
color: #744AC0;
}
</style>
background-color css
<style>
a { background-color: #744AC0; }
a { background-color: rgb(116,74,192); }
div.DivClassName
{
background-color: #744AC0;
}
.BgClassName
{
background-color: #744AC0;
}
</style>
border-color css
<style>
span { border-color: #744AC0; }
span { border-color: rgb(116,74,192); }
td.TdClassName
{
border-color: #744AC0;
}
.TagClassName
{
border-color: #744AC0;
}
</style>