Shades of Blue Marguerite #7460B8
Tints of Blue Marguerite #7460B8
RGB
CMYK
RGB Variations
Color information
#7460B8 (or 0x7460B8) is known color: Blue Marguerite. HEX triplet: 74, 60 and B8. RGB value is (116,96,184). Sum of RGB (Red+Green+Blue) = 116+96+184=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 184 (72.27% from 255 or 46.46% from 396); Max value from RGB is 184 - color contains mainly: blue. Hex color #7460B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7460B8 is #8B9F47. Grayscale: #6F6F6F. Windows color (decimal): -9150280 or 12083316. OLE color: 12083316.
HSL color Cylindrical-coordinate representation of color #7460B8: hue angle of 253.64º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7460B8 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 96 | 184 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.28 |
| HSL | 253.64º | 0.38% | 0.55% | - |
| HSV(B) | 253.64º | 0.48% | 0.72% | - |
| XYZ | 20.04 | 15.54 | 47.29 | - |
| YUV | 112.01 | 168.63 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 184 | 0.37 | 0.48 | 0 | 0.28 | 253.64 | 0.38 | 0.55 |
| Hex | 74 | 60 | B8 | 25 | 30 | 0 | 1C | FE | 26 | 37 |
| Octal | 164 | 140 | 270 | 45 | 60 | 0 | 34 | 376 | 46 | 67 |
| Binary | 1110100 | 1100000 | 10111000 | 100101 | 110000 | 0 | 11100 | 11111110 | 100110 | 110111 |
Color Harmonies of #7460B8
Complementary color
Monochromatic Colors of #7460B8
Black with #7460B8
Text Example
Text Example
White with #7460B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7460B8; }
p { color: rgb(116,96,184); }
H1.HeaderClassName
{
color: #7460B8;
}
.AnyTagClassName
{
color: #7460B8;
}
</style>
background-color css
<style>
a { background-color: #7460B8; }
a { background-color: rgb(116,96,184); }
div.DivClassName
{
background-color: #7460B8;
}
.BgClassName
{
background-color: #7460B8;
}
</style>
border-color css
<style>
span { border-color: #7460B8; }
span { border-color: rgb(116,96,184); }
td.TdClassName
{
border-color: #7460B8;
}
.TagClassName
{
border-color: #7460B8;
}
</style>