Html Css Color HEX #746585 Mamba

📋 copy color: '#746585'

red 116 ◦ green 101 ◦ blue 133

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

Shades of Mamba #746585

Tints of Mamba #746585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.86%

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

R = 33.14%
G = 28.86%
B = 38%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#746585 (or 0x746585) is known color: Mamba. HEX triplet: 74, 65 and 85. RGB value is (116,101,133). Sum of RGB (Red+Green+Blue) = 116+101+133=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #746585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746585 is #8B9A7A. Grayscale: #6D6D6D. Windows color (decimal): -9149051 or 8742260. OLE color: 8742260.

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

Color convert

RGB 116 101 133 -
CMYK 0.13 0.24 0 0.48
HSL 268.13º 0.14% 0.46% -
HSV(B) 268.13º 0.24% 0.52% -
XYZ 16.09 14.71 24.18 -
YUV 109.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 116 101 133 0.13 0.24 0 0.48 268.13 0.14 0.46
Hex 74 65 85 D 18 0 30 10C E 2E
Octal 164 145 205 15 30 0 60 414 16 56
Binary 1110100 1100101 10000101 1101 11000 0 110000 100001100 1110 101110

Color Harmonies of #746585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746585

Black with #746585

Text Example


Text Example

White with #746585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746585; }

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

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

background-color css

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

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

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

border-color css

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

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

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