Html Css Color HEX #746682 Mamba

📋 copy color: '#746682'

red 116 ◦ green 102 ◦ blue 130

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

Shades of Mamba #746682

Tints of Mamba #746682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.36%

R = 33.33%
G = 29.31%
B = 37.36%

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

#746682 (or 0x746682) is known color: Mamba. HEX triplet: 74, 66 and 82. RGB value is (116,102,130). Sum of RGB (Red+Green+Blue) = 116+102+130=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 130 - color contains mainly: blue. Hex color #746682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746682 is #8B997D. Grayscale: #6D6D6D. Windows color (decimal): -9148798 or 8545908. OLE color: 8545908.

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

Color convert

RGB 116 102 130 -
CMYK 0.11 0.22 0 0.49
HSL 270º 0.12% 0.45% -
HSV(B) 270º 0.22% 0.51% -
XYZ 15.98 14.83 23.14 -
YUV 109.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 116 102 130 0.11 0.22 0 0.49 270 0.12 0.45
Hex 74 66 82 B 16 0 31 10E C 2D
Octal 164 146 202 13 26 0 61 416 14 55
Binary 1110100 1100110 10000010 1011 10110 0 110001 100001110 1100 101101

Color Harmonies of #746682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746682

Black with #746682

Text Example


Text Example

White with #746682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746682; }

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

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

background-color css

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

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

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

border-color css

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

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

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