Html Css Color HEX #746090 Butterfly Bush

📋 copy color: '#746090'

red 116 ◦ green 96 ◦ blue 144

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

Shades of Butterfly Bush #746090

Tints of Butterfly Bush #746090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.97%

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

R = 32.58%
G = 26.97%
B = 40.45%

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

#746090 (or 0x746090) is known color: Butterfly Bush. HEX triplet: 74, 60 and 90. RGB value is (116,96,144). Sum of RGB (Red+Green+Blue) = 116+96+144=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #746090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746090 is #8B9F6F. Grayscale: #6B6B6B. Windows color (decimal): -9150320 or 9461876. OLE color: 9461876.

HSL color Cylindrical-coordinate representation of color #746090: hue angle of 265º 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 #746090 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 96 144 -
CMYK 0.19 0.33 0 0.44
HSL 265º 0.2% 0.47% -
HSV(B) 265º 0.33% 0.56% -
XYZ 16.42 14.09 28.24 -
YUV 107.45 148.63 134.1 -
System Red Green Blue C M Y K H S L
Decimal 116 96 144 0.19 0.33 0 0.44 265 0.2 0.47
Hex 74 60 90 13 21 0 2C 109 14 2F
Octal 164 140 220 23 41 0 54 411 24 57
Binary 1110100 1100000 10010000 10011 100001 0 101100 100001001 10100 101111

Color Harmonies of #746090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746090

Black with #746090

Text Example


Text Example

White with #746090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746090; }

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

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

background-color css

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

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

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

border-color css

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

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

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