Shades of Blue Marguerite #745AB4
Tints of Blue Marguerite #745AB4
RGB
CMYK
RGB Variations
Color information
#745AB4 (or 0x745AB4) is known color: Blue Marguerite. HEX triplet: 74, 5A and B4. RGB value is (116,90,180). Sum of RGB (Red+Green+Blue) = 116+90+180=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #745AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745AB4 is #8BA54B. Grayscale: #6B6B6B. Windows color (decimal): -9151820 or 11819636. OLE color: 11819636.
HSL color Cylindrical-coordinate representation of color #745AB4: hue angle of 257.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #745AB4 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 90 | 180 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.29 |
| HSL | 257.33º | 0.38% | 0.53% | - |
| HSV(B) | 257.33º | 0.5% | 0.71% | - |
| XYZ | 19.1 | 14.32 | 44.94 | - |
| YUV | 108.03 | 168.61 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 180 | 0.36 | 0.50 | 0 | 0.29 | 257.33 | 0.38 | 0.53 |
| Hex | 74 | 5A | B4 | 24 | 32 | 0 | 1D | 101 | 26 | 35 |
| Octal | 164 | 132 | 264 | 44 | 62 | 0 | 35 | 401 | 46 | 65 |
| Binary | 1110100 | 1011010 | 10110100 | 100100 | 110010 | 0 | 11101 | 100000001 | 100110 | 110101 |
Color Harmonies of #745AB4
Complementary color
Monochromatic Colors of #745AB4
Black with #745AB4
Text Example
Text Example
White with #745AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745AB4; }
p { color: rgb(116,90,180); }
H1.HeaderClassName
{
color: #745AB4;
}
.AnyTagClassName
{
color: #745AB4;
}
</style>
background-color css
<style>
a { background-color: #745AB4; }
a { background-color: rgb(116,90,180); }
div.DivClassName
{
background-color: #745AB4;
}
.BgClassName
{
background-color: #745AB4;
}
</style>
border-color css
<style>
span { border-color: #745AB4; }
span { border-color: rgb(116,90,180); }
td.TdClassName
{
border-color: #745AB4;
}
.TagClassName
{
border-color: #745AB4;
}
</style>