#746188

Color #746188 Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #746188

Tints of Mamba #746188

Color information

#746188 (or 0x746188) is unknown color: approx 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

RGB11697136-
CMYK0.150.2900.47
HSL269.23º16.74%45.69%-
HSV(B)269.23º28.68%53.33%-
XYZ15.9214.0425.16-
YUV107.13144.29134.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% 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 (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116971360.150.2900.47269.2316.7445.69
Hex746188F1D02F10d112e
Octal16414121017350574152156
Binary1110100110000110001000111111101010111110000110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>