Html Css Color HEX #746190 Butterfly Bush

📋 copy color: '#746190'

red 116 ◦ green 97 ◦ blue 144

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

Shades of Butterfly Bush #746190

Tints of Butterfly Bush #746190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.34%

R = 32.49%
G = 27.17%
B = 40.34%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#746190 (or 0x746190) is known color: Butterfly Bush. HEX triplet: 74, 61 and 90. RGB value is (116,97,144). Sum of RGB (Red+Green+Blue) = 116+97+144=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #746190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746190 is #8B9E6F. Grayscale: #6B6B6B. Windows color (decimal): -9150064 or 9462132. OLE color: 9462132.

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

Color convert

RGB 116 97 144 -
CMYK 0.19 0.33 0 0.44
HSL 264.26º 0.2% 0.47% -
HSV(B) 264.26º 0.33% 0.56% -
XYZ 16.51 14.28 28.27 -
YUV 108.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 116 97 144 0.19 0.33 0 0.44 264.26 0.2 0.47
Hex 74 61 90 13 21 0 2C 108 14 2F
Octal 164 141 220 23 41 0 54 410 24 57
Binary 1110100 1100001 10010000 10011 100001 0 101100 100001000 10100 101111

Color Harmonies of #746190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746190

Black with #746190

Text Example


Text Example

White with #746190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746190; }

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

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

background-color css

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

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

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

border-color css

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

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

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