#46745A

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

Shades of Como #46745A

Tints of Como #46745A

Color information

#46745A (or 0x46745A) is unknown color: approx Como. HEX triplet: 46, 74 and 5A. RGB value is (70,116,90). Sum of RGB (Red+Green+Blue) = 70+116+90=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #46745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46745A is #B98BA5. Grayscale: #636363. Windows color (decimal): -12159910 or 5928006. OLE color: 5928006.

HSL color Cylindrical-coordinate representation of color #46745A: hue angle of 146.09º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46745A is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB7011690-
CMYK0.4000.220.55
HSL146.09º24.73%36.47%-
HSV(B)146.09º39.66%45.49%-
XYZ10.6214.5311.92-
YUV99.28122.76107.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 116 (45.70% from 255) = 42.03%
BLUE value IS 90 (35.55% from 255) = 32.61%
R=25.36%
G=42.03%
B=32.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70116900.4000.220.55146.0924.7336.47
Hex46745A2801637921924
Octal10616413250026672223144
Binary1000110111010010110101010000101101101111001001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46745A; }

 p { color: rgb(70,116,90); }

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

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

 a { background-color: rgb(70,116,90); }

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

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

 span { border-color: rgb(70,116,90); }

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