Html Css Color HEX #7461AD Blue Marguerite

📋 copy color: '#7461AD'

red 116 ◦ green 97 ◦ blue 173

#7461AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #7461AD

Tints of Blue Marguerite #7461AD

RGB

 RED value IS 116 (45.7% 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 value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7461AD (or 0x7461AD) is known color: 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

RGB 116 97 173 -
CMYK 0.33 0.44 0 0.32
HSL 255º 0.32% 0.53% -
HSV(B) 255º 0.44% 0.68% -
XYZ 19.02 15.28 41.48 -
YUV 111.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 116 97 173 0.33 0.44 0 0.32 255 0.32 0.53
Hex 74 61 AD 21 2C 0 20 FF 20 35
Octal 164 141 255 41 54 0 40 377 40 65
Binary 1110100 1100001 10101101 100001 101100 0 100000 11111111 100000 110101

Color Harmonies of #7461AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7461AD

Black with #7461AD

Text Example


Text Example

White with #7461AD

Text Example


Text Example

HTML Codes & Css Web 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>