#745792

Color #745792 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #745792

Tints of Butterfly Bush #745792

Color information

#745792 (or 0x745792) is unknown color: approx Butterfly Bush. HEX triplet: 74, 57 and 92. RGB value is (116,87,146). Sum of RGB (Red+Green+Blue) = 116+87+146=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #745792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745792 is #8BA86D. Grayscale: #666666. Windows color (decimal): -9152622 or 9590644. OLE color: 9590644.

HSL color Cylindrical-coordinate representation of color #745792: hue angle of 269.49º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #745792 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11687146-
CMYK0.210.4000.43
HSL269.49º25.32%45.69%-
HSV(B)269.49º40.41%57.25%-
XYZ15.812.628.79-
YUV102.4152.61137.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 87 (34.38% from 255) = 24.93%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=33.24%
G=24.93%
B=41.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116871460.210.4000.43269.4925.3245.69
Hex745792152802B10d192e
Octal16412722225500534153156
Binary111010010101111001001010101101000010101110000110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745792; }

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

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

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

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

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

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

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

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