Html Css Color HEX #746281 Mamba

📋 copy color: '#746281'

red 116 ◦ green 98 ◦ blue 129

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

Shades of Mamba #746281

Tints of Mamba #746281

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.57%

 BLUE value IS 129 (50.78% from 255) = 37.61%

R = 33.82%
G = 28.57%
B = 37.61%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#746281 (or 0x746281) is known color: Mamba. HEX triplet: 74, 62 and 81. RGB value is (116,98,129). Sum of RGB (Red+Green+Blue) = 116+98+129=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 129 - color contains mainly: blue. Hex color #746281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746281 is #8B9D7E. Grayscale: #6A6A6A. Windows color (decimal): -9149823 or 8479348. OLE color: 8479348.

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

Color convert

RGB 116 98 129 -
CMYK 0.10 0.24 0 0.49
HSL 274.84º 0.14% 0.45% -
HSV(B) 274.84º 0.24% 0.51% -
XYZ 15.53 14.03 22.66 -
YUV 106.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 116 98 129 0.10 0.24 0 0.49 274.84 0.14 0.45
Hex 74 62 81 A 18 0 31 113 E 2D
Octal 164 142 201 12 30 0 61 423 16 55
Binary 1110100 1100010 10000001 1010 11000 0 110001 100010011 1110 101101

Color Harmonies of #746281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746281

Black with #746281

Text Example


Text Example

White with #746281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746281; }

 p { color: rgb(116,98,129); }

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

background-color css

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

 a { background-color: rgb(116,98,129); }

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

border-color css

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

 span { border-color: rgb(116,98,129); }

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