Html Css Color HEX #746485 Mamba

📋 copy color: '#746485'

red 116 ◦ green 100 ◦ blue 133

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

Shades of Mamba #746485

Tints of Mamba #746485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.65%

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 33.24%
G = 28.65%
B = 38.11%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#746485 (or 0x746485) is known color: Mamba. HEX triplet: 74, 64 and 85. RGB value is (116,100,133). Sum of RGB (Red+Green+Blue) = 116+100+133=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #746485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746485 is #8B9B7A. Grayscale: #6C6C6C. Windows color (decimal): -9149307 or 8742004. OLE color: 8742004.

HSL color Cylindrical-coordinate representation of color #746485: hue angle of 269.09º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #746485 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 100 133 -
CMYK 0.13 0.25 0 0.48
HSL 269.09º 0.14% 0.46% -
HSV(B) 269.09º 0.25% 0.52% -
XYZ 15.99 14.52 24.15 -
YUV 108.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 116 100 133 0.13 0.25 0 0.48 269.09 0.14 0.46
Hex 74 64 85 D 19 0 30 10D E 2E
Octal 164 144 205 15 31 0 60 415 16 56
Binary 1110100 1100100 10000101 1101 11001 0 110000 100001101 1110 101110

Color Harmonies of #746485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746485

Black with #746485

Text Example


Text Example

White with #746485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746485; }

 p { color: rgb(116,100,133); }

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

background-color css

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

 a { background-color: rgb(116,100,133); }

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

border-color css

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

 span { border-color: rgb(116,100,133); }

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