#746088

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

Shades of Mamba #746088

Tints of Mamba #746088

Color information

#746088 (or 0x746088) is unknown color: approx Mamba. HEX triplet: 74, 60 and 88. RGB value is (116,96,136). Sum of RGB (Red+Green+Blue) = 116+96+136=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #746088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746088 is #8B9F77. Grayscale: #6A6A6A. Windows color (decimal): -9150328 or 8937588. OLE color: 8937588.

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

Color convert

RGB11696136-
CMYK0.150.2900.47
HSL270º17.24%45.49%-
HSV(B)270º29.41%53.33%-
XYZ15.8313.8625.13-
YUV106.54144.63134.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 136 (53.52% from 255) = 39.08%
R=33.33%
G=27.59%
B=39.08%

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
Decimal116961360.150.2900.4727017.2445.49
Hex746088F1D02F10e112d
Octal16414021017350574162155
Binary1110100110000010001000111111101010111110000111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746088; }

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

 H1.HeaderClassName
 {
   color: #746088;
 }
 .AnyTagClassName
 {
   color: #746088;
 }
</style>
background-color css

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

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

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

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

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

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