Html Css Color HEX #746683 Mamba

📋 copy color: '#746683'

red 116 ◦ green 102 ◦ blue 131

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

Shades of Mamba #746683

Tints of Mamba #746683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.23%

 BLUE value IS 131 (51.56% from 255) = 37.54%

R = 33.24%
G = 29.23%
B = 37.54%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#746683 (or 0x746683) is known color: Mamba. HEX triplet: 74, 66 and 83. RGB value is (116,102,131). Sum of RGB (Red+Green+Blue) = 116+102+131=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 131 - color contains mainly: blue. Hex color #746683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746683 is #8B997C. Grayscale: #6D6D6D. Windows color (decimal): -9148797 or 8611444. OLE color: 8611444.

HSL color Cylindrical-coordinate representation of color #746683: hue angle of 268.97º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #746683 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 102 131 -
CMYK 0.11 0.22 0 0.49
HSL 268.97º 0.12% 0.46% -
HSV(B) 268.97º 0.22% 0.51% -
XYZ 16.05 14.85 23.49 -
YUV 109.49 140.14 132.64 -
System Red Green Blue C M Y K H S L
Decimal 116 102 131 0.11 0.22 0 0.49 268.97 0.12 0.46
Hex 74 66 83 B 16 0 31 10D C 2E
Octal 164 146 203 13 26 0 61 415 14 56
Binary 1110100 1100110 10000011 1011 10110 0 110001 100001101 1100 101110

Color Harmonies of #746683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746683

Black with #746683

Text Example


Text Example

White with #746683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746683; }

 p { color: rgb(116,102,131); }

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

background-color css

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

 a { background-color: rgb(116,102,131); }

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

border-color css

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

 span { border-color: rgb(116,102,131); }

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