#746885

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

Shades of Mamba #746885

Tints of Mamba #746885

Color information

#746885 (or 0x746885) is unknown color: approx Mamba. HEX triplet: 74, 68 and 85. RGB value is (116,104,133). Sum of RGB (Red+Green+Blue) = 116+104+133=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #746885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746885 is #8B977A. Grayscale: #6E6E6E. Windows color (decimal): -9148283 or 8743028. OLE color: 8743028.

HSL color Cylindrical-coordinate representation of color #746885: hue angle of 264.83º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #746885 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB116104133-
CMYK0.130.2200.48
HSL264.83º12.24%46.47%-
HSV(B)264.83º21.8%52.16%-
XYZ16.3915.3124.28-
YUV110.89140.48131.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.86%
GREEN value IS 104 (41.02% from 255) = 29.46%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=32.86%
G=29.46%
B=37.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161041330.130.2200.48264.8312.2446.47
Hex746885D16030109c2e
Octal16415020515260604111456
Binary111010011010001000010111011011001100001000010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746885; }

 p { color: rgb(116,104,133); }

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

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

 a { background-color: rgb(116,104,133); }

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

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

 span { border-color: rgb(116,104,133); }

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