Html Css Color HEX #746192 Butterfly Bush

📋 copy color: '#746192'

red 116 ◦ green 97 ◦ blue 146

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

Shades of Butterfly Bush #746192

Tints of Butterfly Bush #746192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 32.31%
G = 27.02%
B = 40.67%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#746192 (or 0x746192) is known color: Butterfly Bush. HEX triplet: 74, 61 and 92. RGB value is (116,97,146). Sum of RGB (Red+Green+Blue) = 116+97+146=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #746192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746192 is #8B9E6D. Grayscale: #6C6C6C. Windows color (decimal): -9150062 or 9593204. OLE color: 9593204.

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

Color convert

RGB 116 97 146 -
CMYK 0.21 0.34 0 0.43
HSL 263.27º 0.2% 0.48% -
HSV(B) 263.27º 0.34% 0.57% -
XYZ 16.67 14.34 29.08 -
YUV 108.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 116 97 146 0.21 0.34 0 0.43 263.27 0.2 0.48
Hex 74 61 92 15 22 0 2B 107 14 30
Octal 164 141 222 25 42 0 53 407 24 60
Binary 1110100 1100001 10010010 10101 100010 0 101011 100000111 10100 110000

Color Harmonies of #746192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746192

Black with #746192

Text Example


Text Example

White with #746192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746192; }

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

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

background-color css

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

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

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

border-color css

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

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

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