Html Css Color HEX #746287 Mamba

📋 copy color: '#746287'

red 116 ◦ green 98 ◦ blue 135

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

Shades of Mamba #746287

Tints of Mamba #746287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.68%

R = 33.24%
G = 28.08%
B = 38.68%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#746287 (or 0x746287) is known color: Mamba. HEX triplet: 74, 62 and 87. RGB value is (116,98,135). Sum of RGB (Red+Green+Blue) = 116+98+135=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 135 - color contains mainly: blue. Hex color #746287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746287 is #8B9D78. Grayscale: #6B6B6B. Windows color (decimal): -9149817 or 8872564. OLE color: 8872564.

HSL color Cylindrical-coordinate representation of color #746287: hue angle of 269.19º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #746287 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 98 135 -
CMYK 0.14 0.27 0 0.47
HSL 269.19º 0.16% 0.46% -
HSV(B) 269.19º 0.27% 0.53% -
XYZ 15.94 14.2 24.82 -
YUV 107.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 116 98 135 0.14 0.27 0 0.47 269.19 0.16 0.46
Hex 74 62 87 E 1B 0 2F 10D 10 2E
Octal 164 142 207 16 33 0 57 415 20 56
Binary 1110100 1100010 10000111 1110 11011 0 101111 100001101 10000 101110

Color Harmonies of #746287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746287

Black with #746287

Text Example


Text Example

White with #746287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746287; }

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

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

background-color css

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

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

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

border-color css

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

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

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