#746094

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

Shades of Butterfly Bush #746094

Tints of Butterfly Bush #746094

Color information

#746094 (or 0x746094) is unknown color: approx Butterfly Bush. HEX triplet: 74, 60 and 94. RGB value is (116,96,148). Sum of RGB (Red+Green+Blue) = 116+96+148=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #746094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746094 is #8B9F6B. Grayscale: #6B6B6B. Windows color (decimal): -9150316 or 9724020. OLE color: 9724020.

HSL color Cylindrical-coordinate representation of color #746094: hue angle of 263.08º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #746094 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11696148-
CMYK0.220.3500.42
HSL263.08º21.31%47.84%-
HSV(B)263.08º35.14%58.04%-
XYZ16.7314.2229.88-
YUV107.91150.63133.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.22%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 148 (58.20% from 255) = 41.11%
R=32.22%
G=26.67%
B=41.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116961480.220.3500.42263.0821.3147.84
Hex746094162302A1071530
Octal16414022426430524072560
Binary111010011000001001010010110100011010101010000011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746094; }

 p { color: rgb(116,96,148); }

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

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

 a { background-color: rgb(116,96,148); }

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

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

 span { border-color: rgb(116,96,148); }

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