Html Css Color HEX #746191 Butterfly Bush

📋 copy color: '#746191'

red 116 ◦ green 97 ◦ blue 145

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

Shades of Butterfly Bush #746191

Tints of Butterfly Bush #746191

RGB

 RED value IS 116 (45.7% from 255) = 32.4%

 GREEN value IS 97 (38.28% from 255) = 27.09%

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 32.4%
G = 27.09%
B = 40.5%

CMYK

 C value IS 0.2

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#746191 (or 0x746191) is known color: Butterfly Bush. HEX triplet: 74, 61 and 91. RGB value is (116,97,145). Sum of RGB (Red+Green+Blue) = 116+97+145=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #746191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746191 is #8B9E6E. Grayscale: #6B6B6B. Windows color (decimal): -9150063 or 9527668. OLE color: 9527668.

HSL color Cylindrical-coordinate representation of color #746191: hue angle of 263.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #746191 is Cyan = 0.2, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 97 145 -
CMYK 0.2 0.33 0 0.43
HSL 263.75º 0.2% 0.47% -
HSV(B) 263.75º 0.33% 0.57% -
XYZ 16.59 14.31 28.68 -
YUV 108.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 116 97 145 0.2 0.33 0 0.43 263.75 0.2 0.47
Hex 74 61 91 14 21 0 2B 108 14 2F
Octal 164 141 221 24 41 0 53 410 24 57
Binary 1110100 1100001 10010001 10100 100001 0 101011 100001000 10100 101111

Color Harmonies of #746191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746191

Black with #746191

Text Example


Text Example

White with #746191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746191; }

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

 H1.HeaderClassName
 {
   color: #746191;
 }
 .AnyTagClassName
 {
   color: #746191;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #746191;
 }
 .BgClassName
 {
   background-color: #746191;
 }
</style>

border-color css

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

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

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