#7461AD

Color #7461AD Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7461AD

Tints of Blue Marguerite #7461AD

Color information

#7461AD (or 0x7461AD) is unknown color: approx Blue Marguerite. HEX triplet: 74, 61 and AD. RGB value is (116,97,173). Sum of RGB (Red+Green+Blue) = 116+97+173=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #7461AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7461AD is #8B9E52. Grayscale: #6F6F6F. Windows color (decimal): -9150035 or 11362676. OLE color: 11362676.

HSL color Cylindrical-coordinate representation of color #7461AD: hue angle of 255º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7461AD is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11697173-
CMYK0.330.4400.32
HSL255º31.67%52.94%-
HSV(B)255º43.93%67.84%-
XYZ19.0215.2841.48-
YUV111.34162.79131.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 30.05%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 173 (67.97% from 255) = 44.82%
R=30.05%
G=25.13%
B=44.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116971730.330.4400.3225531.6752.94
Hex7461AD212C020ff2035
Octal16414125541540403774065
Binary1110100110000110101101100001101100010000011111111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7461AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7461AD; }

 p { color: rgb(116,97,173); }

 H1.HeaderClassName
 {
   color: #7461AD;
 }
 .AnyTagClassName
 {
   color: #7461AD;
 }
</style>
background-color css

<style>
 a { background-color: #7461AD; }

 a { background-color: rgb(116,97,173); }

 div.DivClassName
 {
   background-color: #7461AD;
 }
 .BgClassName
 {
   background-color: #7461AD;
 }
</style>
border-color css

<style>
 span { border-color: #7461AD; }

 span { border-color: rgb(116,97,173); }

 td.TdClassName
 {
   border-color: #7461AD;
 }
 .TagClassName
 {
   border-color: #7461AD;
 }
</style>