Html Css Color HEX #746188 Mamba

📋 copy color: '#746188'

red 116 ◦ green 97 ◦ blue 136

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

Shades of Mamba #746188

Tints of Mamba #746188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.79%

 BLUE value IS 136 (53.52% from 255) = 38.97%

R = 33.24%
G = 27.79%
B = 38.97%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#746188 (or 0x746188) is known color: Mamba. HEX triplet: 74, 61 and 88. RGB value is (116,97,136). Sum of RGB (Red+Green+Blue) = 116+97+136=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 136 - color contains mainly: blue. Hex color #746188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746188 is #8B9E77. Grayscale: #6A6A6A. Windows color (decimal): -9150072 or 8937844. OLE color: 8937844.

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

Color convert

RGB 116 97 136 -
CMYK 0.15 0.29 0 0.47
HSL 269.23º 0.17% 0.46% -
HSV(B) 269.23º 0.29% 0.53% -
XYZ 15.92 14.04 25.16 -
YUV 107.13 144.29 134.33 -
System Red Green Blue C M Y K H S L
Decimal 116 97 136 0.15 0.29 0 0.47 269.23 0.17 0.46
Hex 74 61 88 F 1D 0 2F 10D 11 2E
Octal 164 141 210 17 35 0 57 415 21 56
Binary 1110100 1100001 10001000 1111 11101 0 101111 100001101 10001 101110

Color Harmonies of #746188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746188

Black with #746188

Text Example


Text Example

White with #746188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746188; }

 p { color: rgb(116,97,136); }

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

background-color css

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

 a { background-color: rgb(116,97,136); }

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

border-color css

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

 span { border-color: rgb(116,97,136); }

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