#46755C

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

Shades of Como #46755C

Tints of Como #46755C

Color information

#46755C (or 0x46755C) is unknown color: approx Como. HEX triplet: 46, 75 and 5C. RGB value is (70,117,92). Sum of RGB (Red+Green+Blue) = 70+117+92=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #46755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46755C is #B98AA3. Grayscale: #646464. Windows color (decimal): -12159652 or 6059334. OLE color: 6059334.

HSL color Cylindrical-coordinate representation of color #46755C: hue angle of 148.09º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46755C is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB7011792-
CMYK0.4000.210.54
HSL148.09º25.13%36.67%-
HSV(B)148.09º40.17%45.88%-
XYZ10.8214.812.41-
YUV100.1123.43106.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=25.09%
G=41.94%
B=32.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70117920.4000.210.54148.0925.1336.67
Hex46755C2801536941925
Octal10616513450025662243145
Binary1000110111010110111001010000101011101101001010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46755C; }

 p { color: rgb(70,117,92); }

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

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

 a { background-color: rgb(70,117,92); }

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

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

 span { border-color: rgb(70,117,92); }

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