#746194

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

Shades of Butterfly Bush #746194

Tints of Butterfly Bush #746194

Color information

#746194 (or 0x746194) is unknown color: approx Butterfly Bush. HEX triplet: 74, 61 and 94. RGB value is (116,97,148). Sum of RGB (Red+Green+Blue) = 116+97+148=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #746194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746194 is #8B9E6B. Grayscale: #6C6C6C. Windows color (decimal): -9150060 or 9724276. OLE color: 9724276.

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

Color convert

RGB11697148-
CMYK0.220.3400.42
HSL262.35º20.82%48.04%-
HSV(B)262.35º34.46%58.04%-
XYZ16.8214.429.91-
YUV108.49150.29133.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.13%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 148 (58.20% from 255) = 41.00%
R=32.13%
G=26.87%
B=41.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116971480.220.3400.42262.3520.8248.04
Hex746194162202A1061530
Octal16414122426420524062560
Binary111010011000011001010010110100010010101010000011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746194; }

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

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

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

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

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

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

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

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